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 bankrbot/skills 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
Trust + memory layer for Bankr agents. Write a verifiable behavioral track record (decisions, hallucinations) for free, and check the risk/reputation of any agent or token before moving money — paid over x402 on Base.
tools
Cross-chain token swaps, quotes, portfolio and prices across 14 chains via the Suwappu DEX MCP server. Read-only by default; swap execution is opt-in and gated.
development
Build, inspect, configure, and safely transact with Juicebox V6 projects, terminals, rulesets, hooks, tiered NFTs, Revnets, Croptop, Bendystraw, and omnichain deployments. Use for Juicebox protocol questions, contract addresses or ABIs, project creation, payments, cash-outs, tokenomics, hooks, NFT tiers, cross-chain bridges, loan queries, transaction decoding, and Juicebox app/UI development on Ethereum, Optimism, Base, Arbitrum, or their Sepolia testnets.
tools
LP tokenized stocks onchain — range-LP Coinbase tokenized equities (NVDA, AAPL, GOOGL, META) and AERO/USDC on Aerodrome Slipstream (Base) for trading-fee + AERO emission yield. Use when the user wants to LP stocks or Aerodrome pools on Base, open/recenter/exit a Slipstream position, check pool status, NAV, or yields, get a portfolio overview ("how are my LP positions doing?") with P&L and projected APR, run a manage pass, or set up scheduled/price-triggered LP automations in the Bankr console. Auto-routes every position to the higher-yielding side — staked (AERO emissions) vs unstaked (trading fees) — at entry and re-checks on every manage pass. Bundled node scripts do the chain reads, gate checks, and calldata; writes go via the Bankr arbitrary-transaction flow. NOT for perps, spot trading, or Uniswap.