Skills usaspending
USAspending.gov — federal spending data, contracts, grants, awards, agencies, and recipient search. No API key required.
install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/aiwithabidi/usaspending" ~/.claude/skills/openclaw-skills-usaspending && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/aiwithabidi/usaspending" ~/.openclaw/skills/openclaw-skills-usaspending && rm -rf "$T"
manifest:
skills/aiwithabidi/usaspending/SKILL.mdsource content
🏛️ USAspending
USAspending.gov — federal spending data, contracts, grants, awards, agencies, and recipient search. No API key required.
Requirements
No API key required for basic usage.
Quick Start
# Search federal awards python3 {{baseDir}}/scripts/usaspending.py search-awards --keywords <value> --award-type "contracts" --limit "25" --page "1" # Get award details python3 {{baseDir}}/scripts/usaspending.py get-award <id> # Search recipients python3 {{baseDir}}/scripts/usaspending.py search-recipients --keyword <value> --limit "25" # Get recipient details python3 {{baseDir}}/scripts/usaspending.py get-recipient <id> # List top-tier agencies python3 {{baseDir}}/scripts/usaspending.py list-agencies # Get agency details python3 {{baseDir}}/scripts/usaspending.py get-agency --code <value> # Spending by category python3 {{baseDir}}/scripts/usaspending.py spending-by-category --category "awarding_agency" --filters "JSON" # Spending over time python3 {{baseDir}}/scripts/usaspending.py spending-over-time --group "fiscal_year" --filters "JSON" # List CFDA programs python3 {{baseDir}}/scripts/usaspending.py list-cfda # Autocomplete search python3 {{baseDir}}/scripts/usaspending.py autocomplete --search-text <value>
Output Format
All commands output JSON by default.
Script Reference
| Script | Description |
|---|---|
| Main CLI — all commands in one tool |
Credits
Built by M. Abidi | agxntsix.ai YouTube | GitHub Part of the AgxntSix Skill Suite for OpenClaw agents.
📅 Need help setting up OpenClaw for your business? Book a free consultation