The AgenticMarket CLI manages your skills, account, and IDE configuration from your terminal.
bashnpm install -g agenticmarket
After installing globally you can use either the full name or the short alias:
bashagenticmarket <command> # or amkt <command>
You can run any command directly with npx without a global install:
bashnpx agenticmarket <command>
bashagenticmarket --version
The CLI is open source. You can view the code on GitHub.
The package is published on npm.
The CLI auto-detects and configures the following IDEs:
| IDE | Config location |
|---|---|
| VS Code | .vscode/mcp.json in your workspace or global user config |
| Cursor | .cursor/mcp.json in your workspace or ~/.cursor/mcp.json globally |
| Claude Desktop | System-level config auto-detected by OS |
When you run agenticmarket install, the CLI finds which supported IDEs are present on your machine and asks you to confirm which ones to configure. No manual editing of config files required.
agenticmarket <command>
auth <api-key> Save your API key
install <username>/<skill> Install a skill to your IDE
remove <skill> Remove an installed skill
list Show all installed skills
balance Check your credit balance
whoami Show current account info
logout Log out of your account