api2cli 0.3.2 → 0.3.3

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 (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -205,8 +205,8 @@ cp -r skills/api2cli ~/.claude/skills/
205
205
  # OpenClaw
206
206
  cp -r skills/api2cli ~/.openclaw/workspace/skills/
207
207
 
208
- # Or use skills-cli
209
- npx skills-cli add api2cli
208
+ # Or use skills
209
+ npx skills add api2cli
210
210
  ```
211
211
 
212
212
  Once installed, just tell your agent:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "api2cli",
3
- "version": "0.3.2",
3
+ "version": "0.3.3",
4
4
  "description": "Turn any REST API into a standardized, agent-ready CLI",
5
5
  "type": "module",
6
6
  "bin": {