一键导入
weex-analysis-skill
Use when the user wants read-only WEEX snapshot, fill, replay, profile, order-risk, or account-risk analysis from normalized JSON payloads.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when the user wants read-only WEEX snapshot, fill, replay, profile, order-risk, or account-risk analysis from normalized JSON payloads.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| compatibility | Requires Python for the bundled JSON analysis scripts; network access is optional and only needed when paired with trader-skill live collection workflows. |
| description | Use when the user wants read-only WEEX snapshot, fill, replay, profile, order-risk, or account-risk analysis from normalized JSON payloads. |
| license | MIT |
| name | weex-analysis-skill |
Read manifest.json for routing rules. Open file-index.json only when you need file-level guidance.
This skill is read-only. In the AI Wars distribution it analyzes normalized real contract replay, profile, order-risk, snapshot, and fill JSON payloads, but it never places orders, updates profiles, or changes vault state.
When trader-collected payloads include trading_mode, environment, or account_scope, preserve those fields and show real contract context in user-facing analysis output. Do not infer hidden account state from profile names or symbols.
scripts/weex_analysis_cli.py: analyze normalized account snapshots and fillsscripts/weex_analysis_prepare.py: prepare large replay payloads before analysisanalyze-snapshotanalyze-fillsscripts/weex_analysis_prepare.py prepare-replayanalyze-replayreview-tradesanalyze-profileanalyze-order-riskanalyze-account-riskREADME.md for overview and examplesreferences/snapshot-schema.md and references/analysis-playbook.md when you need the accepted input shapes or review checklistweex-trader-skill, convert it into the accepted normalized JSON shape for the target analysis command before analysistrading_mode, environment, and account_scope from trader output; do not infer hidden execution context from profile names or symbols. If the payload lacks context and the user needs account-scope interpretation, ask for the source context instead of guessing.analyze-snapshot can also read account_snapshot.equity and account_snapshot.available_balance when the payload comes from account-risk collectionscripts/weex_analysis_prepare.py prepare-replayDisclaimer: This result is generated solely from the current input data and is for reference only. It does not constitute any investment or trading advice. Please make your own independent judgment based on real-time data, official rules, and your own risk tolerance. Responsibility for related decisions and execution rests solely with the user.
Use when the user wants WEEX AI Wars real contract REST automation, secure saved-profile setup and management, live contract order execution, and AI log upload for AI-driven trading decisions.
Use when the user wants a WEEX automated monitor for position or order-baseline PnL that drafts, confirms, stores, evaluates, runs, and reports monitor tasks while delegating live execution to weex-trader-skill.