api-digest

Fetch raw API data and generate structured digests locally.

215|26|Updated Dec 15, 2025
One-click install
npx skills add https://github.com/serejaris/ris-claude-code --skill api-digest
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: api-digest
Source: https://github.com/serejaris/ris-claude-code/tree/main/skills/api-digest
Command: npx skills add https://github.com/serejaris/ris-claude-code --skill api-digest

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl.

What problem does it solve?

This skill fetches raw data from any API and generates detailed digests locally, avoiding backend LLM calls and reducing costs.

Core Features & Use Cases

  • Fetch data from any API using a dedicated fetch.sh script.
  • Generate structured digests with topics, quotes, links, questions, and contributors.
  • Use cases include chat digests for teams, ticket summaries, log analysis, and thread discussions.

Quick Start

Trigger the skill with a digest request (e.g., 'дайджест' or 'digest'). Then run fetch.sh to retrieve data from the API and generate the digest from the results.

Frequently Asked Questions about api-digest

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate API data digests without backend LLM calls?

To generate API data digests without backend LLM calls, use a local fetch script to retrieve raw API data and parse the JSON output into structured summaries. This local processing avoids backend LLM costs while producing topics, quotes, and contributor lists.

Can I use curl to fetch API data for local summarization?

Yes, curl is the required dependency for fetching API data for local summarization. The skill uses a fetch.sh script driven by curl to retrieve raw API data, which is then parsed locally into structured digest output without backend calls.

What is the best way to summarize threaded discussions and chat logs locally?

Summarizing threaded discussions and chat logs locally is best achieved by fetching raw API data and applying local JSON parsing. This generates structured digests featuring topics, key quotes, links, questions, and active contributors without backend processing.

Does api-digest work with any API for generating ticket summaries?

Yes, api-digest works with any API for generating ticket summaries. It requires a local fetch script to retrieve the data and parses the JSON locally to create structured output without relying on backend LLM infrastructure or external processing.

Do I need a backend LLM to analyze API logs and generate structured digests?

You do not need a backend LLM to analyze API logs and generate structured digests. The skill processes raw JSON data locally to produce detailed summaries, completely avoiding backend LLM calls and reducing associated operational costs.