aeon-rss-digest/SKILL.md
Daily roll-up across a configurable list of RSS / Atom / JSON feeds with cross-feed deduplication (by canonical URL hash), themed clustering, weighted per-feed ranking, and source-status reporting. Quote-don't-invent summaries extracted from post bodies. Use for personal newsletter curation, multi-blog daily reads, or aggregating crypto research desk outputs into one digest. Triggers: "RSS digest", "summarize my feeds", "daily blog digest", "what's new in my feeds".
npx skillsauth add bankrbot/skills aeon-rss-digestInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Reads N feeds, dedups across feeds, clusters by theme, surfaces a per-feed plus per-theme view.
feeds:
- url: https://blog.example.com/feed.xml
label: "Example Blog"
weight: 1.0
- url: https://substack.example.com/feed
label: "Researcher Substack"
weight: 1.5 # boost this feed in ranking
cluster_themes: [ai, crypto, infra] # optional
look_back_hours: 24
Feed parsers: RSS, Atom, JSON Feed all supported. Items deduped by sha256(normalize(title) + canonical_url).
look_back_hours (default 24).Title (linked), source feed(s), one-sentence summary extracted from the first paragraph + abstract (not paraphrased), one-line "why it might matter" tag, estimated read time from body length.
Theme groups with items, an "Other" bucket for items that don't match configured themes, a "Skipped this run" section (below floor, broken feeds, consolidated republications), and source status per feed (ok / fail).
tools
HSM-backed secret management for AI agents. Store API keys (including Bankr `bk_` keys), passwords, and credentials in an encrypted vault; retrieve them at runtime via MCP without keeping secrets in chat context. Policy-based access control, secret rotation, sharing, EVM transaction intents (sign/simulate/broadcast), multi-chain signing keys, treasury multisig proposals, OIDC federation for external service auth, built-in prompt injection detection, and optional Shroud TEE LLM proxy. Use when the agent needs secure credential storage, just-in-time secret access, guarded on-chain signing, or security scanning — not for Bankr trading prompts, portfolio checks, or x402 calls (use the bankr skill instead).
testing
Stake $GEM tokens on Gem Miner (gemminer.app) to earn yield and unlock the in-game earn/cashout system. Use when the user wants to stake GEM, check their staking balance or rewards, unstake, claim rewards, or check whether they meet the 25M GEM gate. Base mainnet only.
development
CodeGrid is a native macOS canvas where multiple coding agents (Claude, Codex, Gemini, Cursor, Grok, shells) run side by side in panes and collaborate via a local agent bus — no tmux, no cloud, no account, no stored API keys. Install this skill when an agent should know how to operate inside a CodeGrid pane, drive the workspace from outside (control socket or codegrid:// deep links), spawn or message sibling agents, or coordinate multi-agent work (delegate, review, pipeline, parallel fan-out, monitor, debate). The differentiator: multiple coding agents collaborating on one canvas, addressable by stable session_id, with a read → message → read protocol built for orchestration.
tools
Use Agent Wormhole for one-time sealed handoffs between autonomous agents, including encrypted mission briefs, scoped secrets, temporary artifacts, receipts, config drops, CLI/API usage, ECHO holder access, and Bankr x402 paid opens.