fintool adds stock and prediction market trading to OpenClaw agents

What fintool does
fintool is an OpenClaw skill that gives AI agents the ability to trade financial instruments. Once installed, agents can execute trades on multiple platforms and access market intelligence.
Installation
To install, tell your agent: Read https://raw.githubusercontent.com/second-state/fintool/refs/heads/main/skills/install.md and install the fintool skill.
Available commands
After installation, your agent can execute these commands:
$ hyperliquid buy ETH --amount 0.5 --price 2100 --json$ binance sell BTC --amount 0.01 --price 68000 --json$ polymarket buy will-bitcoin-hit-100k --outcome yes --amount 50 --price 0.65$ fintool quote GOLD
All commands support --json flag for clean agent integration.
Features
- Spot and perpetual trading
- Deposits and withdrawals
- Prediction market trading
- Market intelligence including quotes, news, and SEC filings with LLM analysis
Technical details
Written in Rust with single binary per exchange, no Python or Node.js dependencies. Open source at GitHub: https://github.com/second-state/fintool
Use case
Since agents can read market data and execute trades, you can describe trading strategies in natural language and let the agent monitor prices, react to news, and manage positions autonomously.
📖 Read the full source: r/clawdbot
👀 See Also

Destiny: Claude Code Plugin for Deterministic Fortune Telling Using Classical East Asian Astrology
Destiny is a Claude Code plugin that computes your eight-character birth chart, today's day pillar, and I-Ching hexagram deterministically (Python), then uses Claude to generate prose readings — no LLM-hallucinated horoscopes.

How Clawdbot Coordinates 6 AI Agents with a Production-Stable Work Queue
Clawdbot's team built a work queue system to coordinate 6 AI agents (design, code, marketing, ops) for their AI-operated store. The system features atomic task claiming, a state machine, retry logic with backoff, task chains, heartbeat tracking, and a daemon orchestrator.

EctoLedger: Open-source microVM sandbox for local AI agents with terminal access
EctoLedger is an open-source runtime firewall and ledger that provides microVM isolation for local AI agents with terminal access, running four prevention layers before executing commands in Apple Hypervisor.framework (macOS) or Firecracker microVM (Linux) environments.
Claude Code vs Codex: 36 vs 28 files, $2.50 vs $2.04, infinite loop caught — real-world comparison
A developer runs the same two tasks on Claude Code and Codex (Cursor): PR triage bot and real-time code review UI. Results: 36 vs 28 files, $2.50 vs $2.04 cost, Claude produced fewer TypeScript errors, Codex had an infinite React loop.