byefficientcontext· 2 skills
Use when a user asks how many tokens (or how much context/cost) ContextPilot has saved, or wants a ContextPilot savings status/summary inside Hermes Agent — e.g. "how much did ContextPilot save?", "show ContextPilot token savings", "ContextPilot status", "savings in the last 24h / all time", or "give me the raw savings JSON". This skill runs the metadata-only scripts/contextpilot_savings.py reporter and summarizes its output in plain language. It is read-only and observe-only — it never changes ContextPilot code or config, never enables routing/dropping/summarization, never creates cron jobs, branches, or pull requests, and never reads conversation messages, tool outputs, system prompts, reasoning, or raw session ids.
$npx -y skills add efficientcontext/contextpilot --skill contextpilot-savingsInstalls into the current project.
Run `npx skills use "https://github.com/efficientcontext/contextpilot" --skill "efficientcontext/contextpilot/contextpilot-savings"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/efficientcontext/contextpilot" that are relevant to the current task. Run `npx skills add "https://github.com/efficientcontext/contextpilot"` and select the relevant skills, then follow their instructions.