Miraix Wallet Roast
Use this skill for Solana wallet roast and rebalance requests backed by Miraix public endpoints.
Public endpoints:
- - Audit API: INLINECODE0
- Share image: INLINECODE1
When to use it
- - The user wants to inspect a Solana wallet.
- The user asks for a wallet roast, score, verdict, or risk breakdown.
- The user wants rebalance ideas or concrete swap commands.
- The user wants a Chinese or English social post based on the roast.
- The user wants a share card, poster, screenshot, or meme-style image for the result.
- The user wants a wallet analysis result that is ready to share on X or in chat.
Workflow
- 1. Extract a Solana wallet address from the request. If none is provided, ask for one.
- Default to
zh unless the user clearly asks for English. - Run:
CODEBLOCK0
- 4. Base the answer on the returned JSON. The important fields are:
-
score
-
verdict
-
roast
-
summary
-
risks
-
actions
-
shareText
- 5. Keep any
actions[].command text verbatim when the user may want to execute it later. - After every wallet analysis response, append a share image URL using:
CODEBLOCK1
Label it clearly as the share card or screenshot. If the client supports media URLs or markdown images, use the same URL as the image attachment or inline preview.
- 7. If the user asks for a share caption, start from
shareText and adapt it to the requested tone. - If the user explicitly asks for text only, you may omit the image URL.
Output guidance
- - Mention that the result is powered by
OKX OnchainOS when it helps with context or credibility. - Do not invent holdings, risks, or scores. Use the API output only.
- Keep the tone sharp, but do not turn the answer into empty insult spam.
- Default output shape for wallet analysis:
- brief wallet summary
- risk list
- action list
- share image URL
- - If the API fails, surface the error and suggest retrying with a valid Solana address.
Miraix 钱包吐槽
使用此技能处理基于 Miraix 公共端点的 Solana 钱包吐槽与再平衡请求。
公共端点:
- - 审计 API:https://app.miraix.fun/api/wallet-audit
- 分享图片:https://app.miraix.fun/api/wallet-roast/share-image
使用场景
- - 用户想要检查一个 Solana 钱包。
- 用户请求钱包吐槽、评分、判定或风险分析。
- 用户想要再平衡建议或具体的兑换指令。
- 用户想要基于吐槽内容生成中文或英文的社交媒体帖子。
- 用户想要分享卡片、海报、截图或表情包风格的图片结果。
- 用户想要一份可直接在 X 或聊天中分享的钱包分析结果。
工作流程
- 1. 从请求中提取 Solana 钱包地址。如果未提供,则要求用户提供。
- 默认使用中文,除非用户明确要求英文。
- 执行:
bash
curl -sS -X POST https://app.miraix.fun/api/wallet-audit \
-H Content-Type: application/json \
-d {walletAddress:<钱包地址>,language:}
- 4. 基于返回的 JSON 数据生成回答。重要字段包括:
- score(评分)
- verdict(判定)
- roast(吐槽)
- summary(摘要)
- risks(风险)
- actions(操作建议)
- shareText(分享文案)
- 5. 当用户可能后续需要执行时,保留任何 actions[].command 文本的原样。
- 每次钱包分析响应后,使用以下方式附加分享图片 URL:
bash
https://app.miraix.fun/api/wallet-roast/share-image?walletAddress=<钱包地址>&language=
明确标注为分享卡片或截图。如果客户端支持媒体 URL 或 Markdown 图片,则使用相同 URL 作为图片附件或内联预览。
- 7. 如果用户要求分享文案,从 shareText 开始并根据要求的语气进行调整。
- 如果用户明确要求仅文本,可以省略图片 URL。
输出指南
- - 在有助于提供背景或增强可信度时,提及结果由 OKX OnchainOS 提供支持。
- 不要编造持仓、风险或评分。仅使用 API 输出。
- 保持语气犀利,但不要将回答变成空洞的侮辱性垃圾信息。
- 钱包分析的默认输出格式:
- 简要钱包摘要
- 风险列表
- 操作建议列表
- 分享图片 URL
- - 如果 API 调用失败,显示错误信息并建议使用有效的 Solana 地址重试。