Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/itamarzand88/cli-anything-web/capitoltrades-clinpx skills add ItamarZand88/CLI-Anything-WEB --skill capitoltrades-cligit clone --depth 1 https://github.com/ItamarZand88/CLI-Anything-WEBWrote 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/itamarzand88/cli-anything-web/capitoltrades-cli)<a href="https://agentmods.dev/skills/itamarzand88/cli-anything-web/capitoltrades-cli"><img src="https://agentmods.dev/badge/skills/itamarzand88/cli-anything-web/capitoltrades-cli.svg" alt="Measured on agentmods" 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.00111 | $0.01075 |
| Opus 5 | $0.00056 | $0.00537 |
| Sonnet 5 | $0.00022 | $0.00215 |
| Haiku 4.5 | $0.00011 | $0.00108 |
Grade A, and why
capitoltrades-cli scanned grade A with 0 findings 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 6d 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.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 63 lines — stays where its author put it; the contents beside it link to each section on GitHub.
cli-web-capitoltrades
Query Capitol Trades — US congressional stock-trade disclosures (read-only, no auth, CloudFront bypass built in).
Install: pip install cli-web-capitoltrades
Commands
| Command | Purpose | Key options |
|---|---|---|
trades list |
Browse/filter trades | --politician ID, --issuer ID, --party, --chamber, --tx-type buy|sell|exchange, --sector, --size, --sort traded|pubdate|filedafter|tradesize, --sort-direction, --page, --page-size |
trades by-ticker TICKER |
Trades for a ticker (e.g. NVDA) | --party, --tx-type, --page, --page-size |
trades get TRADE_ID |
Single trade detail | |
trades stats |
Aggregate stats from the trades overview | |
politicians list |
Politicians tracked on the site | --party, --chamber, --state CA, --page, --page-size |
politicians top |
Leaderboard by trade count or volume | --by trades|volume, --party, --chamber, --page-size |
politicians get POLITICIAN_ID |
Profile by bioguide ID (e.g. Y000067) | |
issuers list |
List issuers (companies, bonds, funds) | --sector, --page, --page-size |
issuers search QUERY |
Search issuers; returns price history, stats, sector | --full (full price history) |
issuers get ISSUER_ID |
Issuer detail by internal ID (e.g. 435544) | |
articles list / articles get SLUG |
Capitol Trades insight articles | --page, --page-size |
buzz list / buzz get SLUG |
Curated stock-market news snippets | --page, --page-size |
press list / press get SLUG |
Press coverage about Capitol Trades | --page, --page-size |
ID conventions: politicians use bioguide IDs (Y000067), issuers use internal numeric IDs (435544) — issuers search and trades by-ticker resolve tickers for you.
Examples
# Latest congressional trades
cli-web-capitoltrades --json trades list --page-size 25
# Who's trading NVDA? Buys only, by Democrats
cli-web-capitoltrades --json trades by-ticker NVDA --tx-type buy --party democrat
# Most active senators by traded volume
cli-web-capitoltrades --json politicians top --by volume --chamber senate
# All trades by a specific politician (bioguide ID from politicians list/top)
cli-web-capitoltrades --json trades list --politician P000197 --sort traded
# Issuer lookup with price history and stats
cli-web-capitoltrades --json issuers search "Apple" --full
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.
- 6d ago First seen · 63 lines · 111 tokens per session scan A e6682cd64407
capitoltrades-cli is a skill published in the GitHub repository ItamarZand88/CLI-Anything-WEB (215 stars, last pushed 4d ago), licensed MIT. It adds 111 tokens to every session and 1,075 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
brain-paper-to-alpha-plugin
Use for WorldQuant BRAIN alpha research, paper-to-alpha workflows, BrainAlpha M0-M5 candidate generation, BRAIN expression triage, failed-alpha repair, simulation handoff, low-correlation pool review, or when the user mentions Papertocode, WorldQuant BRAIN, Brain alpha mining, IQC, alpha examples, alpha mutation…
quantcoder-research
Use Claude Code or Codex Agent with QuantCoder utilities for quantitative research-paper to QuantConnect LEAN algorithm workflows, including arXiv/deep search, PDF download, agent-native summarization, agent-native code generation, local QC linting, QuantConnect validation, and backtesting. Use when the user mentions…
vnpy-export
Export a Vibe-Trading backtest strategy to a runnable vnpy CtaTemplate Python class — supports A-share equities, futures, and crypto via BarGenerator + ArrayManager.
connect-recommend
Use this skill when the user asks about Stripe Connect configuration, charge patterns, Dashboard access, or how to get started with Connect, is building a marketplace, platform, multi-vendor store, gig platform, or subscription platform, needs to pay out sellers, vendors, or providers, mentions split payments, revenue…
fastapi
FastAPI best practices and conventions. Use when working with FastAPI APIs and Pydantic models for them. Keeps FastAPI code clean and up to date with the latest features and patterns, updated with new versions. Write new code or refactor and update old code.
billing-stripe
Work with Stripe billing — subscriptions, plans/prices, the Customer Portal, credits, usage metering, invoices, and webhook events. Use when changing plans, handling a new Stripe webhook, debugging a payment/subscription flow, or touching credit balances and usage.