CtrlK
BlogDocsLog inGet started
Tessl Logo

ts-sdk-client

How to create and configure the Aptos client (Aptos, AptosConfig) in @aptos-labs/ts-sdk. Covers Network, fullnode/indexer/faucet URLs, singleton pattern, and Bun compatibility. Triggers on: 'Aptos client', 'AptosConfig', 'SDK client', 'client setup', 'new Aptos(', 'Network.TESTNET', 'Network.MAINNET'.

68

Quality

85%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

SKILL.md
Quality
Evals
Security

Quality

Content

82%Weight 40%Scale 1-5

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

A focused, executable code skill that gives copy-paste-ready client setup patterns with tight ALWAYS/NEVER guidance and a clean references section. Its main gaps are a slight section overlap and the absence of an explicit post-setup verification checkpoint.

Suggestions

Add a one-line verification step after construction (e.g. `await aptos.getLedgerInfo()` or `aptos.getChainId()`) to give the setup workflow an explicit success checkpoint and raise workflow_clarity.

Dedupe the 'Basic setup' and 'Network options' TESTNET examples, or mark Basic setup as the minimal case and Network options as the variants, to tighten conciseness.

Consider moving the 'Using the client' API list into a short reference table or a referenced file if the client-surface coverage grows, keeping the overview lean.

DimensionReasoningScore

Conciseness

Lean, code-first body with no conceptual padding about TypeScript or Aptos; each section is a tight executable block. Minor redundancy between 'Basic setup' and 'Network options' (overlapping TESTNET examples) and a restated client-usage API list keep it just below the fully-lean 5 anchor.

4 / 5

Actionability

Every code block is copy-paste ready TypeScript with real imports and valid AptosConfig shapes, covering basic setup, custom endpoints, an env-driven singleton, and Bun-specific HTTP config — fully executable and covering the common cases.

5 / 5

Workflow Clarity

Organized as clear ALWAYS/NEVER rules plus ordered setup patterns with the core action (build AptosConfig -> new Aptos) unambiguous. It lacks an explicit verification step (e.g. confirming connectivity with getLedgerInfo), which would lift it to 5, but client construction is not a destructive/batch operation so no cap applies.

4 / 5

Progressive Disclosure

Well-organized with clear section headers and a one-level-deep, clearly signaled References section pointing to SDK source files, a pattern doc, and related skills. No bundle files exist in this skill, so structure is scored on the self-contained body, which is appropriately placed for its scope with only minor organization gaps.

4 / 5

Total

17

/

20

Passed

Description

87%Weight 40%Scale 1-5

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

A strong, third-person description that states concrete capabilities and pairs them with an explicit, code-aware trigger list. It cleanly answers both what the skill does and when to use it within a well-scoped SDK niche.

DimensionReasoningScore

Specificity

Names the domain (@aptos-labs/ts-sdk, Aptos/AptosConfig) and several concrete capabilities — 'Network, fullnode/indexer/faucet URLs, singleton pattern, and Bun compatibility' — with only minor gaps (HTTP/timeouts surface only in the body). It lists several specific actions but is framed as 'How to' rather than a verbatim action list, so it sits just below the comprehensive 5 anchor.

4 / 5

Completeness

Clearly answers both 'what' ('How to create and configure the Aptos client... Covers Network, fullnode/indexer/faucet URLs, singleton pattern, and Bun compatibility') and 'when' ('Triggers on: ...') with concrete trigger phrases, matching the anchor requiring both to be explicit.

5 / 5

Trigger Term Quality

Provides an explicit trigger list ('Aptos client', 'AptosConfig', 'SDK client', 'client setup', 'new Aptos(', 'Network.TESTNET', 'Network.MAINNET') combining natural developer phrases with code tokens. Good keyword coverage with synonyms and API symbols, though a few natural phrasings are absent, keeping it at 4 rather than 5.

4 / 5

Distinctiveness Conflict Risk

Targets a clear niche (@aptos-labs/ts-sdk Aptos client) with highly distinct triggers like 'new Aptos(' and 'Network.TESTNET', giving minimal conflict risk with other skills.

5 / 5

Total

18

/

20

Passed

Validation

81%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation — 13 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

metadata_version

'metadata.version' is missing

Warning

metadata_field

'metadata' should map string keys to string values

Warning

relative_links

Relative link issues: 5 suspicious

Warning

Total

13

/

16

Passed

Repository
aave/aptos-aave-v3
Reviewed

Table of Contents

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.