Ts Sdk Transactions
v1.0.0How to build, sign, submit, and simulate transactions in @aptos-labs/ts-sdk. Covers build.simple(), signAndSubmitTransaction(), waitForTransaction(), simulat...
⭐ 0· 118·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The SKILL.md content matches the name/description: it documents building, signing, submitting, simulating, sponsored and multi-agent transactions using @aptos-labs/ts-sdk. It asks for no unrelated binaries, env vars, or system access.
Instruction Scope
All instructions are code examples and best-practice guidance for the SDK. The document assumes the caller has Account objects (signers) available, but it does not instruct reading unrelated files, environment variables, or sending data to external endpoints beyond using the SDK/network. No broad or vague data-collection steps are present.
Install Mechanism
No install spec or external download is provided (instruction-only). Nothing is written to disk or fetched by the skill itself.
Credentials
The skill declares no required environment variables or credentials. The examples naturally require signer/account objects (which contain private keys) to run locally — this is expected for transaction signing and is proportional to the purpose.
Persistence & Privilege
always is false and the skill is user-invocable only. It does not request persistent presence, modify other skills, or access system-level configs.
Assessment
This skill is a documentation-style guide for the Aptos TypeScript SDK and appears internally consistent. Before using: (1) install @aptos-labs/ts-sdk from the official npm package, (2) keep private keys/signers in a secure environment and never paste secrets into chat, (3) prefer simulation and waitForTransaction for high-value flows as the guide recommends, and (4) only allow an agent to execute signing code if you trust it and understand where the signer keys are stored.Like a lobster shell, security has layers — review code before you run it.
latestvk971fa98gxqgfwvdgyw97t9vax835z1t
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
