myriad-prediction-markets

Discover and execute trades on Myriad prediction markets via CLI.

Updated Apr 3, 2026
One-click install
npx skills add https://github.com/Drock91/ows-hackathon --skill myriad-prediction-markets-drock91
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: myriad-prediction-markets
Source: https://github.com/Drock91/ows-hackathon/tree/main/.agents/skills/myriad-prediction-markets
Command: npx skills add https://github.com/Drock91/ows-hackathon --skill myriad-prediction-markets-drock91

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Traders and autonomous agents need a complete, repeatable workflow to discover, evaluate, execute, and claim positions on Myriad prediction markets on BNB Chain without manual wallet juggling or fragmented tooling; this Skill consolidates that loop and reduces operational friction.

Core Features & Use Cases

  • Market discovery: Search open markets by keyword, volume, and state with JSON output for agent pipelines.
  • Safe trade execution: Preview trades with dry-run, place buys and sells with configurable slippage, and perform token swaps when necessary.
  • Portfolio & claims management: Inspect open positions, monitor wallet balances, and sweep resolved winnings with claim all.
  • MCP server for orchestration: Run as an MCP server to coordinate scout and execution agents for multi-agent desks.
  • Use Case: An automated desk scans for event-driven catalysts, stages dry-run trades, executes validated buys, monitors exposure, and periodically claims and off-ramps winnings to fiat or stablecoins.

Quick Start

Use the myriad CLI to list open markets for a keyword, preview a trade with a dry-run, and execute a buy when confident.

Frequently Asked Questions about myriad-prediction-markets

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I execute trades on Myriad prediction markets using BNB Chain USDT?

To execute trades on Myriad prediction markets, you use the integrated myriad CLI with a configured BNB Chain private key and USDT liquidity. The Skill places buys and sells with configurable slippage and performs token swaps when necessary.

Can I preview a prediction market trade before committing funds?

Yes, you can preview prediction market trades using the built-in dry-run support. The dry-run feature stages simulated trades to validate parameters and check potential exposure before executing actual on-chain transactions.

How do I discover open prediction markets by volume and keyword?

You can discover open prediction markets by using the myriad CLI to search by specific keywords, trading volume, and market state. The tool outputs structured JSON data, allowing automated agent pipelines to parse market opportunities efficiently.

Do I need a specific wallet setup to claim winnings from resolved Myriad markets?

Yes, you need wallet management configured for a BNB Chain private key to claim winnings. The Skill provides a claim sweep functionality that automatically collects resolved market winnings and monitors your USDT balances.

Can I use MCP orchestration to coordinate multiple autonomous trading agents?

Yes, you can run the Skill as an MCP server to coordinate scout and execution agents for multi-agent desks. This setup allows an automated trading desk to orchestrate market discovery, stage dry-runs, and execute validated buys autonomously.