agentsclimarketplace

Digest

Skill DROOdotFOO/agent-skills/skills/digest

Agent skills, autonomous agents, and MCP-companions for programming

Install
npx -y skills add DROOdotFOO/agent-skills --skill digest

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Generate a multi-platform activity digest for a topic. Fetches and ranks items from HN, GitHub, Reddit, YouTube, ethresear.ch, Snapshot, Polymarket, package registries, CoinGecko, Blockscout, and Shodan. TRIGGER when: user invokes "/digest" or asks for a "digest", "what's happening with X", "activity summary for X", "news about X". DO NOT TRIGGER when: user asks about digest agent code/implementation.

SKILL.md

2.8 KB, as published. Nobody here has run it

Digest

Generate a synthesized activity digest for any topic across multiple platforms.

What You Get

  • Ranked list of items across platforms, weighted by engagement and recency
  • Claude-synthesized narrative with citations (or raw items with --no-synthesis)
  • Markdown file or terminal output

Usage

digest generate "rust async runtime"
digest generate "zero knowledge proofs" --days 7 --platforms hn,github,reddit
digest generate "noir language" --output digest.md
digest generate "elixir otp" --no-synthesis
digest generate "noir" --no-expansion
digest list-platforms

Available Platforms

PlatformKeySignal source
Hacker NewshnAlgolia search (points, comments)
GitHubgithubgh CLI search (stars, forks)
RedditredditSearch JSON API (upvotes, comments)
YouTubeyoutubeyt-dlp flat-playlist (views, likes)
ethresear.chethresearchDiscourse search (views, likes, posts)
SnapshotsnapshotGraphQL governance (votes, scores)
PolymarketpolymarketGamma API (volume traded)
Packagespackageshex.pm + crates.io + npm (downloads)
CoinGeckocoingeckoTrending, gainers/losers, new listings
BlockscoutblockscoutOn-chain transfers, address activity
ShodanshodanHosts, services, CVEs (SHODAN_API_KEY)

Flags

FlagDefaultDescription
--days / -d30Lookback window in days
--platforms / -phn,githubComma-separated platform list
--max-items / -n50Max items per platform
--output / -o(none)Write markdown to file
--no-synthesisfalseSkip Claude narrative
--no-expansionfalseSkip query expansion

Pipeline

  1. Query expansion (static rules, LLM fallback planned)
  2. Parallel fetch across selected adapters
  3. Dedupe by URL + title similarity
  4. Rank by log-weighted engagement + recency decay
  5. Synthesize narrative via Claude (unless --no-synthesis)
  6. Output to terminal (rich) or markdown file

Reference

FileTopic
mcp-setup.mdMCP server config and tool list

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.