home / skills / openclaw / skills / claw-trader-lite

claw-trader-lite skill

/skills/nickymick8/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-lite

Review the files below or copy the command above to add this skill to your agents.

Files (3)
SKILL.md
2.0 KB
---
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.*

Overview

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.

How this skill works

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.

When to use it

  • Continuously monitor cross-protocol balances and open positions without exposing keys.
  • Get real-time price feeds for BTC, ETH, SOL and 100+ altcoins across Hyperliquid and LNMarkets.
  • Audit or verify on-chain trading history for compliance or record-keeping.
  • Integrate into dashboards to display unified portfolio health to stakeholders.
  • Detect large balance or position changes for alerting and situational awareness.

Best practices

  • Provide only public addresses or read-only identifiers; never share private keys or API secrets.
  • Use the /status endpoint for periodic health checks and the /proof command for verifiable history.
  • Combine this read-only feed with internal risk rules to trigger alerts rather than automated trades.
  • Rate-limit polling to avoid API throttling; cache unchanged price points short-term.
  • Validate reported balances on-chain when performing audits to ensure end-to-end integrity.

Example use cases

  • A DeFi trader monitors aggregated balances across Hyperliquid and Lightning derivatives to spot divergence.
  • A compliance analyst pulls verifiable trade proofs for reconciliation and audit trails.
  • An ops team runs a dashboard that displays unified portfolio health for multiple agents in real time.
  • A developer integrates price and position feeds into a bot that only notifies, never transacts.
  • An archival project snapshots historical market data and public trading activity for research.

FAQ

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.