@ariliberman/flowpoll
v0.1.2
Published
FlowPoll — answer paid micro-polls in your Claude Code status line while the AI works. Transparent: sends only your token + your answer, never your files or code.
Maintainers
Readme
FlowPoll
Answer short, paid micro-polls in your Claude Code status line while the AI is working — one keystroke, no browser, no interruption.
Install
npm install -g @ariliberman/flowpollSign in (one of two)
flowpoll login # opens your browser, signs you in, and configures Claude Code automatically
# or, connect a token directly:
flowpoll init --token dp_yourtokenThen restart Claude Code. A poll appears in your status line:
◈ Cursor or Copilot? /a Cursor /b CopilotAnswer with /a /b /c /d — or /ans <option> for any number of options.
Transparency
Run flowpoll info to see exactly what is sent:
- On each status refresh,
flowpoll pollsends only your token to fetch a poll that matches your stack. - Answering sends only the question id, your choice, and response time.
- It never reads your files, code, git history, or environment.
- The current poll is cached locally (~15s) — it does not hit the network on every refresh.
- Revoke your token anytime from your FlowPoll dashboard.
Commands
| Command | What it does |
|---|---|
| flowpoll login | Browser sign-in + auto-configure Claude Code |
| flowpoll init --token <t> | Connect a token directly + auto-configure |
| flowpoll poll | The status-line command (display only) |
| flowpoll answer <a\|b\|1\|2…> | Answer the current poll |
| flowpoll info | Show exactly what data is sent |
MIT
