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

Agent Forge: Open Source Tool Scaffolds Multi-Agent Pipelines for Claude Code
Agent Forge is a Claude Code skill that generates complete multi-agent pipelines from use case descriptions. It creates prompt files, orchestrator scripts, data flow directories, and GitHub Actions configs based on patterns observed in existing multi-agent systems.

CADAM: Open-Source Text-to-CAD with Parametric Sliders and WebAssembly Rendering
CADAM generates parametric 3D models from text or images, outputs OpenSCAD code with interactive sliders, and runs fully in browser via WebAssembly.

Qure: Desktop App for Generating E2E Tests from Recorded Browser Flows
Qure is a desktop application from JetBrains (currently in closed beta) that generates end-to-end web test code from recordings made in its built-in browser. Instead of describing test flows in text for AI agents, developers record their manual QA scenarios by interacting with their product, and the AI produces working test code that matches their existing codebase.

Open-source Claude Code skill diagnoses AI adoption roadblocks
An MIT-licensed Claude Code skill analyzes where companies get stuck with AI adoption—tooling, culture, or measurement—and builds 90-day plans with named owners. Based on interviews with 100+ founders and board members.