@cybertheory/operan
v0.1.2
Published
CLI for the operan skill discovery knowledge graph
Maintainers
Readme
operan
CLI for the operan skill discovery knowledge graph.
Query an AI-powered knowledge graph that maps companies, products, services, protocols, and artifacts — and synthesizes structured SKILL.md files for any tool or API.
Install
npm install -g @cybertheory/operanThe global command is still operan (see bin in package.json).
Quick Start
# 1. Set up your API key
operan config
# 2. Discover a skill
operan discover "How do I use Stripe API for subscriptions?"Commands
| Command | Description |
|---------|-------------|
| operan discover <query> | Search the knowledge graph and generate a SKILL.md |
| operan config | Interactive setup — set API key and API URL |
| operan config show | Display current configuration |
| operan config set <key> <value> | Set a config value (api-key, api-url) |
| operan stats | Show knowledge graph statistics |
| operan help | Show help |
| operan version | Print version |
Get an API Key
- Go to operan.vercel.app/signin
- Sign in with GitHub
- Generate an API key from the dashboard
Examples
# Discover how to use an API
operan discover "How do I use the GitHub API?"
# Find MCP servers
operan discover "best MCP server for CRM search"
# Check knowledge graph stats
operan stats
# Set API key non-interactively
operan config set api-key op_live_your_key_hereConfiguration
Config is stored at ~/.operan/config.json.
| Key | Description | Default |
|-----|-------------|---------|
| api-key | Your operan API key | — |
| api-url | API endpoint URL | https://operan-skill-discovery.rishabhspro.workers.dev |
License
MIT
