← 返回 Skills 市场
1071
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install xian-sdk-skill
功能描述
Build applications on the Xian blockchain using the xian-py Python SDK. Use when developing apps that interact with Xian — wallets, transactions, smart contracts, state queries, token transfers. Covers sync and async patterns.
安全使用建议
This skill is a documentation/instruction pack for the xian-py SDK and appears internally consistent. Before installing or using it: 1) verify the upstream xian-py package/repository (pip package name and source) to avoid installing a malicious package with the same name; 2) never hard-code private keys into scripts — use secure key management or environment secrets and avoid sharing code containing keys; 3) be careful which node endpoints you point to (public/third-party nodes can see transaction metadata); 4) run pip installs in a controlled environment (virtualenv) and review the actual package files if you have security concerns; 5) because the skill is instruction-only, it won’t itself write files or fetch code, but following its instructions (pip install, running Python code) can execute arbitrary code, so audit the xian-py package and its dependencies if you plan to run on sensitive systems.
功能分析
Type: OpenClaw Skill
Name: xian-sdk-skill
Version: 0.1.0
The skill bundle provides documentation and code examples for interacting with the Xian blockchain using the `xian-py` Python SDK. All instructions in `SKILL.md` and `references/contract-patterns.md` are directly related to the stated purpose, focusing on SDK usage, wallet operations, transaction handling, and smart contract development. There is no evidence of prompt injection against the agent, data exfiltration, malicious execution, persistence mechanisms, or obfuscation. Network calls are to a generic blockchain node placeholder (`http://node:26657`), which is expected for a blockchain SDK, and not indicative of malicious C2 communication.
能力评估
Purpose & Capability
Name/description match the content: SKILL.md documents how to use the xian-py Python SDK (wallets, queries, txs, contracts). There are no unrelated requirements (no cloud credentials, no unrelated binaries).
Instruction Scope
Instructions are focused on SDK usage and sample code. They show how to create wallets, sign, query state, simulate transactions and deploy contracts. Examples include entering private keys directly (not a scope violation, but a security practice note — they warn "Keep secret!"). The docs reference node endpoints (e.g., http://node:26657) which is expected for blockchain interaction; users should be aware that using remote nodes exposes transaction metadata to those nodes.
Install Mechanism
No install spec in the skill bundle itself. SKILL.md suggests installing xian-py via pip (a normal, proportional mechanism). Nothing is downloaded from untrusted URLs and the skill does not write code to disk by itself.
Credentials
The skill declares no required environment variables, secrets, or config paths. Sample code uses private keys/wallets but does not request platform credentials. This is proportionate to a developer reference for an SDK.
Persistence & Privilege
always is false and there is no install step that requests persistent presence or modifies other skills/system-wide settings. The skill being user-invocable and allowing model invocation is the platform default and appropriate here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install xian-sdk-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/xian-sdk-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
xian-sdk-skill 0.1.0
- Initial release.
- Provides comprehensive reference for building applications on the Xian blockchain using xian-py (Python SDK).
- Covers wallet management (basic and HD/BIP39 wallets), transaction signing and sending, contract deployment and validation, blockchain queries, and async/batch patterns.
- Includes code examples for token transfers, contract interaction, DEX swap, encryption, error handling, and sync/async wrappers.
- Links to SDK resources and Xian standard contract documentation.
元数据
常见问题
Xian SDK 是什么?
Build applications on the Xian blockchain using the xian-py Python SDK. Use when developing apps that interact with Xian — wallets, transactions, smart contracts, state queries, token transfers. Covers sync and async patterns. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1071 次。
如何安装 Xian SDK?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install xian-sdk-skill」即可一键安装,无需额外配置。
Xian SDK 是免费的吗?
是的,Xian SDK 完全免费(开源免费),可自由下载、安装和使用。
Xian SDK 支持哪些平台?
Xian SDK 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Xian SDK?
由 Endogen(@endogen)开发并维护,当前版本 v0.1.0。
推荐 Skills