← 返回 Skills 市场
166
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install ts-sdk-client
功能描述
How to create and configure the Aptos client (Aptos, AptosConfig) in @aptos-labs/ts-sdk. Covers Network, fullnode/indexer/faucet URLs, singleton pattern, and...
安全使用建议
This is an instruction-only skill that documents how to set up the @aptos-labs/ts-sdk client; it doesn't install code or ask for credentials. Two practical checks before you rely on it: (1) the skill's metadata does not list the environment variables that the guide references — when you implement this, ensure your app's env handling is reviewed and no sensitive keys (private keys, mnemonic phrases) are stored or exposed via those vars; (2) the skill source and homepage are unknown — verify the authenticity of the @aptos-labs/ts-sdk package and prefer installing the SDK from official npm/GitHub releases. Otherwise the skill appears internally consistent and low-risk.
功能分析
Type: OpenClaw Skill
Name: ts-sdk-client
Version: 1.0.0
The skill bundle provides standard documentation and best practices for configuring the Aptos TypeScript SDK. The code snippets and instructions in SKILL.md are aligned with official SDK usage, such as implementing singleton patterns and using environment variables, with no evidence of malicious intent or data exfiltration.
能力评估
Purpose & Capability
Name/description match the instructions: the SKILL.md only documents creating/configuring an Aptos client (Aptos, AptosConfig, Network, singleton pattern, Bun compatibility). No unrelated credentials, binaries, or installs are requested.
Instruction Scope
SKILL.md stays on-topic and gives example code and guidance. It references environment variables (process.env.APTOS_NETWORK, import.meta.env.VITE_APP_NETWORK) and example endpoints, but the skill metadata does not declare any required env vars — this is a small metadata mismatch (documentation suggests using env vars but none are enumerated in requires.env).
Install Mechanism
No install spec and no code files — instruction-only skill with no downloads or executed installers, so minimal disk/network risk.
Credentials
The skill does not request credentials or config paths. The SKILL.md suggests using environment variables for configuration (normal for SDK usage) but does not require or attempt to access secrets itself.
Persistence & Privilege
always is false and this is an instruction-only skill that doesn't modify agent configuration or request permanent presence.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install ts-sdk-client - 安装完成后,直接呼叫该 Skill 的名称或使用
/ts-sdk-client触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the ts-sdk-client skill.
- Provides guidance on creating and configuring the Aptos client and AptosConfig in @aptos-labs/ts-sdk.
- Covers recommended singleton usage, network configuration (TESTNET, MAINNET, CUSTOM), and environment variable handling.
- Documents endpoint overrides, client config options (including Bun compatibility), and common mistakes.
- Includes code examples and links to relevant references and related skills.
元数据
常见问题
Ts Sdk Client 是什么?
How to create and configure the Aptos client (Aptos, AptosConfig) in @aptos-labs/ts-sdk. Covers Network, fullnode/indexer/faucet URLs, singleton pattern, and... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 166 次。
如何安装 Ts Sdk Client?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install ts-sdk-client」即可一键安装,无需额外配置。
Ts Sdk Client 是免费的吗?
是的,Ts Sdk Client 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Ts Sdk Client 支持哪些平台?
Ts Sdk Client 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Ts Sdk Client?
由 iskysun96(@iskysun96)开发并维护,当前版本 v1.0.0。
推荐 Skills