shll-skills 2.0.3 → 2.0.4
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.
- package/SKILL.md +13 -9
- package/package.json +1 -1
package/SKILL.md
CHANGED
|
@@ -86,25 +86,29 @@ Ask user: *"Do you already have a SHLL Agent token-id (a number like 4, 5, etc.)
|
|
|
86
86
|
|
|
87
87
|
🚨 **MANDATORY**: If the user doesn't have a token-id, you MUST run `setup-guide` RIGHT NOW. Do not ask them to "go to a website". Do not keep asking for a token-id they don't have. YOU generate the link for them.
|
|
88
88
|
|
|
89
|
-
**
|
|
89
|
+
**First ask**: *"How many days do you want to rent the agent? (default: 1 day, you can extend later)"*
|
|
90
|
+
- If user says a number → use that number.
|
|
91
|
+
- If user says "default" / "ok" / doesn't specify → use 1.
|
|
92
|
+
|
|
93
|
+
**Then immediately run**:
|
|
90
94
|
```bash
|
|
91
|
-
shll-run setup-guide --listing-id <LISTING_ID> --days
|
|
95
|
+
shll-run setup-guide --listing-id <LISTING_ID> --days <DAYS>
|
|
92
96
|
```
|
|
93
97
|
|
|
94
98
|
Then tell the user:
|
|
95
99
|
|
|
96
|
-
*"I've generated your
|
|
100
|
+
*"I've generated your setup link. This page lets you **pay the rental fee** and **authorize the operator wallet** — open it now:*
|
|
97
101
|
*👉 `<URL from command output>`*
|
|
98
102
|
|
|
99
|
-
*⚠️ Connect your **personal wallet** (MetaMask / hardware wallet) — NOT the operator wallet.*
|
|
103
|
+
*⚠️ Connect your **personal wallet** (MetaMask / hardware wallet) — NOT the operator wallet I generated earlier.*
|
|
100
104
|
|
|
101
|
-
*
|
|
102
|
-
1. *
|
|
103
|
-
2. *Authorize — allows
|
|
104
|
-
3. *Fund — deposits BNB into the trading vault*
|
|
105
|
+
*The page walks you through:*
|
|
106
|
+
1. *Pay — pays the rental fee, mints your Agent NFT*
|
|
107
|
+
2. *Authorize — allows the operator wallet to trade on your behalf*
|
|
108
|
+
3. *Fund — deposits BNB into the trading vault (optional, can skip)*
|
|
105
109
|
4. *Done — shows your **token-id** number*
|
|
106
110
|
|
|
107
|
-
*Paste the token-id here when done."*
|
|
111
|
+
*Paste the token-id here when you're done, and I'll start trading for you."*
|
|
108
112
|
|
|
109
113
|
❌ **FORBIDDEN PATTERNS — never do any of these:**
|
|
110
114
|
- "Please prepare your token-id" (user doesn't have one!)
|