shll-skills 2.0.12 → 3.0.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.
package/SKILL.md CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: shll-run
3
3
  description: Execute DeFi transactions on BSC via SHLL AgentNFA. The AI handles all commands — users only need to chat.
4
- version: 4.0.0
4
+ version: 4.1.0
5
5
  author: SHLL Team
6
6
  website: https://shll.run
7
7
  twitter: https://twitter.com/shllrun
@@ -175,11 +175,13 @@ Examples:
175
175
  | `shll-run search --query <TEXT>` | Search token by name |
176
176
  | `shll-run tokens` | List known tokens |
177
177
 
178
- ### Risk Management
178
+ ### Risk Management & Audit
179
179
  | Command | What it does |
180
180
  |---------|-------------|
181
- | `shll-run policies -k <ID>` | View active policies |
181
+ | `shll-run policies -k <ID>` | View active policies + human-readable summary |
182
182
  | `shll-run config -k <ID> --tx-limit <BNB> --daily-limit <BNB> --cooldown <SEC>` | Tighten risk limits |
183
+ | `shll-run status -k <ID>` | One-shot security overview (vault, operator, policies, activity) |
184
+ | `shll-run history -k <ID> [--limit N]` | Recent transactions + policy rejections |
183
185
 
184
186
  **Supported tokens:** BNB, USDC, USDT, WBNB, CAKE, ETH, BTCB, DAI, BUSD, or any 0x address.
185
187