Borrowing it
Nothing to install: this file belongs to Avierovich/openpitch. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/Avierovich/openpitch/main/.claude/skills/run-openpitch/SKILL.mdgit clone --depth 1 https://github.com/Avierovich/openpitchWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/avierovich/openpitch/run-openpitch)<a href="https://agentmods.dev/skills/avierovich/openpitch/run-openpitch"><img src="https://agentmods.dev/badge/skills/avierovich/openpitch/run-openpitch/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/avierovich/openpitch/run-openpitch"><img src="https://agentmods.dev/badge/skills/avierovich/openpitch/run-openpitch.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00058 | $0.00624 |
| Opus 5 | $0.00029 | $0.00312 |
| Sonnet 5 | $0.00012 | $0.00125 |
| Haiku 4.5 | $0.00006 | $0.00062 |
Grade B, and why
run-openpitch scanned grade B with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Reads agent configuration directoriesmediumAgent snooping
.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.
`[mcp_servers.openpitch]` to `~/.codex/config.toml`. How it starts
The opening of the file, as written. The whole thing — 68 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Run OpenPitch
Prescriptive runbook for operating the OpenPitch pipeline. The git-tracked
data/ tree is the database; everything is reproducible and zero-cost.
0. Environment (once)
python -m venv .venv && source .venv/bin/activate
pip install -e ".[pipeline]" # core + Gemini provider
Secrets go in a gitignored .env (never commit it):
LLM_API_KEY— free Gemini key (extraction). Without it, onlyseedworks.GROQ_API_KEY— free Groq key (hosted Whisper transcription). Optional.OPENPITCH_SEC_USER_AGENT—OpenPitch/0.1 [email protected](EDGAR fair-access).
1. Build the dataset (offline, no key)
openpitch seed # reconcile committed seed claims -> data/ (idempotent same-day)
Produces data/companies/*.json, history, events, digest, universe, index.
2. Live refresh (needs LLM key + network)
openpitch run # all watchlist companies
openpitch run --companies 5 # first 5 (quota-safe for a test)
openpitch run --ids openai,mistral # specific companies
openpitch run --offline # falls back to seed
Stages: collect → transcribe → extract (batched) → derive → reconcile → publish. Fail-isolated per company. Scoring is global (ranks the full committed set).
3. Build the dashboard + A2A card
openpitch build-dashboard # -> dashboard/dist/ (open index.html)
4. Serve the MCP server (read-only, no LLM, no key)
openpitch-mcp # stdio MCP server over committed data
Register it: claude mcp add openpitch -- openpitch-mcp (Claude Code) or add
[mcp_servers.openpitch] to ~/.codex/config.toml.
5. Test & verify
PYTHONPATH=src pytest tests/ -q # full suite
openpitch quality-report # data-quality gaps -> data/quality/report.md
Guardrails
- Never commit
.envor real secrets (DATA-POLICY). - Prefer published transcripts; transcription stores only short phrases, never full transcripts.
- Respect source ToS / robots; official APIs and RSS first.
- Data is probabilistic public-source intelligence — every figure keeps its source + confidence.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 9d ago First seen · 68 lines · 58 tokens per session scan B 69d00d28392e
run-openpitch is a skill published in the GitHub repository Avierovich/openpitch (8 stars, last pushed yesterday), licensed MIT. It adds 58 tokens to every session and 624 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it B with 1 finding (reads agent configuration directories). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
ai-news-intelligence
AI News Intelligence pipeline for ForThePeople.in. Use this skill when building, debugging, or extending the automated news analysis system that reads Indian news, extracts civic data, and updates the district dashboard. Triggers: 'AI intelligence', 'news pipeline', 'Gemini analyzer', 'auto-update from news'…
agent-platform-rag-engine-management
Manage and query Agent Platform RAG Engine Corpora and retrieve grounded contexts using the Google GenAI SDK. Use when listing RAG corpora or files, inspecting a corpus, retrieving contexts, or generating content grounded in a RAG corpus. Do not use for standard database queries (use SQL/Spanner skills), Google…
agent-platform-model-registry
Agent Platform Model Registry Management. Use when you need to upload, list, describe, update, or delete machine learning models (and their versions) in the Agent Platform Model Registry. Don't use for model training, model deployment to endpoints, or managing non-Agent Platform models.
foundry-config-setup
Resolve missing setup caused by a hardcoded Foundry project endpoint or model in a sample. Use when a sample fails because it uses a placeholder/hardcoded projectendpoint (for example "https://your-project.services.ai.azure.com") or a hardcoded model instead of reading them from the environment.
google-cloud-solution-agentic-analytics-spark-knowledge-catalog
Discovers requirements and generates guidance to design and deploy a governed, secure agentic-analytics solution for data that's distributed across Google Cloud, other cloud providers, or on-premises. Data that's outside Google Cloud (such as data from Databricks, Snowflake, Salesforce, SAP, or Oracle systems) is…
training-check
Interactively monitor training metrics from the current Codex session, periodically checking WandB or fallback logs for NaN, divergence, plateaus, and broken runs.