📦 Ts Sdk Client — Aptos TS客户端
v1.0.0详解如何在 @aptos-labs/ts-sdk 中创建与配置 Aptos 客户端(Aptos、AptosConfig),涵盖网络选择、全节点/索引器/水龙头 URL 设置及单例模式等要点。
0· 142·0 当前·0 累计
下载技能包
最后更新
2026/3/19
安全扫描
OpenClaw
安全
high confidenceNULL
评估建议
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 a...详细分析 ▾
✓ 用途与能力
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.
ℹ 指令范围
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).
✓ 安装机制
No install spec and no code files — instruction-only skill with no downloads or executed installers, so minimal disk/network risk.
✓ 凭证需求
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.
✓ 持久化与权限
always is false and this is an instruction-only skill that doesn't modify agent configuration or request permanent presence.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.02026/3/19
NULL
● 无害
安装命令
点击复制官方npx clawhub@latest install ts-sdk-client
镜像加速npx clawhub@latest install ts-sdk-client --registry https://cn.longxiaskill.com镜像同步中