response-analyzer

Save large command outputs to temporary files and load summaries into context.

24|3|Updated Nov 25, 2025
One-click install
npx skills add https://github.com/nguyenthienthanh/aura-frog --skill response-analyzer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: response-analyzer
Source: https://github.com/nguyenthienthanh/aura-frog/tree/main/aura-frog/skills/response-analyzer
Command: npx skills add https://github.com/nguyenthienthanh/aura-frog --skill response-analyzer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires bash, jq, and includes scripts (resource) components.

What problem does it solve?

Reduce context bloat by writing large responses to temp files and loading only summaries for context loading.

Core Features & Use Cases

  • Write large outputs to /tmp/aura-frog and summarize
  • Load only summaries into context, reference full data on demand
  • Commands and templates for integrating into workflows

Quick Start

Save a long command output to a temp file and display a summary of key results.

Frequently Asked Questions about response-analyzer

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

FAQPage Schema
How do I reduce context bloat when working with large command outputs?

Save large outputs to temporary files and load only structured summaries into context. This approach writes verbose responses like logs, API payloads, and search results to /tmp/aura-frog, generates concise summaries, and references full data on demand to keep your context lean.

Can I use bash and jq to summarize large outputs automatically?

Yes. This Skill integrates bash scripts and jq to process command outputs, extract key results, and generate summaries. It handles API responses, build logs, and test output by filtering data through jq queries and storing summaries separately from raw responses.

What types of large outputs can be summarized and stored?

Command outputs, API payloads, file search results, and verbose test or build logs that exceed thresholds. The Skill writes these to temporary storage, generates structured summaries, and maintains references so you access full data only when needed.

How do I integrate summarization into my workflow without manual steps?

Use the provided bash scripts and templates to automate storage and summary generation. Commands and templates are included to pipe outputs directly, reducing manual intervention while keeping context overhead minimal across multiple tool invocations.

What are the limitations when summarizing outputs across different formats?

Effectiveness depends on jq's ability to parse structured data. Unstructured plain text, binary formats, or outputs without consistent structure may require custom filters. Summary quality varies by output complexity and relevance of extracted fields to your use case.