Use Ts Sdk
v1.0.0Orchestrates TypeScript SDK integration for Aptos dApps. Routes to granular skills for specific tasks (client setup, accounts, transactions, view functions,...
⭐ 0· 88·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
Name and description (TypeScript SDK orchestrator) match the SKILL.md: routing to granular SDK tasks, project file patterns, and best practices. Nothing requested (no env vars, binaries, or installs) is out of scope for an authoring/orchestration skill. One small note: SKILL.md metadata claims author 'aptos-labs' but the package source/homepage are unknown — this could be an attribution inconsistency (not functionality-related).
Instruction Scope
Instructions are limited to SDK setup, file organization, code patterns, and routing to other SDK skills. The skill references project files and local scaffolded paths (frontend/..., src/...), which is appropriate for a code-integration orchestrator. It does not instruct the agent to read unrelated system files, access arbitrary environment variables, exfiltrate data, or post to external endpoints.
Install Mechanism
No install spec and no code files are present, so nothing is written to disk or downloaded. Instruction-only skills are lowest-risk from an installation perspective.
Credentials
SKILL.md sensibly advises loading private keys from server-side environment variables and explicitly warns against exposing keys to the browser. The skill itself does not declare any required env vars, which is coherent for a guidance/orchestration role. However, the guidance implies use of process.env in server code; consumers should review any routed granular skills (e.g., ts-sdk-client, ts-sdk-account) because those may declare or require specific credentials or keys.
Persistence & Privilege
Skill is not always-enabled and allows normal model invocation. It does not request persistent system privileges or attempt to modify other skills' configurations.
Assessment
This is an instruction-only orchestrator for Aptos TypeScript SDK integrations and appears internally consistent. Before installing or using it, check: (1) the referenced granular skills (ts-sdk-client, ts-sdk-account, etc.) for any environment or credential requirements and install steps; (2) whether the 'aptos-labs' author claim matches the registry/package source (there's no homepage/source listed, so the attribution could be incorrect); and (3) that you follow the skill's own safety guidance (never hardcode private keys, keep keys server-side and out of browser bundles). If you plan to have the agent operate on your repo, ensure it has access only to the intended project files and not to unrelated secrets or system configs.Like a lobster shell, security has layers — review code before you run it.
latestvk97596gadhxy9fr4eqy9bq9vkn837b3b
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
