Daily Digest (skill function) Edge Function — Skills
SkillsFunction backing the Daily Digest skill
Edge function Daily Digest (skill function) Function backing the Daily Digest skill. Deployed on Cloudflare Workers — zero cold starts, globally distributed. Mount it via your Aerostack workspace to call it from any AI agent.
npx aerostack add navin/skill-fn-daily-digest Use with AI Assistants
MCPConnect Claude, Cursor, or any MCP-compatible client — then call this function by slug
① Add MCP Server
Add this once — access all Aerostack functions from your AI tool.
{
"mcpServers": {
"aerostack": {
"url": "https://mcp.aerostack.dev",
"type": "http"
}
}
} ② Call this function
Ask your AI to use the call_function tool with this slug:
call_function({
slug: "skill-fn-daily-digest",
args: {}
}) No documentation provided.
Metadata
Publisher
@navin verified
Build and publish your own functions
Write a TypeScript function, deploy it to the edge, and share it with thousands of developers — in minutes.
Frequently asked questions
What does the Daily Digest (skill function) function do? +
Daily Digest (skill function) is a serverless edge function for skills automation written in cloudflare-worker. Deploy it to Cloudflare Workers via your Aerostack workspace.
How do I deploy the Daily Digest (skill function) function? +
Install the Aerostack CLI and run: ```bash aerostack deploy function @navin/skill-fn-daily-digest ``` It will be live on Cloudflare Workers in seconds.
What runtime does Daily Digest (skill function) use? +
Daily Digest (skill function) runs on cloudflare-worker on the Cloudflare Workers edge runtime — zero cold starts, globally distributed.
Can I customise the Daily Digest (skill function) function? +
Yes. Fork the function from your Aerostack dashboard, modify the source, and redeploy. All changes are version-controlled.