← 返回 Skills 市场
145
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install use-ts-sdk
功能描述
Orchestrates TypeScript SDK integration for Aptos dApps. Routes to granular skills for specific tasks (client setup, accounts, transactions, view functions,...
安全使用建议
This is an instruction-only orchestrator for Aptos TypeScript SDK integrations and appears internally consistent. Before installing or using it, check: (1) the referenced granular skills (ts-sdk-client, ts-sdk-account, etc.) for any environment or credential requirements and install steps; (2) whether the 'aptos-labs' author claim matches the registry/package source (there's no homepage/source listed, so the attribution could be incorrect); and (3) that you follow the skill's own safety guidance (never hardcode private keys, keep keys server-side and out of browser bundles). If you plan to have the agent operate on your repo, ensure it has access only to the intended project files and not to unrelated secrets or system configs.
功能分析
Type: OpenClaw Skill
Name: use-ts-sdk
Version: 1.0.0
The skill bundle provides legitimate guidance and best practices for integrating the Aptos TypeScript SDK into dApps. It includes strong security recommendations, such as explicitly forbidding the hardcoding or exposure of private keys, and provides standard patterns for transaction handling and error management in SKILL.md. No malicious or suspicious behaviors were identified.
能力评估
Purpose & Capability
Name and description (TypeScript SDK orchestrator) match the SKILL.md: routing to granular SDK tasks, project file patterns, and best practices. Nothing requested (no env vars, binaries, or installs) is out of scope for an authoring/orchestration skill. One small note: SKILL.md metadata claims author 'aptos-labs' but the package source/homepage are unknown — this could be an attribution inconsistency (not functionality-related).
Instruction Scope
Instructions are limited to SDK setup, file organization, code patterns, and routing to other SDK skills. The skill references project files and local scaffolded paths (frontend/..., src/...), which is appropriate for a code-integration orchestrator. It does not instruct the agent to read unrelated system files, access arbitrary environment variables, exfiltrate data, or post to external endpoints.
Install Mechanism
No install spec and no code files are present, so nothing is written to disk or downloaded. Instruction-only skills are lowest-risk from an installation perspective.
Credentials
SKILL.md sensibly advises loading private keys from server-side environment variables and explicitly warns against exposing keys to the browser. The skill itself does not declare any required env vars, which is coherent for a guidance/orchestration role. However, the guidance implies use of process.env in server code; consumers should review any routed granular skills (e.g., ts-sdk-client, ts-sdk-account) because those may declare or require specific credentials or keys.
Persistence & Privilege
Skill is not always-enabled and allows normal model invocation. It does not request persistent system privileges or attempt to modify other skills' configurations.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install use-ts-sdk - 安装完成后,直接呼叫该 Skill 的名称或使用
/use-ts-sdk触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Provides orchestration and best practices for integrating the Aptos TypeScript SDK in fullstack dApps.
- Centralizes routing to granular Aptos TypeScript SDK skills for client setup, accounts, transactions, view functions, types, and wallet adapter.
- Emphasizes anti-patterns and security—never hardcode or expose private keys client-side; prefer environment variables on the server.
- Highlights boilerplate detection for `create-aptos-dapp` scaffolds—reuse existing wallet/client setup and directory structure.
- Documents file organization, workflow, error handling, and key edge cases for Aptos dApp development.
- Warns against deprecated tools (`aptos` npm package, `scriptComposer`) and lists correct SDK usage patterns.
元数据
常见问题
Use Ts Sdk 是什么?
Orchestrates TypeScript SDK integration for Aptos dApps. Routes to granular skills for specific tasks (client setup, accounts, transactions, view functions,... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 145 次。
如何安装 Use Ts Sdk?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install use-ts-sdk」即可一键安装,无需额外配置。
Use Ts Sdk 是免费的吗?
是的,Use Ts Sdk 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Use Ts Sdk 支持哪些平台?
Use Ts Sdk 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Use Ts Sdk?
由 iskysun96(@iskysun96)开发并维护,当前版本 v1.0.0。
推荐 Skills