openclaw-trading-agent

作者 netzpirat已验证

trading agent

447
Stars
52
Forks
Python
语言
2026/8/23
添加时间

⚠️ 第三方软件声明

本 Skill 为第三方开源软件,独立托管于 GitHub。SkillTip 仅为信息目录,不控制或维护底层仓库。所显示的安全检查为自动化且范围有限,安装前请自行审查源码。

阅读服务条款

安装

添加到你的 Claude Code skills 目录:

# Add to your Claude Code skills
git clone https://github.com/netzpirat/openclaw-trading-agent

快速入门

使用 openclaw-trading-agent 等 Skills 的指南。

安全报告

已验证

上次扫描:—

{
  "status": "PASSED",
  "issues": []
}

README.md

🐾 OpenClaw — AI Trading Agent for Hyperliquid

OpenClaw is an AI-powered trading agent that uses LLMs to analyze real-time market data, generate trading decisions, and execute trades on the Hyperliquid decentralized exchange.

Built for automation, low-latency execution, and strategy experimentation, OpenClaw continuously monitors markets, evaluates technical indicators, and manages positions with risk controls.


🚀 Features

  • 🤖 LLM-driven trading decisions (multi-model support)
  • 📊 Real-time technical analysis via TAAPI
  • ⚡ Automated trade execution on Hyperliquid
  • 🔁 Continuous trading loop with configurable intervals
  • 🛡️ Built-in risk management (TP / SL logic)
  • 🔌 Tool-calling support for dynamic indicator queries
  • 📡 Lightweight API for logs & trade diary

📚 Table of Contents


⚠️ Disclaimer

This project is experimental and unaudited. There is no guarantee of profitability. Use at your own risk.


🏗️ Architecture

See full documentation: → docs/ARCHITECTURE.md

Architecture diagram:

https://github.com/user-attachments/assets/d8f5110a-6401-42bd-b5f5-b154c7b0a418


📡 Live Agents

  • GPT-5 Pro — Portfolio + Logs (active)
  • DeepSeek R1 — paused
  • Grok 4 — paused

(Replace with your updated endpoints if needed)


💡 Trading Stack (Recommended Tools & Infrastructure)

OpenClaw is designed to integrate with a high-performance stack including trading bots, MEV tools, analytics platforms, and low-latency infrastructure.

Using the right stack improves:

  • ⚡ Execution speed
  • 📈 Alpha discovery
  • 🎯 Trade accuracy

⚡ Execution Layer

Axiom Trade

  • Fast on-chain execution
  • Reduced fees (10–30%) → Access

Odin Bot

  • Automated strategies
  • Low-latency execution → Access

Bloom (Telegram Bot)

  • Ultra-fast trading interface → Launch

📊 Analytics & Alpha

GMGN

  • Smart money tracking
  • Early token discovery → Explore

🧠 Advanced Platforms

Padre

  • Advanced execution tools → Open

Polymarket

  • Prediction-based trading → Try

🖥️ Infrastructure

Low-Latency VPS (New York Recommended)

  • Faster transaction propagation
  • Better execution reliability
  • Ideal for bots & MEV strategies

Get VPS


📁 Project Structure

src/
├── main.py                  # Entry point / trading loop
├── agent/
│   └── decision_maker.py   # LLM decision engine
├── indicators/
│   └── taapi_client.py     # TAAPI integration
├── trading/
│   └── hyperliquid_api.py  # Trade execution
└── config_loader.py        # Env config loader

⚙️ Environment Setup

Create .env (see .env.example):

TAAPI_API_KEY=
HYPERLIQUID_PRIVATE_KEY=
OPENROUTER_API_KEY=
LLM_MODEL=

Optional:

OPENROUTER_BASE_URL=https://openrouter.ai/api/v1
API_PORT=3000

▶️ Usage

poetry run python src/main.py --assets BTC ETH --interval 1h

🌐 Local API

  • /diary → trade history
  • /logs → runtime logs

🧠 Tool Calling

Supports dynamic indicator fetching via TAAPI:

  • EMA
  • RSI
  • Custom indicators

☁️ Deployment (EigenCloud)

Run inside a TEE (Trusted Execution Environment) for secure key handling.

Install

curl -fsSL https://eigenx-scripts.s3.us-east-1.amazonaws.com/install-eigenx.sh | bash

Deploy

eigenx app deploy

Monitor

eigenx app logs --watch

⚠️ Notes

  • Tools listed are optional
  • Performance depends on latency + strategy quality
  • Always test before scaling

常见问题

What is openclaw-trading-agent?

openclaw-trading-agent is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by netzpirat. trading agent. It has 447 GitHub stars.

Is openclaw-trading-agent safe to use?

Yes. openclaw-trading-agent passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.

How do I install openclaw-trading-agent?

Clone the repository with "git clone https://github.com/netzpirat/openclaw-trading-agent" and add it to your Claude Code skills directory (see the Installation section above).

What programming language is openclaw-trading-agent written in?

openclaw-trading-agent is primarily written in Python. It is open-source under netzpirat on GitHub, so you can review or fork the full source.

Are there alternatives to openclaw-trading-agent?

Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh openclaw-trading-agent against similar tools.

评论 (0)

暂无评论,成为第一个分享想法的人!

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情

claude-code

by anthropics

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

120,03119,897Shell
AI 智能体
查看详情

开发者还喜欢

基于喜欢此 Skill 的开发者投票和收藏

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP 服务器apisai-tools
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情