Top Builders

Explore the top contributors showcasing the highest number of app submissions within our community.

OpenClaw: Your Personal AI Assistant

OpenClaw is a personal AI assistant designed to automate tasks and interact with various applications and your local machine. It aims to streamline daily workflows by performing actions like managing emails, calendars, and flight check-ins directly through chat interfaces like WhatsApp, Telegram, and others. OpenClaw operates locally, offering flexibility with different AI models.

General
Release date2024
AuthorPeter Steinberger
Websitehttps://openclaw.ai/
Repositoryhttps://github.com/openclaw/openclaw
TypePersonal AI Assistant

Key Features of OpenClaw

  • Local Operation: Runs directly on your macOS, Windows, or Linux machine, keeping your data private.
  • Flexible AI Models: Supports various AI models including Anthropic, OpenAI, or local models.
  • Chat App Integration: Interact with OpenClaw through popular chat applications like WhatsApp, Telegram, Discord, Slack, Signal, and iMessage.
  • Persistent Memory: Learns and remembers your preferences and context over time to become a truly personalized assistant.
  • Browser and System Access: Capable of browsing the web, filling forms, extracting data, reading/writing files, and executing shell commands/scripts with optional sandboxed access.
  • Extensible with Skills & Plugins: Expand its capabilities with community-built skills, and it can even create new skills autonomously.
  • Proactive Task Management: Can perform scheduled tasks, set reminders, and manage background operations.

Start Building with OpenClaw

OpenClaw provides a powerful platform for personal automation and AI-driven task management. Its local-first approach combined with extensive integration capabilities makes it a versatile tool for enhancing productivity and privacy. Developers and users interested in leveraging autonomous AI agents can explore OpenClaw to build custom solutions or automate their daily digital lives.

While specific boilerplate or library examples are not yet widely available due to its nascent stage, the core functionality revolves around its API and integration points with chat applications and local system access.

OpenClaw Tutorials


OpenClaw Resources

Here are some valuable resources to help you get started with OpenClaw:


Openclaw AI Technologies Hackathon projects

Discover innovative solutions crafted with Openclaw AI Technologies, developed by our community members during our engaging hackathons.

APEX Trader Autonomous Multi-Agent Trading System

APEX Trader Autonomous Multi-Agent Trading System

APEX Trader is a production-grade autonomous AI trading system built on a multi-agent architecture where five specialized agents work in a coordinated pipeline to analyze, validate, and execute cryptocurrency trades autonomously. The system consists of five agents: the Fundamental Agent analyzes NVT ratios, exchange net flows, and fair value models; the Technical Agent processes EMA crossovers, RSI, MACD, Bollinger Bands, and volume confirmation signals; the Sentiment Agent evaluates Fear & Greed Index and social sentiment scores; the Risk Agent enforces position sizing rules, portfolio heat limits, and R:R ratio thresholds; and the Backtester Agent validates every signal against historical win rates and Sharpe ratios before approval. Each trade requires multi-agent consensus above a configurable confidence threshold (72% day trading / 78% swing trading) before execution. Both day trading (5m–15m timeframes) and swing trading (4h–1D timeframes) with dynamically adjusted parameters — risk per trade, stop-loss placement, take-profit scaling, and trailing stops — all tuned to expert-level specifications. The APEX self-learning mechanism (evaluate-agent.py) continuously trains on closed trade P&L data, adjusting confidence thresholds autonomously. A self-healing daemon runs 24/7 with automatic error recovery and cooldown logic. The real-time dashboard (built on React/Next.js at port 3201 with a FastAPI backend at port 3202) provides a fully redesigned Agent Analysis Log where every stakeholder — trader, risk manager, operator, executive — gets layered information: trade identity, agent pipeline status, per-agent reasoning, strategy prediction with entry/SL/TP targets, course of action, and contextual RSS news feed — all grouped by trade, pair, or date. The project demonstrates how agentic AI systems can move beyond single-model decision making into coordinated multi-agent architectures that are transparent, auditable, and continuously self-improving.

ForgeClaw x Kraken Autonomous Crypto Trading Agent

ForgeClaw x Kraken Autonomous Crypto Trading Agent

orgeClaw × Kraken is an autonomous crypto trading agent built on a production-grade stack that goes far beyond a simple trading bot. The agent pipeline executes 7 sequential Temporal activities: connecting to the Kraken CLI MCP server for market data, fetching AI signals from PrismaAPI, computing RSI(14) and VWAP deviation analysis with volume confirmation, gating each trade behind an ERC-8004 USDC micropayment for trustless execution, executing paper trades with 10% position limits and 2% stop loss enforcement, tracking realized PnL with a FINRA-style SQLite audit log, and delivering formatted trade summaries to Slack. ForgeClaw acts as the design-time layer — a BPMN agent composer (forgeclaw-app.vercel.app) that generates Temporal workflows from visual pipelines. VerifyClaw scans every agent skill against 25 SAFE-MCP threat patterns before deployment, with a max risk score of 3/100 on this agent. Redpanda streams all trade events across 5 Kafka-compatible topics in real time. The dashboard is a pixel-accurate Kraken Pro replica with live signal feed, agent workflow panel, executor, trade history, PnL analytics, open orders, Slack log, and ERC-8004 payment ledger — all backed by a FastAPI service proxied through nginx and pulling from SQLite on every cycle. Clicking Run Agent fires a real Temporal workflow end-to-end, not a simulation. Infrastructure: Temporal + PostgreSQL for durable orchestration, Redpanda for event streaming, nginx reverse proxy, Docker Compose for one-command deployment.