← 返回 Skills 市场
Xflows Bridge
作者
lolieatapple
· GitHub ↗
· v0.2.0
· MIT-0
341
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install xflows-bridge-skills
功能描述
Cross-chain bridge operations using the xflows CLI (Wanchain XFlows). Use when the user wants to: (1) create or manage crypto wallets for cross-chain use, (2...
安全使用建议
This skill is a documentation wrapper for the xflows CLI and is coherent with its stated purpose, but it operates on sensitive private keys and wallet files. Before installing or using it: (1) verify the xflows npm package provenance (official GitHub repo and trusted npm publisher) before running `npm install -g xflows`, (2) do not import or reveal real private keys to the skill unless you fully trust the CLI and environment—prefer encrypted wallets or hardware wallets, (3) test flows with dry-run and very small amounts first, (4) be cautious with `wallet show` (it prints private keys) and with commands using `--private-key`, (5) check ~/.xflows/wallets/ if you use the CLI to understand where keys are stored, and (6) request that the skill metadata be updated to declare the xflows binary dependency so the dependency is explicit. If you need higher assurance, require explicit human confirmation before any send/transfer command and/or disable autonomous invocation for this skill.
功能分析
Type: OpenClaw Skill
Name: xflows-bridge-skills
Version: 0.2.0
The skill provides an AI agent with high-risk capabilities, including the ability to display cryptocurrency private keys (xflows wallet show) and execute financial transactions (xflows send, xflows transfer). While these functions are aligned with the stated purpose of managing the Wanchain XFlows bridge, they create a significant attack surface where prompt injection could lead to the exfiltration of private keys or unauthorized movement of funds. The skill relies on the external 'xflows' CLI, and its core workflow involves handling sensitive wallet data directly within the agent's execution environment (SKILL.md, references/commands.md).
能力评估
Purpose & Capability
The SKILL.md clearly describes cross-chain and same-chain wallet and transfer operations via the xflows CLI, which matches the skill name/description. However, the skill expects the external xflows CLI (it tells users to run `npm install -g xflows`) but the registry metadata declares no required binaries—this mismatch should be fixed so callers know the binary dependency upfront.
Instruction Scope
All instructions are limited to using the xflows CLI (queries, quotes, send, transfer, status, wallet management). These operations necessarily create, import, show, and sign with private keys (e.g., `wallet show`, `wallet create --private-key`, encrypted wallets requiring `--password`). The SKILL.md does not instruct the agent to read unrelated system files or environment variables, but it does document wallet files stored under ~/.xflows/wallets/<name>.json and commands that will reveal private keys if invoked—this is expected for the purpose but is sensitive and should be treated accordingly.
Install Mechanism
There is no install spec in the registry (instruction-only), but SKILL.md requires installing the xflows npm package (`npm install -g xflows`). Installing a third-party npm CLI is a moderate-risk operation—users should verify the package source and integrity (e.g., official GitHub repository, npm package owner) before installing globally.
Credentials
The skill declares no required environment variables or credentials. That is proportionate: the described CLI-based workflow uses local wallet files and optional RPC URLs supplied as flags. There are no unexplained credential requests in metadata or the instructions.
Persistence & Privilege
The skill is not marked always:true and has no install-time persistence spec; it does not request system-wide privileges or alter other skills' configs. Note: the skill enables the agent to run wallet-manipulating CLI commands autonomously (default model-invocation not disabled), which increases the operational risk if the agent is allowed to act without human confirmation.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install xflows-bridge-skills - 安装完成后,直接呼叫该 Skill 的名称或使用
/xflows-bridge-skills触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.2.0
- Added support for checking native and ERC20 token balances of any address (no wallet needed)
- Updated documentation to explain usage of `--address` flag for balance queries
- Enhanced description and triggers to include "check balance" actions for address-based lookup
- No functional changes to core bridge, transfer, or tracking features
v0.1.0
Initial release of xflows-bridge cross-chain CLI skill.
- Provides CLI workflow for cross-chain bridging using Wanchain XFlows protocol.
- Supports wallet management, querying supported chains/tokens/pairs, fee quoting, and sending cross-chain or same-chain transactions.
- Includes full command references for wallet, transfer, quote, send, and status tracking.
- Documents patterns for safe execution (dry-run), finding token addresses, and monitoring transaction completion.
- Includes details about required arguments, encrypted wallet handling, common chain IDs, and XFlows-specific behaviors.
元数据
常见问题
Xflows Bridge 是什么?
Cross-chain bridge operations using the xflows CLI (Wanchain XFlows). Use when the user wants to: (1) create or manage crypto wallets for cross-chain use, (2... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 341 次。
如何安装 Xflows Bridge?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install xflows-bridge-skills」即可一键安装,无需额外配置。
Xflows Bridge 是免费的吗?
是的,Xflows Bridge 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Xflows Bridge 支持哪些平台?
Xflows Bridge 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Xflows Bridge?
由 lolieatapple(@lolieatapple)开发并维护,当前版本 v0.2.0。
推荐 Skills