capitoltrades-cli

capitoltrades-cli is a skill for Claude Code, Codex from ItamarZand88/CLI-Anything-WEB. It costs 111 tokens per session (1,075 once invoked), scanned A, original, MIT.

A command-line research tool for browsing disclosed stock trades made by members of the United States Congress under the STOCK Act. It provides trade records, politician profiles, company or fund lookups, rankings, and related articles.

In plain words
What is it for?
Finding trades by politician, company, party, chamber, sector, transaction type, or ticker; viewing individual disclosures; and comparing trade counts or volumes.
Why use it?
It lets developers or researchers filter and inspect congressional trading disclosures from the terminal instead of navigating the website manually. The tool is read-only and does not require authentication.

Skill for Claude CodeCodex

Install

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.

agentmods
npx agentmods add skills/itamarzand88/cli-anything-web/capitoltrades-cli
Any agent
npx skills add ItamarZand88/CLI-Anything-WEB --skill capitoltrades-cli
Clone the repo
git clone --depth 1 https://github.com/ItamarZand88/CLI-Anything-WEB

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for capitoltrades-cli

README.md
[![agentmods](https://agentmods.dev/badge/skills/itamarzand88/cli-anything-web/capitoltrades-cli.svg)](https://agentmods.dev/skills/itamarzand88/cli-anything-web/capitoltrades-cli)
Your own site
<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>
Per session 111 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,075 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 6d ago against content hash e6682cd64407, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

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.

.claude/skills/capitoltrades-cli/SKILL.md · 63 lines

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

Read the full file on GitHub · 63 lines

Changes

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.

  1. 6d ago First seen · 63 lines · 111 tokens per session scan A e6682cd64407

Subscribe to this mod's changes

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.

Related

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…

nutdnuy/brain-paper-to-alpha-plugin · 101 tokens

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…

nutdnuy/quantcoder-plugin · 105 tokens

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.

HKUDS/Vibe-Trading · 40 tokens

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…

stripe/ai · 151 tokens

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.

ReflexioAI/claude-smart · 57 tokens

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.

vstorm-co/full-stack-ai-agent-template · 56 tokens