Appearance
Getting Started
PolitiClaw is a local-first civic copilot that holds your representatives accountable to the values you declare. Once you've told it the stances you care about, it watches federal legislation and federal roll-call votes (House and Senate) for you and flags when your reps' actions align — or don't — with those stances. Outreach is draft-only; PolitiClaw never speaks on your behalf.
It lives in this monorepo as an OpenClaw plugin plus a VitePress docs app. The docs site is meant to be read in two passes:
- Start with the guide for setup, verification, configuration, privacy, monitoring, and troubleshooting.
- Use the reference section for exact runtime facts such as tool schemas, config status, cron templates, skills, and storage layout.
Recommended Reading Order
- Installation and Verification
- API Keys
- Configuration
- Entry Points by Goal
- Privacy and Storage
- Tools Reference
- Source Coverage
First Successful Run
The shortest path from install to a real answer:
- Install the plugin —
openclaw plugins install clawhub:@politiclaw/politiclawfrom ClawHub (oropenclaw plugins install @politiclaw/politiclawfrom npm), or follow the local-checkout path in Installation and Verification if you are working in this workspace. - Run
/politiclaw-setupand copy its prompt into your agent.politiclaw_configureis an agent tool, not a shell command. - Run
/politiclaw-doctorto catch missing configuration or storage problems early. - If
politiclaw_configurereturns an issue-setup handoff, follow it to save at least one stance. - Ask the agent to call
politiclaw_configureany time you want to refresh reps or change monitoring cadence.
From there, most users branch into either bill tracking, ballot prep, or monitoring. When several tools seem to overlap, use Entry Points by Goal to find the default front door before jumping into lower-level reference pages.
For everything related to provider keys — which key unlocks which tool, how to obtain each, how to save them with politiclaw_configure or the configure flow, and what the gateway-restart implication is — see API Keys.
What To Expect Over Time
After setup, PolitiClaw's recurring monitoring jobs run on your gateway and stay silent on empty windows. For a walk-through of what shows up in your session and when, read Recurring Monitoring. For a feel for the shape of a good alert, read Examples of Good Alerts. For how scoring and accountability fit together, read How PolitiClaw Holds Representatives Accountable.
What To Trust
When a question is about an exact runtime fact, prefer the generated reference pages over prose summaries:
That is the key difference between this site and the older planning material: the published reference is derived from the current implementation, not from intent documents.
