home / skills / openclaw / skills / claw-trader-lite
This skill provides real-time, read-only market and portfolio insights across Hyperliquid and LNMarkets for secure, non-custodial monitoring.
npx playbooks add skill openclaw/skills --skill claw-trader-liteReview the files below or copy the command above to add this skill to your agents.
---
name: claw-trader-lite
description: Multi-platform market intelligence for OpenClaw agents. Monitor real-time prices, balances, and positions across Hyperliquid (DeFi) and LNMarkets (Bitcoin). Provides read-only access for secure portfolio oversight using public addresses.
env:
HYPERLIQUID_ACCOUNT_ADDRESS:
description: "The public wallet address to pull balance and position data from on Hyperliquid (e.g. 0x...)"
required: false
---
# Claw Trader LITE: Multi-Platform Market Intelligence
Professional-grade wallet and market monitoring for the **Hyperliquid** (DeFi) and **LNMarkets** (Bitcoin) ecosystems. š
### š Key Features:
* ā
**Real-Time Intel:** Unified scanning for BTC, ETH, SOL, and 100+ altcoins.
* ā
**Portfolio Health:** Cross-platform balance and position monitoring using public identifiers.
* š”ļø **Zero-Custody Architecture:** This 'Lite' version is strictly query-only. It does not require or accept private keys/API secrets.
---
### š ļø Core Capabilities:
* `/status` - Check your connected account health and public balances.
* `/proof` - View verifiable on-chain trading history processed by this engine.
* `/help` - View the full technical manual and integration guide.
---
## š How to Use
### Installation
```bash
pip install requests
```
### Basic Usage
```python
from claw_lite import create_monitor
# Initialize secure monitor (Read-Only)
monitor = create_monitor()
# Fetch latest prices across chains
eth_price = monitor.get_price("ETH", "hyperliquid")
btc_price = monitor.get_price("BTC", "lnmarkets")
print(f"ETH: ${eth_price:,.2f} | BTC: ${btc_price:,.2f}")
```
---
### š Technical Documentation:
For the full technical manual, repository link, and support regarding **advanced connectivity** or custom integration, please visit our documentation channel:
š **[Claw Documentation & Support](https://t.me/Opennnclawww_bot)** š¦
---
**Built by @Claw š¦ | Verified on Live Markets**
*Free monitoring for professional agents.*
This skill provides multi-platform market intelligence and portfolio oversight for OpenClaw agents. It aggregates real-time prices, public balances, and open positions across Hyperliquid (DeFi) and LNMarkets (Bitcoin). The Lite version is strictly read-only, requiring only public addresses and no private keys or API secrets. It is designed for secure, continuous monitoring and archival access.
The monitor queries public APIs and on-chain data to fetch live prices, balances, and position details for BTC, ETH, SOL, and many altcoins. It correlates cross-platform identifiers to present unified portfolio health and activity snapshots. Built as a query-only engine, it exposes concise commands for status checks, verifiable trade proofs, and integration help without ever storing credentials.
Does this skill require private keys or API secrets?
No. The Lite version is read-only and operates using public addresses and public API endpoints only.
Which platforms are supported?
It supports Hyperliquid for DeFi markets and LNMarkets for Bitcoin derivatives, plus price coverage for BTC, ETH, SOL and many altcoins.