Ts Sdk Client

v1.0.0

How to create and configure the Aptos client (Aptos, AptosConfig) in @aptos-labs/ts-sdk. Covers Network, fullnode/indexer/faucet URLs, singleton pattern, and...

0· 127·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk9752k19j09d8hm6zhar7yf3wn8341x9

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments