Agent skill
Idea Capture
Quick note capture triggered via Telegram — stores to memory
Install this agent skill to your Project
npx add-skill https://github.com/aaronjmars/aeon/tree/main/skills/idea-capture
SKILL.md
${var} — The idea or note to capture.
If ${var} is set, use it as the idea to capture.
This skill is triggered on demand via Telegram. The user sends a quick idea, thought, or note.
Steps:
- Read memory/MEMORY.md for context.
- Parse the incoming message for the idea/note content.
- Categorize the idea:
- Article idea — topic worth writing about
- Feature idea — something to build
- Research lead — paper, person, or concept to explore
- Reminder — something to follow up on
- General note — anything else
- Append to memory/logs/${today}.md:
markdown
### Idea Captured - **Category**: type - **Note**: the idea - **Source**: Telegram - If it's actionable (feature idea or reminder), also add to MEMORY.md under "Next Priorities."
- Confirm via
./notify: "Captured: [brief summary]"
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
Polymarket
Trending and top markets on Polymarket — volume, new markets, biggest movers
Daily Article
Research trending topics and write a publication-ready article
DeFi Monitor
Check pool health, positions, and yield rates for tracked protocols
Skill Evals
Evaluate skill output quality against assertion manifests — detects regressions before users notice
Monitor Polymarket
Monitor specific prediction markets for 24h price moves, volume changes, and fresh comments
Self Review
Weekly audit of what Aeon did, what failed, and what to improve
Didn't find tool you were looking for?