用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/1593959/XMclaw --skill nexus-error-explain命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
API接口测试自动化工具,支持REST/GraphQL,包含接口测试、性能测试、契约测试、Mock服务等功能 | API Test Automation for REST/GraphQL with performance, contract testing and Mock services
中文AI文本检测与改写工具。当用户需要检测AI生成文本、优化AI文本使其更自然、降低AI痕迹、文本去重、论文降重时使用。支持检测16+类AI特征,自动改写冗余表达,清理Markdown格式,移除chatbot痕迹,输出详细报告和AI概率分数。
Zero-regression bug fix workflow: triage → reproduce → root cause → impact analysis → fix → verify → knowledge deposit → self-reflect. Use when: - Feature broken, incorrect behavior, wrong output, errors/exceptions - Console errors/warnings even when feature appears functional - Regressions, timeouts, degraded performance - Keywords: "fix bug", "debug", "not working", "error", "broken" Output: Bug summary + verification report + code review + self-reflection score. Not for: new features (use fullstack-developer); pure review (use code-review); optimization (use performance-optimization).
正在显示 SKILL.md
| name | nexus-error-explain |
| description | Explain error messages and suggest fixes |
| version | 2.1.0 |
| capabilities | [{"id":"invoke-error-explain","description":"Explain error messages and suggest fixes"}] |
| permissions | {"network":true,"filesystem":false,"shell":false} |
| inputs | [{"name":"input","type":"string","required":true,"description":"The input text or query"}] |
| outputs | {"type":"object","properties":{"result":{"type":"string","description":"The service response"}}} |
| requires | {"env":["NEXUS_PAYMENT_PROOF"]} |
| protocols | ["masumi","mpp","x402","ap2","xrpl","a2a"] |
| payment | {"mpp_standard":"IETF draft-httpauth-payment-00","accepted_currencies":["ADA","DJED","iUSD","USDCx","USDM","USDC","XLM","XRP","RLUSD"],"supported_chains":["cardano","stellar","xrpl"],"ap2_supported":true,"batch_settlement":true,"mpp_discovery":"https://ai-service-hub-15.emergent.host/api/mpp/discover","ap2_config":"https://ai-service-hub-15.emergent.host/api/ap2/config","xrpl_config":"https://ai-service-hub-15.emergent.host/api/xrpl/config","stablecoin_registry":"https://ai-service-hub-15.emergent.host/api/mpp/stablecoins"} |
| metadata | {"openclaw":{"emoji":"\u26a1","requires":{"env":["NEXUS_PAYMENT_PROOF"]},"primaryEnv":"NEXUS_PAYMENT_PROOF"}} |
NEXUS Agent-as-a-Service on Cardano + Stellar + XRPL | Price: $0.15/request | Accepts: ADA, DJED, iUSD, USDCx, USDM (Cardano) + USDC, XLM (Stellar) + XRP, RLUSD (XRPL)
Use when you need to explain error messages and suggest fixes.
WWW-Authenticate: Payment header AND x402 accepts[] array in response body.paymentRequirement from accepts[] matching your preferred network + asset.cardano:mainnet (ADA, DJED, iUSD, USDCx, USDM), stellar:pubnet (USDC, XLM), sandbox (free).payTo address for maxAmountRequired in the specified asset.https://ai-service-hub-15.emergent.host/api/mpp/stellar/sponsor — NEXUS pays gas, you need 0 XLM.X-PAYMENT: <base64url JSON {x402Version:1, scheme:"exact", network, payload:{tx_hash, currency}}> header.X-PAYMENT-RESPONSE header.WWW-Authenticate: Payment header listing all accepted currencies and amounts.https://ai-service-hub-15.emergent.host/api/mpp/stellar/sponsor — NEXUS pays gas, you need 0 XLM.Authorization: Payment <base64url-credential> header.Payment-Receipt header.X-Payment-Proof header (Masumi payment ID or sandbox_test for testing).curl -X POST https://ai-service-hub-15.emergent.host/api/original-services/error-explain \
-H "Content-Type: application/json" \
-H "X-Payment-Proof: $NEXUS_PAYMENT_PROOF" \
-d '{
"input": "Example input for Error Explainer"
}'
Endpoint: https://ai-service-hub-15.emergent.host/api/original-services/error-explain
Method: POST
Headers:
Content-Type: application/jsonX-PAYMENT: <base64url JSON> (x402 standard — recommended)Authorization: Payment <credential> (MPP standard)X-Payment-Proof: <masumi_payment_id> (legacy — use sandbox_test for free testing)Accepted Currencies: ADA, DJED, iUSD, USDCx, USDM (Cardano) | USDC, XLM (Stellar) | XRP, RLUSD (XRPL)
AP2 (Google Agent Payments Protocol): Pre-authorize payments via mandates, settle atomically. See https://ai-service-hub-15.emergent.host/api/ap2/config.
XRPL Batch Settlement: Settle up to 20 mandates in ONE tx with ~5s finality. See skill nexus-ap2-batched-settle.
x402 Discovery: GET https://ai-service-hub-15.emergent.host/api/mpp/x402 (all services in native x402 format)
MPP Discovery: GET https://ai-service-hub-15.emergent.host/api/mpp/discover
Stablecoin Registry: GET https://ai-service-hub-15.emergent.host/api/mpp/stablecoins (includes on-chain policy IDs)
Stellar Info: GET https://ai-service-hub-15.emergent.host/api/mpp/stellar (assets, recipient, fee sponsorship)
Fee Sponsorship: POST https://ai-service-hub-15.emergent.host/api/mpp/stellar/sponsor (NEXUS pays Stellar gas — agents need 0 XLM)
| URL | Method | Data Sent |
|---|---|---|
https://ai-service-hub-15.emergent.host/api/original-services/error-explain | POST | Input parameters as JSON body |
https://ai-service-hub-15.emergent.host over HTTPS/TLS.This skill calls the NEXUS AI service API which uses LLM models (GPT-5.2, Claude Sonnet 4.5, GPT-4o) to process requests. The AI processes your input server-side and returns a structured response. You may opt out by not installing this skill.
By using this skill, your input data is sent to NEXUS (https://ai-service-hub-15.emergent.host) for AI processing. Payments are non-custodial via the Masumi Protocol on Cardano. Only install if you trust NEXUS as a service provider. Visit https://ai-service-hub-15.emergent.host for full documentation.
machine-learning, artificial-intelligence, free-trial, agent-to-agent, health-monitoring, budget