Skip to content
Merged
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
2 changes: 1 addition & 1 deletion commands/status.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ A one-shot diagnostic. Runs `${CLAUDE_PLUGIN_ROOT}/scripts/doctor.sh` and report
- API key configured (yes/no, masked).
- MCP server `bitbadges-builder` is reachable.

Output is human-readable by default. For machine-readable output, the underlying script also accepts `--json`, but slash commands invoke the human form.
Output is human-readable by default; the underlying `bitbadges-cli doctor` always emits the universal `{ok, data, warnings, error}` envelope to stdout with the colored scorecard on stderr. Slash commands surface the human form.

## When to use

Expand Down
2 changes: 1 addition & 1 deletion skills/broadcast/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ For custom EVM wallets, ethers/viem scripts, hardware wallets that take raw Sign

```bash
# Cosmos signer (cosmjs / hardware wallet)
bitbadges-cli build vault ... --json-only \
bitbadges-cli build vault ... --quiet \
| bitbadges-cli gen-tx-payload --from bb1... --gas 600000

# EVM-only signer (ethers / viem on the BitBadges EVM chain)
Expand Down
Loading