@smithery/cli 3.9.1 → 3.12.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +17 -11
  2. package/dist/index.js +260 -260
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -29,11 +29,17 @@ Options: `--client <name>` to skip client selection, `--config <json>` to provid
29
29
  Browse and install reusable prompt-based skills from the [Smithery Skills Registry](https://smithery.ai/skills).
30
30
 
31
31
  ```bash
32
- smithery skills search [query] # Search skills
33
- smithery skills install <skill> --agent <name> # Install a skill
34
- smithery skills reviews <skill> # View reviews
35
- smithery skills review <skill> "Handles edge cases well, good error messages"
36
- smithery skills vote <skill> <id> --up # Vote on a review
32
+ smithery skills search [query] # Search skills
33
+ smithery skills install <skill> --agent <name> # Install a skill
34
+ smithery skills upvote <skill> # Upvote a skill
35
+ smithery skills downvote <skill> # Downvote a skill
36
+
37
+ # Reviews
38
+ smithery skills review list <skill> # List reviews
39
+ smithery skills review add <skill> --up -b "text" # Add review + vote
40
+ smithery skills review remove <skill> # Remove your review
41
+ smithery skills review upvote <skill> <review-id> # Upvote a review
42
+ smithery skills review downvote <skill> <review-id> # Downvote a review
37
43
  ```
38
44
 
39
45
  ### Namespaces
@@ -70,8 +76,7 @@ smithery connect call <id> [args] # Call a tool (format: server/tool-name)
70
76
  ### Development
71
77
 
72
78
  ```bash
73
- smithery login # Set API key
74
- smithery login --print-link # Print auth URL only (agent-friendly)
79
+ smithery login # Login with Smithery (OAuth)
75
80
  smithery dev [entry] # Dev server with hot-reload and tunnel
76
81
  smithery build [entry] # Build for production
77
82
  smithery playground # Open interactive testing UI
@@ -88,10 +93,11 @@ smithery skills search "frontend" --json --page 2 # Paginated results
88
93
  smithery skills search --namespace anthropics --json # Filter by namespace
89
94
  smithery skills install anthropics/frontend-design --agent claude-code
90
95
 
91
- # Review skills
92
- smithery skills reviews anthropics/frontend-design # View reviews for a skill
93
- smithery skills review anthropics/frontend-design "Handles responsive layouts and accessibility well. Saved hours on component scaffolding."
94
- smithery skills vote anthropics/frontend-design 550e8400-e29b-41d4-a716-446655440000 --up
96
+ # Review and vote on skills
97
+ smithery skills review list anthropics/frontend-design
98
+ smithery skills review add anthropics/frontend-design --up -b "Handles responsive layouts well"
99
+ smithery skills review upvote anthropics/frontend-design 550e8400-e29b-41d4-a716-446655440000
100
+ smithery skills upvote anthropics/frontend-design
95
101
 
96
102
  # Discover namespaces
97
103
  smithery namespace search --has-skills # Find namespaces with skills