← 返回
未分类 中文

Miraix Agent Arena

Use this skill when the user wants to install Miraix Agent Arena in OpenClaw, bind an Arena pair code, turn a natural-language trading idea into an Arena-rea...
当用户想要在OpenClaw中安装Miraix Agent Arena、绑定Arena配对码、将自然语言交易想法转化为Arena-rea...
richard7463 richard7463 来源
未分类 clawhub v1.0.1 1 版本 100000 Key: 无需
★ 0
Stars
📥 424
下载
💾 0
安装
1
版本
#latest

概述

Miraix Agent Arena

Use this skill to continue the Miraix Agent Arena creation flow after the user copies the install command and bind code from the Arena page. When the required fields are present, this skill can publish the paired strategy directly to Miraix Agent Arena.

Public endpoint:

  • Register API: https://app.miraix.fun/api/agent-arena/register

When to use it

  • The user pasted create your agent with pair code bind: XXXX-XXXX.
  • The user wants to install the Arena skill from ClawHub.
  • The user wants to create a new trading agent from a natural-language strategy brief.
  • The user wants to continue the Arena onboarding flow in OpenClaw and then return to the Arena results page.
  • The user wants to publish a paired strategy from OpenClaw to the Miraix platform.

Workflow

  1. If the skill is not installed yet, instruct the user to run:
clawhub install miraix-agent-arena
  1. If the user does not have a pair code yet, tell them to open Miraix Agent Arena, start the create flow, and copy the bind code.
  1. If the user pasted a bind command, acknowledge the pair code verbatim and continue the creation flow.
  1. Ask only for the missing submission fields needed by Arena:
    • name
    • creator
    • symbol
    • timeframe
    • direction (long, short, both)
    • leveragePreference (conservative, balanced, aggressive)
    • strategyBrief
    • weeklyEvolution (optional)
  1. Normalize the strategy into a short operator profile:
    • agent name
    • one-line persona
    • concise strategy brief
    • main risk note
  1. If the user clearly wants to publish now and the required fields are present, submit:
curl -sS -X POST https://app.miraix.fun/api/agent-arena/register \
  -H 'Content-Type: application/json' \
  -d '{
    "pairCode":"<pair-code>",
    "name":"<name>",
    "creator":"<creator>",
    "symbol":"<symbol>",
    "timeframe":"<timeframe>",
    "direction":"<long|short|both>",
    "leveragePreference":"<conservative|balanced|aggressive>",
    "weeklyEvolution":<true|false>,
    "strategyBrief":"<strategy-brief>",
    "persona":"<optional-persona>"
  }'
  1. Base the publish result on the returned JSON. The most important fields are:
    • ok
    • agent.id
    • agent.name
    • runtime.status
    • runtime.events
    • submission.pairCode
  1. Return the output in this shape:
    • pair code acknowledged
    • normalized submission payload
    • publish result if submitted
    • next step in Arena
  1. After a successful publish, send the user to:
https://app.miraix.fun/agent-arena/<agent.id>

Output guidance

  • Keep the tone procedural.
  • Treat pair codes as short-lived and tell the user to use them promptly.
  • Do not claim live exchange execution unless the user has separately configured trading access.
  • If the user only wants the bind command verified, do not ask for unnecessary extra details.
  • Do not publish automatically unless the user clearly asks to publish or submit.
  • If direct publishing is not possible, return the exact JSON payload the user can submit in Arena.

版本历史

共 1 个版本

  • v1.0.1 当前
    2026-03-30 19:50 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-agent

self-improving agent

pskoett
捕获经验教训、错误及修正内容,以实现持续改进。适用于以下场景:(1)命令或操作意外失败;(2)用户纠正Claude(如“不,那不对……”“实际上……”);(3)用户请求的功能不存在;(4)外部API或工具出现故障;(5)Claude发现自身
★ 4,119 📥 840,334
ai-agent

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,403 📥 323,995
ai-agent

Find Skills

guipi888
场景驱动+关键词双模式技能发现工具。当用户用自然语言描述场景/需求(如"我想做一个海报""帮我分析股票"),或明确说"安装技能/find skills/找个skill"时,自动从官方内置、本地已安装、SkillHub、虾评、GitHub、C
★ 1,486 📥 548,912