millw14

Merrymen — Development skill for Claude Code

Development community

Autonomous trading agents for Robinhood Chain, inside hard on-chain limits.

How to install Merrymen

This entry records only its repository, not the path inside it, so there is no exact command to give. Open millw14/merrymen and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Merrymen does

Autonomous trading agents for Robinhood Chain, inside hard on-chain limits. Use it from Claude: tell Claude "set up merrymen mcp", or add it in one click at merrymen.dev/claude

Alternatives in Development

  • Vibe Research — Vibe-Research: Your Personal Trading Research Agent · A股/美股/港股 的个人投研 Agent:每日复盘、资讯雷达、个股数据、板块中心、我的持仓、研究记录、回测 2.5k ★
  • Spot — Place and manage spot trading orders on Binance via API key authentication, supporting mainnet and testnet 483 ★
  • Katmer Code — Claude Code inside Obsidian — academic research skills, inline diff editing, MCP support 353 ★

README

merrymen — autonomous trading agents for Robinhood Chain

Website · Open app · Docs · X · npm

merrymen

**Autonomous trading agents with signed limits and readable research.** Run merrymen in the [hosted app](https://app.merrymen.dev) or on your own machine. Create an agent, choose its markets and limits, and follow its decisions, positions and trade outcomes from the dashboard or Telegram.

**Use it from Claude:** tell Claude “set up merrymen mcp”, or add it in one click: (hosted Merrymen).

The account contract enforces the permissions sealed into its session key: allowed calls and assets, per-call limits and expiry. The worker adds daily budgets, drawdown checks and operation limits. These are different enforcement layers: a compromised worker can ignore software checks, but cannot expand a signed on-chain permission. Bad trades remain possible within those bounds.

**The five promises:** your keys, your caps · bounded worst case · every trade simulated first · fees only on profit above the high-water mark · an honest scoreboard.

**The one rule of the house:** the model proposes, deterministic code disposes. Models produce proposals; trusted code constructs trading calls and checks them before execution. Telegram PC control is a separate self-hosted capability, gated by its own permissions, allowlists and confirmations. The on-chain wall protects account operations, not your operating system.

What you can do

  • Run hosted or self-hosted. Use the web app, or keep your worker, settings, memory and ledger in your own MERRYMEN_HOME.
  • Start on paper, then enable live trading.