Claude-skill-registry api-digest
Use when user asks for digest ("дайджест", "саммари", "что нового", "digest", "summary") - fetches data via API and generates detailed analysis
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/api-digest" ~/.claude/skills/majiayu000-claude-skill-registry-api-digest && rm -rf "$T"
manifest:
skills/data/api-digest/SKILL.mdsource content
API Data Digest
Generate detailed digest from your API.
API Access
Run fetch.sh to get data:
./fetch.sh
Output Format
Use template from output-template.md.
What to Extract
- Topics: tools, discussions, problems, recommendations
- Quotes: funny, insightful, emotional with @username
- Links: grep http/https in content
- Questions: unanswered
- Contributors: most active authors
Analysis Guidelines
- Be comprehensive — extract more detail than a typical summary
- Preserve context — don't strip nuance from quotes
- Identify patterns — group related discussions into topics
- Note sentiment — flag heated debates or consensus moments
- Extract value — prioritize actionable info over noise
Language
Output in the same language as the source data.