← 返回 Skills 市场
iskysun96

Ts Sdk Account

作者 iskysun96 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
158
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install ts-sdk-account
功能描述
How to create and use Account (signer) in @aptos-labs/ts-sdk. Covers Account.generate(), fromPrivateKey(), fromDerivationPath(), Ed25519 vs SingleKey vs Mult...
安全使用建议
This skill is an offline reference for using Account in @aptos-labs/ts-sdk and appears internally consistent. Before using or copying examples: (1) do not paste real private keys into examples or frontend code — follow the guide's advice to keep keys server-side or use wallet adapters, (2) verify you are using the official @aptos-labs/ts-sdk package (check npm and aptos-labs docs) since the skill's source/homepage are unknown, and (3) treat any serialized hex (AccountUtils.toHexString) as an immediate secret and store it securely (e.g., encrypted vault). Otherwise the skill itself does not request extra credentials or perform risky actions.
功能分析
Type: OpenClaw Skill Name: ts-sdk-account Version: 1.0.0 The skill bundle provides legitimate documentation and code examples for managing accounts using the @aptos-labs/ts-sdk. It includes explicit security warnings against hardcoding private keys and using them in frontend environments, aligning with industry best practices (SKILL.md).
能力评估
Purpose & Capability
The name/description match the content: the SKILL.md is a focused TypeScript guide for Account creation and signing in @aptos-labs/ts-sdk. It does not request unrelated binaries, credentials, or config paths.
Instruction Scope
Instructions and code examples stay within the stated purpose (generate/fromPrivateKey/fromDerivationPath, signing, serialization). The file advises safe practices (server-only use, load keys from env) and does not instruct the agent to read arbitrary system files or send data to external endpoints. It references environment variables (e.g. process.env.PRIVATE_KEY) as examples but does not require or access them itself.
Install Mechanism
No install spec and no code files — instruction-only. No downloads or package installs are specified by the skill, which minimizes disk/execution risk.
Credentials
The SKILL.md shows example usage of environment variables for loading private keys, but the skill declares no required env vars and asks for no credentials. The example env usage is proportionate and explicitly cautions against frontend use and hardcoding secrets.
Persistence & Privilege
always is false and the skill is user-invocable. There is no install step or configuration changes, and the skill does not request persistent system-level privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ts-sdk-account
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ts-sdk-account 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of ts-sdk-account skill for @aptos-labs/ts-sdk. - Provides clear instructions on creating and using Account (signer), including generation, import from private key, mnemonic/derivation path, and serialization. - Documents supported account types: Ed25519, SingleKey, MultiKey, and Keyless, along with use cases. - Includes detailed best-practices and common mistakes for secure account handling. - Covers signing, verifying, and account derivation workflows. - Targets TypeScript developers integrating Aptos Account management server-side or in scripts.
元数据
Slug ts-sdk-account
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Ts Sdk Account 是什么?

How to create and use Account (signer) in @aptos-labs/ts-sdk. Covers Account.generate(), fromPrivateKey(), fromDerivationPath(), Ed25519 vs SingleKey vs Mult... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 158 次。

如何安装 Ts Sdk Account?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install ts-sdk-account」即可一键安装,无需额外配置。

Ts Sdk Account 是免费的吗?

是的,Ts Sdk Account 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Ts Sdk Account 支持哪些平台?

Ts Sdk Account 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Ts Sdk Account?

由 iskysun96(@iskysun96)开发并维护,当前版本 v1.0.0。

💬 留言讨论