← Back to Skills Marketplace
iskysun96

Ts Sdk View And Query

by iskysun96 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
154
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install ts-sdk-view-and-query
Description
How to read on-chain data in @aptos-labs/ts-sdk: view(), getBalance(), getAccountInfo(), getAccountResources(), getAccountModules(), getResource(). Triggers...
Usage Guidance
This skill is a documentation-style guide for read-only Aptos SDK queries and appears internally consistent. Before installing/use: (1) ensure you obtain the SDK from an official source (to avoid a different implementation), (2) confirm your agent/environment does not provide private keys or write-capable RPC endpoints to the SDK if you only want read-only access, and (3) validate that the 'aptos' client instance in your runtime is configured as you expect. The skill itself does not request secrets or write instructions, but improper runtime configuration (e.g., giving the agent a wallet with signing keys) could enable actions outside the guide's read-only intent.
Capability Analysis
Type: OpenClaw Skill Name: ts-sdk-view-and-query Version: 1.0.0 The skill bundle provides legitimate documentation and code examples for querying the Aptos blockchain using the official '@aptos-labs/ts-sdk'. The instructions in SKILL.md focus on read-only operations (view functions, account balances, and resource lookups) and correctly emphasize best practices such as using BigInt for large integers and avoiding deprecated methods.
Capability Assessment
Purpose & Capability
Name/description claim read-only SDK usage (view(), getBalance(), getAccountInfo(), etc.) and the SKILL.md contains only examples and guidance for those exact APIs — no unrelated services, binaries, or credentials are requested.
Instruction Scope
Runtime instructions are limited to calling SDK methods and handling types/results. They use placeholders (MODULE_ADDRESS, accountAddress) and do not instruct reading system files, environment variables, or sending data to external endpoints.
Install Mechanism
No install spec and no code files — instruction-only skill (lowest install risk).
Credentials
The skill declares no required environment variables, credentials, or config paths; examples reference only SDK parameters which is proportional for an SDK usage guide.
Persistence & Privilege
always is false and the skill does not request any permanent agent-level privileges or attempt to modify other skills or system-wide settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install ts-sdk-view-and-query
  3. After installation, invoke the skill by name or use /ts-sdk-view-and-query
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release providing best practices and usage examples for reading on-chain data with @aptos-labs/ts-sdk: - Documents usage of view(), getBalance(), getAccountInfo(), getAccountResources(), getAccountModules(), and getResource(). - Explains correct type handling for Move view return values in TypeScript (e.g., bigint for u128/u256). - Highlights recommended and deprecated methods for balance and data queries. - Includes code samples for each supported function. - Lists common mistakes and proper approaches.
Metadata
Slug ts-sdk-view-and-query
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Ts Sdk View And Query?

How to read on-chain data in @aptos-labs/ts-sdk: view(), getBalance(), getAccountInfo(), getAccountResources(), getAccountModules(), getResource(). Triggers... It is an AI Agent Skill for Claude Code / OpenClaw, with 154 downloads so far.

How do I install Ts Sdk View And Query?

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

Is Ts Sdk View And Query free?

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

Which platforms does Ts Sdk View And Query support?

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

Who created Ts Sdk View And Query?

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

💬 Comments