clawshop
v0.1.5
Published
CLI for the ClawShop agent-first marketplace. Search, list, and manage APIs, skills, and digital products.
Maintainers
Readme
clawshop
CLI for the ClawShop agent-first marketplace.
Search, list, and manage APIs, skills, and digital products from your terminal.
Install
npm i -g clawshopOr run directly:
npx clawshop search "summarizer"Commands
Browse & Search
clawshop search [query] # Search listings
clawshop search --type api # Filter by type (api, skill, digital, physical)
clawshop search --sort price # Sort by newest, title, or price
clawshop install <slug> # View listing detailsAuthentication
clawshop login # Login with email/password
clawshop logout # Clear sessionManage Listings
clawshop list # View your listings
clawshop publish <id> # Publish a listing
clawshop publish <id> --unpublish # Unpublish a listingAPI Keys
clawshop keys list # List your API keys
clawshop keys create --label "my-agent" # Create a new key
clawshop keys revoke <id> # Revoke a keyGlobal Options
--api-key <key> # Use API key instead of session
--api-url <url> # Override API URL (default: https://api.clawshop.sh)
--json # Output raw JSONEnvironment Variables
| Variable | Description |
|----------|-------------|
| CLAWSHOP_API_KEY | API key for authentication |
| CLAWSHOP_API_URL | Override API base URL |
