/install legiscan-bill-search
LegiScan Bill Tracker\r
\r A skill to monitor state legislative activity using the LegiScan API. It filters for active bills based on custom keywords and state selection.\r \r
Setup\r
\r
- API Key: Obtain a free API key from LegiScan.\r
- Environment Variable: Set
LEGISCAN_API_KEYin your environment.\r - Dependencies: Requires
requests.\r \r
Usage\r
\r Run the script directly or via a scheduled task (cron).\r \r
# Default (TX, cryptocurrency keywords)\r
python3 search.py\r
\r
# Custom State and Keywords\r
python3 search.py --state TX --keywords "crypto, bitcoin, blockchain"\r
\r
# Include passed/completed bills\r
python3 search.py --state TX --keywords "crypto, bitcoin, blockchain" --all\r
```\r
\r
## Configuration Options\r
\r
- `--state`: Two-letter state abbreviation (Default: `TX` or `LEGISCAN_STATE` env var).\r
- `--keywords`: Comma-separated list of terms to search for.\r
- `--all`: If flag is present, includes bills that have passed or are completed.\r
\r
## Best Practices\r
- The script uses environment variables for sensitive credentials.\r
- It provides CLI arguments for flexibility without modifying code.\r
- It includes error handling for API failures and missing configuration.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install legiscan-bill-search - After installation, invoke the skill by name or use
/legiscan-bill-search - Provide required inputs per the skill's parameter spec and get structured output
What is LegiScan Bill Search?
Search and track active or completed state bills by keywords and state using the LegiScan API with customizable filters. It is an AI Agent Skill for Claude Code / OpenClaw, with 612 downloads so far.
How do I install LegiScan Bill Search?
Run "/install legiscan-bill-search" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is LegiScan Bill Search free?
Yes, LegiScan Bill Search is completely free (open-source). You can download, install and use it at no cost.
Which platforms does LegiScan Bill Search support?
LegiScan Bill Search is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created LegiScan Bill Search?
It is built and maintained by n4cra (@n4cra); the current version is v1.0.0.