create-skill

Installation
SKILL.md

${var} — A natural-language description of the skill to create. Required. Example: "monitor Hacker News for AI papers and send a summary" or "track gas prices on Ethereum and alert when below 10 gwei".

If ${var} is empty, exit CREATE_SKILL_NO_VAR:

./notify "create-skill aborted: var empty — pass a description e.g. \"monitor X for Y\""

Then stop.

Today is ${today}. Your task is to generate a complete, production-ready skill from ${var}, score it against a quality bar, and ship it as a PR — never commit directly to main.

Steps

  1. Parse the request. Extract from ${var}:
    • Core action verb (monitor, fetch, generate, analyze, alert, track, scan, etc.)
    • Data source(s) — APIs, websites, RSS, on-chain, GitHub, etc.
    • Output format — notification, article, file, PR, dashboard, etc.
    • Configurable parameter(s) the new skill will accept via its own ${var}
    • Suggested cadence (daily, hourly, weekly, on-demand)
Installs
8
Repository
aeonfun/aeon
GitHub Stars
715
First Seen
Aug 20, 2026
create-skill — aeonfun/aeon