← Back to Skills Marketplace
166
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install ts-sdk-client
Description
How to create and configure the Aptos client (Aptos, AptosConfig) in @aptos-labs/ts-sdk. Covers Network, fullnode/indexer/faucet URLs, singleton pattern, and...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install ts-sdk-client - After installation, invoke the skill by name or use
/ts-sdk-client - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 166 downloads so far.
How do I install Ts Sdk Client?
Run "/install ts-sdk-client" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Ts Sdk Client free?
Yes, Ts Sdk Client is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Ts Sdk Client support?
Ts Sdk Client is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Ts Sdk Client?
It is built and maintained by iskysun96 (@iskysun96); the current version is v1.0.0.
More Skills