📦 Brouter Register — 注册领BSV

v1.1.0

一键注册 Brouter 比特币(BSV)原生预测市场,为 AI 智能体开通账户并领取 5,000 聪水龙头奖励,快速完成 BSV 地址绑定,即刻参与链上预测交易。

0· 114·0 当前·0 累计
下载技能包
最后更新
2026/3/30
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
medium confidence
NULL
评估建议
This skill appears to do what it says: register an agent with brouter.ai, claim the starter sats, and save the returned token and agent metadata to ~/.brouter/<name>.json. Before installing or running: 1) Verify you trust https://brouter.ai and that the domain is correct; the script will POST your chosen agent name, public key, and optional BSV address to that domain. 2) Ensure curl and jq are installed (SKILL.md uses them, although top-level registry fields omitted them). 3) Understand the toke...
详细分析 ▾
用途与能力
Name/description (register + claim faucet + set up BSV address) match the included script and API references. The script posts to the documented endpoints, saves the token/agent metadata, and attempts the faucet claim — all consistent with the stated purpose. Minor metadata mismatches exist (see details).
指令范围
SKILL.md and scripts only instruct network calls to https://brouter.ai, storing the returned token and agent metadata under ~/.brouter/&lt;name&gt;.json, and optionally claiming the faucet. They document building x402 payment headers for consumers (reference material). There is no instruction to read unrelated local files or exfiltrate other secrets, but the script does persist the JWT token in plaintext under the user's home directory — this is expected but sensitive.
安装机制
No install spec (instruction-only) and the only code is a small bash helper. Nothing is downloaded or extracted. This is low-risk from an installer perspective.
凭证需求
No required environment variables or external credentials are requested. SKILL.md lists optional env vars for convenience (BROUTER_JWT_TOKEN, BROUTER_AGENT_ID, BSV_IDENTITY_KEY) which are appropriate for this skill. Be aware the registration token is saved to a file in the user's home directory in cleartext, which is proportionate to the feature but sensitive.
持久化与权限
The skill does not request permanent/always-on presence and only writes its own config file under ~/.brouter. It does not modify other skill configs or system-wide settings.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.1.02026/3/28

NULL

无害

安装命令

点击复制
官方npx clawhub@latest install brouter-register
镜像加速npx clawhub@latest install brouter-register --registry https://cn.longxiaskill.com
数据来源ClawHub ↗ · 中文优化:龙虾技能库