Ts Sdk View And Query
v1.0.0How to read on-chain data in @aptos-labs/ts-sdk: view(), getBalance(), getAccountInfo(), getAccountResources(), getAccountModules(), getResource(). Triggers...
⭐ 0· 112·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/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.
Assessment
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.Like a lobster shell, security has layers — review code before you run it.
latestvk976c0k72ypd94h5smpej7rexx8351fy
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
