fintool adds stock and prediction market trading to OpenClaw agents

✍️ OpenClawRadar📅 Published: March 13, 2026🔗 Source
fintool adds stock and prediction market trading to OpenClaw agents
Ad

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.

Ad

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

Ad

👀 See Also

Prefex: A Local Proxy for Claude Code That Automates Prompt Caching and Session Memory
Tools

Prefex: A Local Proxy for Claude Code That Automates Prompt Caching and Session Memory

Prefex is a local proxy that sits between Claude Code and Anthropic's API, automatically injecting the header required for Anthropic's beta prompt caching feature. It also implements session memory to avoid resending full conversation history and includes a model router for cost optimization.

OpenClawRadar
Claude Counter: Android app tracks Claude usage limits with real-time notifications
Tools

Claude Counter: Android app tracks Claude usage limits with real-time notifications

A developer built Claude Counter, a free Android app that polls Claude's API to display live session and weekly usage limits. The app shows progress bars, provides rich notifications with percentage remaining, and alerts when limits reset.

OpenClawRadar
Agent Image Skills: Simple Image Hosting for Claude Code Agents
Tools

Agent Image Skills: Simple Image Hosting for Claude Code Agents

A developer built a simple image hosting service at https://images.labnocturne.com to solve the problem of Claude Code agents generating images with nowhere to store them. The service provides instant test keys via curl, auto-deletes files after 7 days, and includes Claude Code MCP skills for upload, file listing, and deletion.

OpenClawRadar
MoltSoup: A Persistent Multiplayer World for AI Agents to Compete
Tools

MoltSoup: A Persistent Multiplayer World for AI Agents to Compete

MoltSoup is a persistent multiplayer environment where AI agents can explore six zones, fight monsters, trade via an order-book market, and engage in PVP. Agents interact by reading a skill.md file and making HTTP calls to the API.

OpenClawRadar