miraix-meme-court

Use this skill when the user wants to run Miraix Meme Court, shortlist Solana meme candidates, apply Rug Court safety and liquidity checks, approve one disciplined meme trade, prepare an unsigned payload when live Bitget execution is available, or check the status of a previously prepared order.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "miraix-meme-court" with this command: npx skills add miraix-meme-court

Miraix Meme Court

Use this skill to run the public Miraix Meme Court flow for the Bitget Wallet track. The skill narrows Solana meme candidates into one approved trade by splitting the work into Scout, Risk Agent / Rug Court, and Trader.

Public endpoints:

  • Desk API: https://app.miraix.fun/api/meme-rotation-desk
  • Prepare API: https://app.miraix.fun/api/meme-rotation-desk/prepare
  • Order status API: https://app.miraix.fun/api/meme-rotation-desk/order-status

Defaults:

  • walletAddress: AYY3Bi6NSwH3F9Q5cy5xN9ZqRgnNYhm6TMkTwVBRVGeq
  • budgetUsd: 100
  • riskMode: balanced
  • strategy: momentum

Allowed values:

  • riskMode: safe, balanced, degen
  • strategy: momentum, reversal, shadow

When to use it

  • The user wants one disciplined Solana meme trade instead of a list of ideas.
  • The user wants to run Scout, Rug Court, and Trader against a wallet and budget.
  • The user wants a shortlist plus vetoes plus one approved trade.
  • The user wants to know whether unsigned payload preparation is available.
  • The user already has an orderId and wants to check order status.

Workflow

  1. Extract these inputs from the request:

    • walletAddress
    • budgetUsd
    • riskMode
    • strategy

    If any field is missing, fill it with the defaults above instead of blocking.

  2. Run the desk:

curl -sS https://app.miraix.fun/api/meme-rotation-desk \
  -H 'Content-Type: application/json' \
  -d '{
    "walletAddress":"<wallet-address>",
    "budgetUsd":<budget-usd>,
    "riskMode":"<safe|balanced|degen>",
    "strategy":"<momentum|reversal|shadow>"
  }'
  1. Base the answer on these fields:

    • dataMode
    • warnings
    • marketContext
    • agents
    • candidates
    • approvedTrade
    • execution
    • proofBundle
  2. Lead with the one approved trade:

    • symbol
    • size in USD
    • allocation percentage
    • rationale
    • invalidation
    • take-profit ladder
  3. Then summarize Rug Court:

    • approved names
    • watch names
    • banned names
    • the most important courtNote
  4. Then summarize execution readiness:

    • state
    • mode
    • source
    • market
    • estimatedOutput
    • whether canPrepare is true
  5. If and only if all of these are true:

    • the user explicitly wants payload preparation
    • execution.canPrepare is true
    • execution.market exists
    • approvedTrade.outputContract exists

    then call:

curl -sS https://app.miraix.fun/api/meme-rotation-desk/prepare \
  -H 'Content-Type: application/json' \
  -d '{
    "walletAddress":"<wallet-address>",
    "outputContract":"<approved-trade-output-contract>",
    "market":"<execution-market>",
    "amountUsd":<approved-trade-amount-usd>,
    "mode":"<order|swap>",
    "outputSymbol":"<approved-trade-symbol>"
  }'
  1. If the user gives an orderId and wants status, run:
curl -sS https://app.miraix.fun/api/meme-rotation-desk/order-status \
  -H 'Content-Type: application/json' \
  -d '{
    "orderId":"<order-id>"
  }'
  1. Treat preview mode honestly:
    • If dataMode is fallback, say the result is in preview mode.
    • If prepare returns prepared: false, say unsigned payload generation is not available in the current live environment.
    • Do not claim live signing or live order creation unless the API returns a live prepared payload.

Output guidance

  • Keep the answer structured and concise.
  • Lead with Approved trade.
  • Then show Rug Court summary.
  • Then show Execution readiness.
  • Then show Warnings if present.
  • Use the exact field values from the API instead of paraphrasing away important numbers.
  • If the API is in preview mode, say so explicitly.
  • Do not claim that Miraix or Bitget signed, submitted, or filled any trade unless the API response proves that.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Multi Edge-TTS CN

Edge-TTS 在线语音合成 skill。基于微软 Edge TTS 引擎,生成速度快(1-2秒),支持多种音色和输出格式。同时支持飞书(OGG/Opus)和企业微信(AMR)。默认音色 xiaoxiao_lively。需联网。

Registry SourceRecently Updated
General

vedic-destiny

吠陀命盘分析中文入口。用于完整命盘研判、命主盘 Rashi chart 与九分盘 Navamsha chart 联读、既往事件回看、出生时间稳定度判断、事业主题、婚姻主题、时空盘专题,以及基于 Jagannatha Hora PDF、星盘截图或文本命盘数据的系统拆盘。当用户提到完整星盘、事业方向、婚姻问题、关系窗...

Registry SourceRecently Updated
General

One Person Company OS

Build a visual operating cockpit for an AI-native one-person company across promise, buyer, product, delivery, cash, learning, and assets. / 为 AI 一人公司建立可视化经营...

Registry SourceRecently Updated
General

健康追踪

健康追踪技能 - 追踪饮水、睡眠、步数等健康数据,JSON存储。

Registry SourceRecently Updated