← Back to Skills Marketplace
iskysun96

Ts Sdk Account

by iskysun96 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
158
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install ts-sdk-account
Description
How to create and use Account (signer) in @aptos-labs/ts-sdk. Covers Account.generate(), fromPrivateKey(), fromDerivationPath(), Ed25519 vs SingleKey vs Mult...
Usage Guidance
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.
Capability Analysis
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).
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install ts-sdk-account
  3. After installation, invoke the skill by name or use /ts-sdk-account
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug ts-sdk-account
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 158 downloads so far.

How do I install Ts Sdk Account?

Run "/install ts-sdk-account" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Ts Sdk Account free?

Yes, Ts Sdk Account is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Ts Sdk Account support?

Ts Sdk Account is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Ts Sdk Account?

It is built and maintained by iskysun96 (@iskysun96); the current version is v1.0.0.

💬 Comments