Legiscan Bill Search
Skill by n4cra
Why use this skill?
Automate state legislative monitoring with the LegiScan Bill Search skill. Track bills, filter by keywords, and stay updated on policy changes effortlessly.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/n4cra/legiscan-bill-searchWhat This Skill Does
The LegiScan Bill Search skill is a specialized tool designed to bridge the gap between complex state-level legislative data and actionable insights. By leveraging the LegiScan API, this skill allows users to monitor, track, and filter legislative activity across the United States. Rather than manually parsing through hundreds of pages of legislative documents, this agent automates the retrieval process by scanning for specific keywords and tracking relevant bills within a designated state. Whether you are tracking cybersecurity legislation, environmental regulations, or fiscal policies, the skill provides a streamlined interface to extract the status and content of bills that meet your specific interest criteria.
Installation
Installation is handled through the OpenClaw CLI, ensuring all dependencies are managed correctly. First, ensure you have an active API key from the LegiScan portal. Once obtained, set this as an environment variable named LEGISCAN_API_KEY in your system environment. Execute the command clawhub install openclaw/skills/skills/n4cra/legiscan-bill-search to download the skill. Ensure your Python environment has the requests library installed. Once installed, the skill is ready for immediate use via command-line arguments or integration into your automated workflows.
Use Cases
This skill is highly valuable for lobbyists, policy analysts, legal researchers, and concerned citizens. Its primary use case is providing automated alerts when new legislation is introduced that impacts a specific industry or cause. For example, a fintech company can monitor multiple states simultaneously for bills concerning digital asset regulation. Additionally, journalists can use this tool to track the progress of controversial bills, while non-profits can monitor funding legislation. By using the --all flag, users can also archive historical legislative data to perform longitudinal studies on how specific topics have evolved in the law over time.
Example Prompts
- "OpenClaw, search for all new bills in California related to artificial intelligence and summarize the key regulatory points."
- "Check the current status of bill SB 1234 in Texas and alert me if it passes the house floor."
- "Look for any upcoming legislation in New York that mentions renewable energy credits and provide a list of relevant bill IDs."
Tips & Limitations
The LegiScan Bill Search skill is limited by the data provided through the LegiScan API; always verify critical legal status directly on state government websites. Since this tool performs external API requests, ensure your API key has sufficient quota to handle your frequency of monitoring. To minimize noise, use specific, compound keywords (e.g., 'data privacy' vs 'data') to narrow search results. For enterprise-level tracking, we recommend setting up the script as a cron job to automate daily polling of the legislative database, ensuring you never miss a critical filing.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-n4cra-legiscan-bill-search": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api