quiver
Query alternative financial data from Quiver Quantitative (Congress trading, Lobbying, Government Contracts, Insider transactions). Use this to track politician stock trades or unconventional market signals.
npx skills add majiayu000/claude-skill-registry --skill quiver --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Quiver Quantitative Skill Access alternative data sets from Quiver Quantitative to track non-traditional market signals. ## Prerequisites - **API Token:** You need a Quiver Quantitative API token. - **Environment:** Set `QUIVER_API_KEY` in your environment or `TOOLS.md`. ## Usage This skill uses a Python script to fetch data and return it as JSON. ### Congress Trading Track stock trades by US Senators and Representatives. ```bash # Recent trades by all members skills/quiver/scripts/query_quiver.py congress # Specific Ticker skills/quiver/scripts/query_quiver.py congress --ticker NVDA # Specific Politician skills/quiver/scripts/query_quiver.py congress --politician "Nancy Pelosi" ``` ### Corporate Lobbying Track lobbying spend by companies. ```bash skills/quiver/scripts/query_quiver.py lobbying AAPL ``` ### Government Contracts Track government contracts awarded to companies. ```bash skills/quiver/scripts/query_quiver.py contracts LMT ``` ### Insider Trading Track corporate insider transactions. ```bash skills/quiver/scripts/query_quiver.py insiders TSLA ``` ## Output All commands output a JSON array of records. You can pipe this to `jq` to filter or format it. ```bash # Get Pelos
- Prerequisites
- Usage
- Congress Trading
- Corporate Lobbying
- Government Contracts
- Insider Trading
- Output
Recent trades by all members skills/quiver/scripts/query_quiver.py congress Specific Ticker skills/quiver/scripts/query_quiver.py congress --ticker NVDA Specific Politician skills/quiver/scripts/query_quiver.py congress --politician "Nancy Pelosi" skills/quiver/scripts/query_quiver.py lobbying AAPL skills/quiver/scripts/query_quiver.py contracts LMT skills/quiver/scripts/query_quiver.py insiders TSLA Get Pelosi's recent NVDA trades
What does the quiver skill do?
Query alternative financial data from Quiver Quantitative (Congress trading, Lobbying, Government Contracts, Insider transactions). Use this to track politician stock trades or unconventional market signals.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill quiver --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
