← Back to Skills Marketplace
k66inthesky

stable-layer-sdk

by k66 (Lana Chen) · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
768
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install stable-layer-sdk
Description
A TypeScript SDK for interacting with Stable Layer on Sui blockchain, supporting minting, burning stablecoins, claiming yield rewards, and querying supply.
Usage Guidance
This bundle is documentation-only for a Stable Layer SDK but contains no code or repository link. Before installing or using anything: 1) Verify the npm package 'stable-layer-sdk' exists and inspect its npm/GitHub source and recent releases; do not install packages from unknown authors. 2) Never paste your private key into a chat or into untrusted code; prefer a hardware wallet or environment-managed signing. 3) If you intend to use this with an AI agent, ensure the agent is not given secret keys directly and confirm where signing happens (locally, a secure enclave, or a remote node). 4) Ask the publisher for the package homepage/repo and a checksum or release artifacts; if none are provided, treat this package as untrusted.
Capability Analysis
Type: OpenClaw Skill Name: stable-layer-sdk Version: 1.0.0 The provided files (_meta.json, SKILL.md, README.md) are documentation and metadata for a TypeScript SDK interacting with the Sui blockchain. They describe installation steps, API usage, and code examples for minting/burning stablecoins and claiming rewards. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, prompt injection attempts against the AI agent, or obfuscation within these files. The examples show how a user would provide a private key to the SDK, which is standard for blockchain interactions, but the documentation itself does not attempt to misuse or steal this information.
Capability Assessment
Purpose & Capability
The instructions describe a Stable Layer TypeScript SDK (mint/burn/claim/query) which is a coherent purpose for this skill. However, the skill bundle contains only documentation (SKILL.md, README) and no SDK code or link to a homepage/repository. That may be ok for an instruction-only skill that documents a third‑party npm package, but the absence of package provenance (no homepage, source unknown) is notable.
Instruction Scope
SKILL.md stays within the expected scope (install via npm, construct Sui transactions, sign & submit). It references use of a private key (Ed25519Keypair.fromSecretKey(YOUR_PRIVATE_KEY)) and signing operations, but it does not instruct the agent to read any system files or env variables. The documentation does assume the user will provide secret keys locally, which is expected for a wallet SDK but is not declared in the skill metadata.
Install Mechanism
No install spec is embedded in the skill (instruction-only), and it simply recommends running npm install stable-layer-sdk. Using npm is expected for a TypeScript SDK, but because the bundle provides no repository/homepage and the package author/source is unknown, you should verify the npm package's origin before installing.
Credentials
The skill declares no required environment variables or primary credential, yet the examples require a user's private key for signing transactions. That mismatch (no declared credential while examples expect private key material) could lead users to paste secrets into an agent or into code without clear guidance. The skill does not explicitly request or show safe handling of private keys (e.g., using a hardware wallet or an environment variable).
Persistence & Privilege
The skill is not always-enabled and is user-invocable with normal model-invocation allowed. It does not request persistent system privileges or try to modify other skills or system configuration. No elevated persistence concerns detected.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install stable-layer-sdk
  3. After installation, invoke the skill by name or use /stable-layer-sdk
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of the Stable Layer SDK. - TypeScript SDK for interacting with the Stable Layer protocol on Sui blockchain. - Supports minting and burning stablecoins, with USDC as collateral. - Includes yield farming reward claiming functionality. - Provides supply query methods (total and per stablecoin). - Includes usage examples and comprehensive API documentation.
Metadata
Slug stable-layer-sdk
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is stable-layer-sdk?

A TypeScript SDK for interacting with Stable Layer on Sui blockchain, supporting minting, burning stablecoins, claiming yield rewards, and querying supply. It is an AI Agent Skill for Claude Code / OpenClaw, with 768 downloads so far.

How do I install stable-layer-sdk?

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

Is stable-layer-sdk free?

Yes, stable-layer-sdk is completely free (open-source). You can download, install and use it at no cost.

Which platforms does stable-layer-sdk support?

stable-layer-sdk is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created stable-layer-sdk?

It is built and maintained by k66 (Lana Chen) (@k66inthesky); the current version is v1.0.0.

💬 Comments