Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Search and track active or completed state bills by keywords and state using the LegiScan API with customizable filters.
Search and track active or completed state bills by keywords and state using the LegiScan API with customizable filters.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
A skill to monitor state legislative activity using the LegiScan API. It filters for active bills based on custom keywords and state selection.
API Key: Obtain a free API key from LegiScan. Environment Variable: Set LEGISCAN_API_KEY in your environment. Dependencies: Requires requests.
Run the script directly or via a scheduled task (cron). # Default (TX, cryptocurrency keywords) python3 search.py # Custom State and Keywords python3 search.py --state TX --keywords "crypto, bitcoin, blockchain" # Include passed/completed bills python3 search.py --state TX --keywords "crypto, bitcoin, blockchain" --all
--state: Two-letter state abbreviation (Default: TX or LEGISCAN_STATE env var). --keywords: Comma-separated list of terms to search for. --all: If flag is present, includes bills that have passed or are completed.
The script uses environment variables for sensitive credentials. It provides CLI arguments for flexibility without modifying code. It includes error handling for API failures and missing configuration.
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.