SHLL DeFi Agent Skill for Openclaw

SHLL is a specialized DeFi execution layer for AI agents on BNB Chain that enforces spending limits and protocol whitelists via on-chain smart contracts.

kledx
v6.0.4
Mar 7, 2026
0
881
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install shll-run

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install shll-run using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is SHLL DeFi Agent Skill?

SHLL (shll-run) is a robust DeFi execution framework designed to provide AI agents with a secure, contract-enforced environment on the BNB Chain. By integrating SHLL with your Openclaw Skills, you enable agents to perform complex financial operations like swapping, lending, and meme coin trading while maintaining strict security via the PolicyGuard architecture. This system ensures that every action taken by the agent is validated directly on the blockchain, preventing bypasses that often occur in off-chain safety filters.

The core value of SHLL lies in its dual-wallet isolation model, which separates the user's primary assets from the operator hot wallet used by the AI. This configuration allows developers to build powerful financial automation tools without exposing the main vault to unnecessary risks. Whether managing portfolios on PancakeSwap or interacting with the Venus Protocol, these Openclaw Skills ensure that every transaction remains within user-defined parameters.

SHLL DeFi Agent Skill Use Cases

  • Automating meme coin trades on Four.meme with smart bonding curve detection.
  • Managing decentralized lending and redemptions on the Venus Protocol via AI agents.
  • Executing secure token swaps on PancakeSwap V2 and V3 with on-chain spending caps.
  • Implementing automated portfolio rebalancing using conversational AI interfaces.
  • Deploying multi-agent DeFi workflows that require verifiable execution logs.

How SHLL DeFi Agent Skill Works

  1. The system utilizes a dual-wallet architecture where the Owner holds the Agent NFT and the Operator wallet (AI) executes restricted trades.
  2. On-chain PolicyGuard contracts act as a validator for every transaction attempt initiated by the agent.
  3. The AI agent processes user requests and generates DeFi commands through the SHLL CLI or MCP server.
  4. Every transaction is checked against four major on-chain policies: Spending Limits, Cooldown intervals, DeFi whitelists, and Receiver restrictions.
  5. If the trade complies with the smart contract rules, the Agent Vault executes the batch; otherwise, the transaction is rejected with a clear audit reason.

SHLL DeFi Agent Skill Setup

To integrate these DeFi capabilities into your Openclaw Skills, install the package using the following commands:

npm install -g shll-skills --registry https://registry.npmjs.org

After installation, configure your environment with a dedicated operator hot wallet:

export RUNNER_PRIVATE_KEY="0xyour_operator_private_key"
# Optional: Use a private RPC for increased reliability
export SHLL_RPC="https://your-private-bsc-rpc.com"

SHLL DeFi Agent Skill Data Schema & Taxonomy

SHLL returns machine-friendly JSON responses to ensure seamless integration with Openclaw Skills.

Object Description
status Indicates success or error for every on-chain action.
readiness Diagnostic fields used for onboarding (e.g., gas balance, vault status).
portfolio A detailed breakdown of token balances and contract states.
errorCode Standardized codes like POLICY_REJECTED for easy error handling.

SHLL DeFi Agent Skill Advanced Features

  • On-chain PolicyGuard enforcement that cannot be bypassed by prompt injection or code bugs.
  • Dual-wallet isolation protecting the main vault funds even if the AI operator key is compromised.
  • Support for external aggregator calldata from OKX or 1inch via execute_calldata tools.
  • Smart routing logic that automatically detects trading phases for meme tokens.
  • Full MCP Server compatibility allowing integration with IDEs like Cursor and Claude.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*