DroidClaw is a highly specialized, ultra-lightweight AI Assistant designed for 24/7 economic monitoring and financial analysis. Optimized to run within the Android (Termux) environment, it transforms a mobile device into a powerful, autonomous market watchtower.
Inspired by PicoClaw, DroidClaw has been refactored to focus exclusively on financial intelligence, multi-agent coordination, and automated reporting.
- Named Agent Support: Orchestrate multiple specialized agents (e.g.,
econ_watcher) with independent workspaces and configurations. - Deeper Analysis: Configurable
max_tool_iterations(up to 30) for complex financial reasoning. - Persistent Memory: A long-term memory layer that tracks market patterns, user preferences, and historical trends.
Custom Go-native tools designed for high-frequency monitoring with zero overhead:
market_data: Real-time prices, OHLCV candles, and orderbook snapshots from Binance, Yahoo Finance, and CoinGecko.news_feed: Automated aggregation of economic calendars and news from RSS sources like Forex Factory, Investing.com, and Reuters.storage: Sandboxed JSON/CSV storage within the workspace for data archival and historical analysis.
Fully automated monitoring pipeline via integrated cron service:
- Market Scans: Every 15 minutes to track volatility and trends.
- Opportunity Detection: Periodic analysis of scan data to identify high-confidence setups.
- Daily Briefings: Automated morning (7:00 AM) and evening (10:00 PM) reports delivered directly to Telegram.
- Volatility Alerts: Real-time notifications for price movements exceeding 3%.
- Termux Native: Built to run efficiency on Android devices with minimal resources (<10MB RAM).
- Proactive Reporting: Delivering critical market alerts to your preferred messaging channel (Telegram, Discord, etc.).
android_uiTool: Direct interaction with Android apps via Termux:API / ADB.- Notification Listener: Monitoring mobile alerts for real-time news correlation.
- Termux Bridge: Enhanced HTTP bridge for Termux-specific system operations.
DroidClaw is an observation and analysis tool only.
- No Trading Access: The agent has no capability to execute orders or access financial accounts.
- Informational Purpose: All outputs are for data analysis and should not be considered financial advice.
This project is a specialized fork of PicoClaw. We maintain full compliance with the MIT License.
- Environment: Install Go 1.24+ and Termux (if on Android).
- Initialization:
make deps make build ./picoclaw onboard econ
- Configuration: Edit
~/.picoclaw/config.jsonto add your LLM API keys and Telegram bot token. - Run:
./picoclaw gateway
