Agent skill · Data & Analytics

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.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill quiver --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 2 KB
Bundled scripts: none
Path: skills/analysis/quiver/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Prerequisites
  2. Usage
  3. Congress Trading
  4. Corporate Lobbying
  5. Government Contracts
  6. Insider Trading
  7. Output
Ships with 1 file
  • metadata.json
Commands it runs
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
More from claude-skill-registry
All skills →
About this skill
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.

Keep going