← Back to Skills Marketplace
iskysun96

Use Ts Sdk

by iskysun96 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
145
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install use-ts-sdk
Description
Orchestrates TypeScript SDK integration for Aptos dApps. Routes to granular skills for specific tasks (client setup, accounts, transactions, view functions,...
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill Name: use-ts-sdk Version: 1.0.0 The skill bundle provides legitimate guidance and best practices for integrating the Aptos TypeScript SDK into dApps. It includes strong security recommendations, such as explicitly forbidding the hardcoding or exposure of private keys, and provides standard patterns for transaction handling and error management in SKILL.md. No malicious or suspicious behaviors were identified.
Capability Assessment
Purpose & 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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install use-ts-sdk
  3. After installation, invoke the skill by name or use /use-ts-sdk
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: Provides orchestration and best practices for integrating the Aptos TypeScript SDK in fullstack dApps. - Centralizes routing to granular Aptos TypeScript SDK skills for client setup, accounts, transactions, view functions, types, and wallet adapter. - Emphasizes anti-patterns and security—never hardcode or expose private keys client-side; prefer environment variables on the server. - Highlights boilerplate detection for `create-aptos-dapp` scaffolds—reuse existing wallet/client setup and directory structure. - Documents file organization, workflow, error handling, and key edge cases for Aptos dApp development. - Warns against deprecated tools (`aptos` npm package, `scriptComposer`) and lists correct SDK usage patterns.
Metadata
Slug use-ts-sdk
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Use Ts Sdk?

Orchestrates TypeScript SDK integration for Aptos dApps. Routes to granular skills for specific tasks (client setup, accounts, transactions, view functions,... It is an AI Agent Skill for Claude Code / OpenClaw, with 145 downloads so far.

How do I install Use Ts Sdk?

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

Is Use Ts Sdk free?

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

Which platforms does Use Ts Sdk support?

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

Who created Use Ts Sdk?

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

💬 Comments