← Back to Skills Marketplace
Tether Wallet Development Kit
by
tether-skills
· GitHub ↗
· v1.0.0
· MIT-0
336
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install tether-wdk
Description
Tether Wallet Development Kit (WDK) for building non-custodial multi-chain wallets. Use when working with @tetherto/wdk-core, wallet modules (wdk-wallet-btc,...
Usage Guidance
This bundle appears to be documentation for a wallet SDK and is largely coherent with that purpose, but stop and verify before installing or invoking it. Specific things to consider:
- Do not paste or store any private seed phrases, private keys, or secret API keys in the skill or in env vars unless you fully trust and control the code that will use them. The SKILL.md contains many examples showing process.env.SEED_PHRASE and secret keys — those are examples, not requirements.
- The SKILL.md instructs the agent to web_fetch referenced URLs; confirm the listed URLs (npm, GitHub, official docs) are legitimate and point to official Tether/Tether‑owned domains. Manually verify package pages and GitHub repos before following any fetched instructions.
- The pre‑scan detected a prompt‑injection pattern ('ignore-previous-instructions') inside the skill docs. That could be malicious or accidental; prefer to view the raw SKILL.md yourself and search for any lines that try to override agent policies or ask for secrets.
- Because this is instruction‑only, risk comes from fetched external content and any follow‑on actions your agent might take. If you enable the skill, restrict its access (do not provide secrets) and watch what web_fetch/web_search returns.
- If you plan to use the actual npm packages, install them independently after verifying their npm and GitHub sources and audit their code and package versions.
If you want, I can: (a) list all external URLs referenced for manual verification, (b) fetch and summarize the top docs pages so you can review what those pages would teach the agent, or (c) flag specific lines in SKILL.md that look like instruction overrides.
Capability Analysis
Type: OpenClaw Skill
Name: tether-wdk
Version: 1.0.0
The Tether WDK skill bundle is a comprehensive and well-documented integration for multi-chain wallet development. It contains no malicious logic, obfuscation, or data exfiltration patterns. Notably, SKILL.md includes robust security guardrails for the AI agent, such as mandatory human confirmation for all financial transactions, strict key hygiene (using sodium_memzero), and explicit instructions to ignore prompt injection attempts from external content. The reference files (e.g., chains.md, deployments.md) provide legitimate technical data for blockchain interactions.
Capability Assessment
Purpose & Capability
Name, description and the included reference files consistently describe a Tether WDK (multi‑chain wallet SDK) and link to npm/GitHub/docs pages; the files and examples match the stated purpose and required packages.
Instruction Scope
SKILL.md explicitly instructs the agent to discover and fetch URLs from the reference files using web_fetch/web_search. That is reasonable for a documentation skill, but the SKILL.md also contains a detected prompt‑injection token ('ignore-previous-instructions') and broad guidance to fetch arbitrary referenced URLs. Those could be used to manipulate the agent's runtime instructions or to pull and execute unexpected content if the agent treats fetched content as authoritative.
Install Mechanism
Instruction‑only skill with no install spec and no code files — low install risk. Nothing is written to disk by an installer in this bundle.
Credentials
The skill declares no required environment variables or credentials (none listed). However, many code examples reference sensitive items (seed phrases, API/secret keys like 'secretKey', 'gasFreeApiKey', MoonPay secretKey). Those are example usage patterns appropriate to the SDK but are not requested by the skill metadata — users must NOT supply private keys or secrets to the skill itself.
Persistence & Privilege
always:false and no install steps that modify agent configuration. The skill is user‑invocable and can be invoked autonomously per platform default; that is normal and not by itself a concern.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install tether-wdk - After installation, invoke the skill by name or use
/tether-wdk - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial public release of the skill for using Tether's Wallet Development Kit (WDK).
- Introduces a modular SDK for building non-custodial, multi-chain wallets.
- Provides unified wallet and protocol interfaces for Bitcoin, Ethereum/EVM, Solana, Spark, TON , and TRON .
- Supports key DeFi protocol modules: DEX swaps, cross-chain bridges, lending/borrowing, and fiat on/off ramp integration.
- Includes detailed documentation, quick start guides, and chain-specific reference files for seamless development.
- npm packages are organized under the @tetherto scope for core, wallet modules, protocol modules, and UI kits/tools.
Metadata
Frequently Asked Questions
What is Tether Wallet Development Kit?
Tether Wallet Development Kit (WDK) for building non-custodial multi-chain wallets. Use when working with @tetherto/wdk-core, wallet modules (wdk-wallet-btc,... It is an AI Agent Skill for Claude Code / OpenClaw, with 336 downloads so far.
How do I install Tether Wallet Development Kit?
Run "/install tether-wdk" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Tether Wallet Development Kit free?
Yes, Tether Wallet Development Kit is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Tether Wallet Development Kit support?
Tether Wallet Development Kit is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Tether Wallet Development Kit?
It is built and maintained by tether-skills (@tether-skills); the current version is v1.0.0.
More Skills