@goveda/patent-cli
v0.1.0
Published
GoVeda Patent CLI — search patents, run prior art analysis, and generate novelty reports from the terminal
Downloads
16
Readme
@goveda/patent-cli
GoVeda Patent CLI — search patents, run prior art analysis, and generate novelty reports from the terminal.
Install
npm i -g @goveda/patent-cliSetup
Get an API key from GoVeda
Configure:
goveda config set api-key sk_goveda_xxx
Usage
# Search patents
goveda search "wireless charging for electric vehicles"
# Prior art search
goveda prior-art US-20250100676-A1
# Generate novelty report
goveda report "AI diagnostic system for medical imaging" --wait
# Fetch patent content
goveda patent US-11234567-B2
# Batch fetch
goveda patent batch US-11234567-B2 US-9876543-B2All commands output JSON by default.
Configuration
goveda config show
goveda config set api-key <key>
goveda config set base-url <url>Priority: CLI flags > env vars (GOVEDA_API_KEY, GOVEDA_BASE_URL) > config file > defaults.
Agent Integration
Install as a Claude Code plugin:
/plugin marketplace add goveda/patent-cliUse goveda --describe for structured command introspection.
License
MIT
