
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
@optima-chat/scout-cli
Advanced tools
AI-powered product research CLI - Amazon, TikTok Shop, Shein, Temu search and 1688 supplier sourcing with real sales data
AI-powered Amazon product research and 1688 supplier sourcing tool for Claude Code and LLMs.
npm install -g @optima-chat/scout-cli
# Initialize Claude Code skills
scout init
# Search Amazon products
scout search "coffee maker"
# Get product details
scout product B01GJOMWVA
# Search 1688 suppliers
scout supplier-search "咖啡机"
# Search TikTok Shop products
scout tiktok "wireless earbuds"
scout initInitialize Optima Scout skills for Claude Code.
Options:
-f, --force - Overwrite existing skillsscout search <query>Search Amazon products with structured JSON output.
Options:
-d, --domain <domain> - Amazon domain (default: amazon.com)-l, --limit <number> - Result limit (default: 10)-f, --format <format> - Output: json | textExample:
scout search "wireless mouse" --limit 5 --format json
scout product <asin>Get detailed product information.
Options:
-d, --domain <domain> - Amazon domain (default: amazon.com)-f, --format <format> - Output: json | textExample:
scout product B004YAVF8I --domain amazon.com
scout supplier-search <keyword>Search for suppliers on 1688.com.
Options:
-l, --limit <number> - Result limit (default: 20, max: 100)-f, --format <format> - Output: json | textExample:
scout supplier-search "咖啡机" --limit 10
scout supplier-search "蓝牙耳机" --format json
scout tiktok <keyword>Search TikTok Shop products with actual sales data.
Options:
-l, --limit <number> - Result limit (default: 20, max: 50)-f, --format <format> - Output: json | textFeatures:
Example:
# Text format for quick review
scout tiktok "coffee maker" --limit 10 --format text
# JSON format for LLM processing
scout tiktok "wireless earbuds" --limit 20 --format json
Data Source: ScrapeCreators API - $0.002/request
Set API endpoint via environment variable:
export API_URL=http://dev.optima.sh:7290
Or create .env file:
API_URL=http://localhost:7290
# Install dependencies
npm install
# Build
npm run build
# Link locally
npm link
MIT
FAQs
AI-powered product research CLI - Amazon, TikTok Shop, Shein, Temu search and 1688 supplier sourcing with real sales data
The npm package @optima-chat/scout-cli receives a total of 991 weekly downloads. As such, @optima-chat/scout-cli popularity was classified as not popular.
We found that @optima-chat/scout-cli 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.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.