Aerostack
extension

Daily Digest (skill function) Edge Function — Skills

Skills

Function backing the Daily Digest skill

navin @navin verified
Updated Mar 12, 2026
GitHub

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.

terminal — aerostack cli
$ npx aerostack add navin/skill-fn-daily-digest
smart_toy

Use with AI Assistants

MCP

Connect 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.

claude_desktop_config.json
{
  "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
call_function({
  slug: "skill-fn-daily-digest",
  args: {}
})

No documentation provided.

Metadata

upgrade Version 1.0.0
gavel License MIT
language Language typescript
cloud Provider cloudflare-worker
deployed_code

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.