@gpushop/gpushop-skillmarket
v1.1.1
Published
GPU Shop Skills Market CLI - GPU Shop SKILL广场命令行工具
Readme
🛒 GPU Shop Skills Market
GPU Shop Skills Market CLI — GPU Shop技能市场命令行工具
A command-line client for managing AI skills from the GPU Shop marketplace.
Installation
npm i @gpushop/gpushop-skillmarketRequires Node.js 18+ (uses built-in fetch).
Quick Start
# Search for skills
gpushop search 写作
# Install a skill
gpushop install article-writing
# List installed skills
gpushop list
# View skill details
gpushop info article-writing
# Uninstall a skill
gpushop uninstall article-writingCommands
gpushop search <query>
Search the marketplace for skills.
gpushop search 写作
gpushop search react
gpushop search "内容创作"gpushop install <skill-name>
Install a skill from the marketplace.
# Install a skill
gpushop install article-writing
# Force overwrite existing
gpushop install article-writing --forcegpushop list
List all installed skills.
gpushop listgpushop uninstall <skill-name>
Remove an installed skill.
gpushop uninstall article-writinggpushop info <skill-name>
View detailed information about a skill.
gpushop info article-writinggpushop stats [options]
Show marketplace statistics and category information.
# Show total skill count
gpushop stats
# Show category tree structure
gpushop stats -cat
# Show level 1 categories only
gpushop stats -cat 1
# Show level 2 categories only
gpushop stats -cat 2
# Show skills in a specific category
gpushop stats work
gpushop stats 生产力工具
# Show top 5 hot skills by downloads
gpushop stats -hot
# Show top 10 hot skills
gpushop stats -hot 10| Command | Description |
|---------|-------------|
| stats | Show total skill count |
| stats -cat | Show category tree structure |
| stats -cat 1 | Show level 1 categories only |
| stats -cat 2 | Show level 2 categories only |
| stats <category> | Show all skills in a category |
| stats -hot [n] | Show top n hot skills (default: 5) |
Global Options
| Option | Description |
|--------|-------------|
| --version, -v | Show version |
| --help, -h | Show help |
Configuration
- Install directory:
~/.openclaw/skills/ - Lockfile:
~/.openclaw/aistore-lock.json
Development
# Clone and run locally
git clone <repo-url>
cd gpushop
# Run directly
node bin/gpushop.js --help
node bin/gpushop.js search 写作
# Link globally for testing
npm link
gpushop --helpLicense
CC-BY-NC-ND-4.0
