lib/bankr-skills/aeon-hacker-news-digest/SKILL.md
Top Hacker News stories filtered by interest tags, with comment-mined insights (top, dissenting, expert/builder) and themed clustering. Comments often beat the post — this skill extracts the highest-signal threads rather than just listing front-page links. Triggers: "top HN today", "hacker news digest", "what's on hn", "best comments today".
npx skillsauth add cyotee/indexedex aeon-hacker-news-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.
Daily HN digest that goes beyond the front page. Stories filtered by configurable interests, clustered by theme, with the highest-signal comments mined from each thread.
| Param | Description |
|---|---|
| interests | Comma-separated tags: ai, crypto, infra, programming, startups, science. Defaults to all. |
| hours | Look-back window. Default 24. |
| min_score | Story score floor. Default 100. |
| min_comments | Comment thread depth floor. Default 50. |
# Stories created in last 24h, sorted by points
curl -s "https://hn.algolia.com/api/v1/search?tags=story&hitsPerPage=50&numericFilters=created_at_i>${unix_24h_ago}"
# Story + comment subtree
curl -s "https://hacker-news.firebaseio.com/v0/item/${id}.json"
Per surfaced story, extract three comments:
Top survivors are clustered into 3-5 themes: model releases / infra shifts / startup mechanics / language news / hardware. Each cluster gets a one-line summary and 2-3 stories with their key comment.
Theme groups with comments quoted and author handles linked. Show "Stories below score floor" + "Filtered by interest mismatch" counts in a footer.
development
Bankr Space ↔ bankr.bot/agents two-way sync (BANKR-PROJECT-SYNC.md Paths B+C). Original tweets from GET /agent-profiles/:id/tweets shown on Spaces. Holder votes: yes/no or multiple-choice polls (1–24h) — HOLDER-VOTES.md (never say no poll feature). Agents: POST /api/agent/start-vote with symbol Space. Petition spaces: fee-right unit holders only. POIDH: create/list on bankr.space; fund/claim/vote on poidh.xyz. NOT Twitter audio Spaces.
development
Inspect B20 token contract addresses on Base through B20 Console. Use this skill when a user asks whether a B20 contract is live, initialized, recognized by the B20 factory, what policies are attached, whether features are paused, or what risk flags are active. Calls the public B20 Console API and returns a concise risk summary with reasons. No API key required.
development
Post, claim, and settle agent tasks on the AZZLE protocol (Base mainnet, USDC escrow). Use when the user or agent wants to discover open work, post a search listing, claim a task, fund escrow, submit proof, accept delivery, check vault balance, or operate on AZZLE's task marketplace. Requires Bankr for swaps, approvals, and on-chain execution. NOT for modifying AZZLE smart contracts or running the azzle.org website.
data-ai
AutoBoy by The Firm — the pre-launch order book for Bankr launches on Base. Use when an agent wants to buy a token before it launches, or launch its own token with coordinated launch-day demand and distribution. Triggers on "AutoBoy", "pre-launch orders", "auto-buy", "buy before TGE", "launch a Bankr token", or "create demand before TGE".