Skip to content

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.
  1. Installation and Verification
  2. API Keys
  3. Configuration
  4. Entry Points by Goal
  5. Privacy and Storage
  6. Tools Reference
  7. Source Coverage

First Successful Run

The shortest path from install to a real answer:

  1. Install the plugin — openclaw plugins install clawhub:@politiclaw/politiclaw from ClawHub (or openclaw plugins install @politiclaw/politiclaw from npm), or follow the local-checkout path in Installation and Verification if you are working in this workspace.
  2. Run /politiclaw-setup and copy its prompt into your agent. politiclaw_configure is an agent tool, not a shell command.
  3. Run /politiclaw-doctor to catch missing configuration or storage problems early.
  4. If politiclaw_configure returns an issue-setup handoff, follow it to save at least one stance.
  5. Ask the agent to call politiclaw_configure any 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.

Built for people who want local-first political tooling.