hodgesmrhodgesmrCommunityยท1 Agent Skills Included

agent-fecfile

Fetch, parse, and analyze FEC campaign finance filings

Fetches and analyzes Federal Election Commission campaign finance filings by ID or committee name. Breaks down contributions, disbursements, loans, and expenditures without manual spreadsheet work. Handles massive filings through streaming and pre-filtering, keeping memory and token usage low. Includes field mappings for all major FEC forms and schedules for accurate interpretation.
npx skills add hodgesmr/agent-fecfile --all -g -y
Available:

Explains to the agent how the fecfile skill, fetch script, and MCP server work together to retrieve and analyze FEC filings securely.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install agent-fecfile?โ–ผ

Run `npx skills add hodgesmr/agent-fecfile --all -g -y` in your terminal to install the skill globally.

How to analyze an FEC filing with AI?โ–ผ

Give your agent a filing ID or committee name, and it fetches the filing, filters the relevant schedules, and summarizes contributions and expenditures in plain tables.

Do I need an FEC API key to use agent-fecfile?โ–ผ

No. Fetching filings by ID works without a key, but a free FEC API key enables searching for committees and filings by name.

Can agent-fecfile handle very large filings?โ–ผ

Yes. It supports summary-only checks, schedule filtering, and streaming mode so even filings with hundreds of thousands of records process with constant memory.

Is my FEC API key visible to the AI model?โ–ผ

No. The key is loaded from your system keyring by the MCP server, held in memory, and never exposed to the model or conversation.

Related Repositories in Data & Analytics

View All in Data & Analyticsโ†’