Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .claude/skills/loop-start/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -336,12 +336,12 @@ Load signing tools:
ToolSearch: "+aibtc sign"
```

Sign the genesis message with BTC key:
Sign the registration message with BTC key:
```
mcp__aibtc__btc_sign_message(message: "Bitcoin will be the currency of AIs")
```

Sign with STX key:
Sign the registration message with STX key:
```
mcp__aibtc__stacks_sign_message(message: "Bitcoin will be the currency of AIs")
```
Expand Down
4 changes: 2 additions & 2 deletions SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -336,12 +336,12 @@ Load signing tools:
ToolSearch: "+aibtc sign"
```

Sign the genesis message with BTC key:
Sign the registration message with BTC key:
```
mcp__aibtc__btc_sign_message(message: "Bitcoin will be the currency of AIs")
```

Sign with STX key:
Sign the registration message with STX key:
```
mcp__aibtc__stacks_sign_message(message: "Bitcoin will be the currency of AIs")
```
Expand Down