crypto-swap 1.1.2 → 1.2.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 (2) hide show
  1. package/SKILL.md +16 -9
  2. package/package.json +1 -1
package/SKILL.md CHANGED
@@ -2,15 +2,22 @@
2
2
  name: crypto-swap
3
3
  description: Lightning-fast crypto swaps. 240+ coins, best rates, done in minutes. Chat, CLI, or web — however you prefer.
4
4
  metadata:
5
- requires:
6
- bins: ["crypto-swap"]
7
- install:
8
- - id: node
9
- kind: node
10
- package: crypto-swap
11
- bins: ["crypto-swap"]
12
- label: "Install Crypto Swap CLI (npm)"
13
- no_credentials: true
5
+ {
6
+ "openclaw":
7
+ {
8
+ "requires": { "bins": ["crypto-swap"] },
9
+ "install":
10
+ [
11
+ {
12
+ "id": "node",
13
+ "kind": "node",
14
+ "package": "crypto-swap",
15
+ "bins": ["crypto-swap"],
16
+ "label": "Install Crypto Swap CLI (npm)"
17
+ }
18
+ ]
19
+ }
20
+ }
14
21
  ---
15
22
 
16
23
  # Crypto Swap Skill (LightningEX)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "crypto-swap",
3
- "version": "1.1.2",
3
+ "version": "1.2.0",
4
4
  "description": "LightningEX Cryptocurrency Swap CLI",
5
5
  "main": "swap.js",
6
6
  "bin": {