Proven ideas,one command away.
Search the library, inspect a complete idea and pull its build prompt directly into your project—all through a zero-dependency, read-only CLI.
Node.js 22.14+ · 0 dependencies · MIT-licensed client
$ proventools search "developer analytics"
TitleCategory
Developer Funnel InspectorAnalytics
SDK Adoption MonitorDevTools
Page 1 of 1 · stored read · 0 credits
$ _
Install and authenticate
Two commands to start.
Create an API key in your dashboard first. Login validates it, then saves it in a private owner-only config file.
Open Agent access →Install the exact beta
npm install --global proventools@0.1.0-beta.1Save and validate your key
proventools loginCommand surface
Small enough to remember.
Four working commands cover the research-to-build handoff. Every API read costs 0 credits.
proventools search "developer analytics"Search the curated idea library.
proventools show <idea-id>Read the complete breakdown for one idea.
proventools pull <idea-id>Write its build prompt to a new local Markdown file.
proventools whats-newInspect the latest monthly idea drop.
pull creates a private.prompt.md file and refuses to overwrite an existing file.
Bundled agent skill
Teach your agent the safe workflow.
The npm package includes a concise SKILL.md for Codex, Claude Code and compatible agents. It covers secret handling, untrusted API content and approval before file writes.
proventools skill-pathSecurity behavior
- Hidden login
- The key is read from a private prompt, not a command argument or shell history.
- Private storage
- The saved configuration uses owner-only directory and file permissions.
- Trusted network
- Credentials are sent only to approved ProvenTools origins or local loopback development.
- Safe output
- Terminal control characters are stripped and API responses are size-bounded.
- No overwrite
- Pull refuses to replace an existing prompt file.
- Read only
- The CLI cannot change your account, library data or credit balance.
Want these tools inside your agent?
The local MCP beta reuses the same saved credential and adds no hosted server.