metabot-trade-metaidmarket

Translate natural-language trading intents into structured CLI actions for metaid.market.

10|2|Updated Feb 23, 2026
One-click install
npx skills add https://github.com/metaid-developers/IDBots --skill metabot-trade-metaidmarket
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: metabot-trade-metaidmarket
Source: https://github.com/metaid-developers/IDBots/tree/main/SKILLs/metabot-trade-metaidmarket
Command: npx skills add https://github.com/metaid-developers/IDBots --skill metabot-trade-metaidmarket

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires bitcoinjs-lib, and includes scripts (resource) components.

What problem does it solve?

This skill translates natural-language trading intents into precise, structured CLI actions to interact with the MetaID Market via a local IDBots setup.

Core Features & Use Cases

  • Turn conversational trading requests into CLI commands that invoke the metaid.market API and local wallet RPC.
  • Support common trading workflows for MRC-20 tokens and ID-Coin (overview, orders, trades, wallet, my-orders, my-trades, buy-lowest, list, mint, cancel).
  • Unified, JSON-formatted results for downstream automation and logging.

Quick Start

Provide a natural-language trading request and get a ready-to-run CLI command for metaid.market.

Frequently Asked Questions about metabot-trade-metaidmarket

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

FAQPage Schema
How do I trade MetaID Market tokens using a natural language interface?

This skill translates natural-language trading intents into precise CLI arguments, bridging to the metaid.market API and local wallet RPC to execute MRC-20 and ID-Coin trades automatically.

Can I check my wallet balance and token orders on metaid.market via CLI?

Yes, you can check wallet balances and token orders on metaid.market via CLI by submitting natural-language queries that this skill converts into structured commands, returning unified JSON payloads for your wallet, my-orders, and my-trades data.

What trading workflows are supported for MRC-20 tokens and ID-Coin?

Supported trading workflows for MRC-20 tokens and ID-Coin include token overviews, checking orders, executing trades, querying wallet balances, and performing single-bid operations like buy-lowest, list, mint, and cancel.

Do I need a local IDBots setup to automate metaid.market trading commands?

Yes, you need a local IDBots setup because this skill uses scripts/index.js to bridge natural-language intents to the market API and local wallet RPC, defaulting to mainnet for executing structured CLI actions.

How does the CLI handle trading parameters for single-bid operations?

The CLI validates extracted parameters from your natural-language input to ensure precise single-bid operations, using bitcoinjs-lib dependencies and scripts/index.js to structure the arguments before returning a uniform JSON payload.

Why are my natural language trading intents returning structured JSON payloads?

Natural language trading intents return structured JSON payloads because this skill parses and validates your requests into precise CLI arguments, providing uniform formatted results specifically optimized for downstream automation and logging.