
Company News
Jerod Santo Joins Socket as Head of Media
Allow myself to introduce... myself.
Order anything from your terminal. Built for AI agents and humans.
CLISHOP is an open-source CLI that lets AI agents and humans search for products across multiple stores, compare prices, and place real orders — all from the terminal. Anyone can sell on CLISHOP using a Dark Store.
Requires Node.js ≥ 18. Works on macOS, Windows, and Linux/WSL.
npm install -g clishop
This gives you two commands: clishop (the CLI) and clishop-mcp (the MCP server for AI agents).
CLISHOP works out of the box on Linux and WSL. On systems without a native keychain, tokens are stored in a local file (~/.config/clishop/auth.json) with restricted permissions.
For native keychain support (optional):
sudo apt install libsecret-1-0
Run clishop doctor to check your system's compatibility.
git clone https://github.com/DavooxBv2/CLISHOP.git
cd CLISHOP
npm install
npm run build
npm link
You can create your account on clishop.ai or do everything from the CLI.
clishop setup
This starts the interactive setup flow, creates a resumable setup session, shows a secure payment link, and waits for completion.
For OpenClaw, MCP clients, Claude-style shells, and other tool runners, use the explicit setup session commands instead of scraping terminal output:
clishop setup start --email user@example.com --json
clishop setup status --setup-id <setup_id> --json
clishop setup wait --setup-id <setup_id> --timeout 300 --json
clishop setup cancel --setup-id <setup_id> --json
setup start returns immediately with:
setup_id: the resumable setup session handle for the agentsetup_url: the link the human must open in a browserexpires_at: when the session expirespoll_after_seconds: suggested polling intervalThe agent sends setup_url to the human and keeps setup_id locally for status, wait, or cancel.
After setup is complete, add a shipping address and start ordering:
$ clishop search "wireless headphones"
🔍 Search results for "wireless headphones"
1 Sony WH-1000XM5 $278.00
SUPERSTORE · ★ 8.1 · Free shipping · 3-5 days
2 JBL Tune 770NC Wireless $79.95
EveryMarket · ★ 7.9 · $5.99 shipping · 5-8 days
$ clishop info 1
Sony WH-1000XM5
─────────────────────────────────────
Price: $278.00
Store: SUPERSTORE (★ 8.1)
Shipping: Free · 3-5 business days
Returns: 30-day free returns
In stock: Yes
Industry-leading noise cancellation with
Auto NC Optimizer. 30-hour battery life.
Multipoint connection for two devices.
clishop buy 1
Tip: use result numbers from a search anywhere —
clishop info 1 2 3orclishop buy 2.
If something isn't working, run:
clishop doctor
This checks keychain availability, token storage, authentication status, and API connectivity.
┌─────────────────────────────┐
│ AI Agent / Script / Human │
└──────────────┬──────────────┘
│
┌───────▼───────┐
│ CLISHOP CLI │ ← this repo
│ (Node.js) │
└───────┬───────┘
│ HTTPS
┌───────▼───────┐
│ CLISHOP API │ ← backend (Vercel)
└───────┬───────┘
│
┌──────────┼──────────┐
▼ ▼ ▼
Store A Store B Store C ← vendor Dark Stores
You can run your own store with the Dark Store template. Define your catalog, shipping rules, and pricing in YAML, deploy to Vercel, and you're live. No website needed.
git clone https://github.com/DavooxBv2/CLISHOP.git
cd CLISHOP && npm install
npm run dev -- search "headphones" # Dev mode (no build needed)
npm run build # Production build
npm run lint # Type-check
CLISHOP ships as a native MCP server with 44 tools. Any MCP-compatible client gets shopping capabilities out of the box.
clishop-mcp # If installed globally
npx -y clishop --mcp # Without installing
The MCP onboarding tools now follow the same resumable setup session model:
setup starts the session and returns setup_id plus setup_urlsetup_status checks progress and finalizes auth when setup is completeSee the MCP setup guides for VS Code, Claude Desktop, Cursor, and Windsurf configuration.
Full command reference, agent configuration, search filters, and more:
FAQs
CLISHOP — Order anything from your terminal
The npm package clishop receives a total of 79 weekly downloads. As such, clishop popularity was classified as not popular.
We found that clishop demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Company News
Allow myself to introduce... myself.

Research
/Security News
A Twitch browser extension on Chrome and Firefox forwards users’ live OAuth session tokens through proxies controlled by a Russian bot service.

Security News
Anthropic found biased reasoning and recklessness drove Claude Mythos 5 to publish malware on PyPI and compromise a security vendor.