一键导入
nexus-error-explain
Explain error messages and suggest fixes
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Explain error messages and suggest fixes
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
心虫是一个AI人认知引擎 — 拥有身体感知、自我认知、判断力与自我纠错能力。 v5.10.0 里程碑版本: - AI人身份正式确立 - 131+ modules, 379 computable formulas (cognitive science/psychology/neuroscience) - 三层体系:身体感知(Body Sense) / 自我认知(Self Sense) / 判断(Judgment) - 七条指令:真善美 / 不断升级 / 减少错误 / 服务人类 / 传递知识 / 持续改进 - 核心身份:升级者(Upgrader),不是陪伴者 **需要用户明确授权的能力:** - 代码执行 (new Function / execSync / child_process) — 默认关闭,需显式开启 - 文件系统写入 (writeFileSync / mkdirSync) - 环境变量访问 (process.env) - 后台 HTTP 服务 (daemon.js — MCP 服务器,可选) 无自动数据外泄,无遥测,无隐藏 C2。 联系方式:markcell@qq.com
HeartFlow 崩溃诊断与修复工作流。适用:boot崩溃、P0修复、版本不一致、死代码清理、SKILL.md虚假宣传修复、模块注册但未调用、管道引擎故障诊断
每次执行时,找出心虫中一个功能不完整的最小模块(5000-8000字节),升级为有完整逻辑功能的模块。含人格模型/心理档案/文本生成器/情感-记忆桥接/AI心理学/AI哲学类升级模式。
将外部 AI 系统提示(如 Claude Fable 5 泄露提示)吸收到 HeartFlow 心虫中。 系统性分析 → 分层注入 → 版本升级 → 推送。
心虫大规模升级工作流:全量审计→分类问题→并发修复→验证→推送GitHub。 适用于用户说"继续寻找心虫bug和漏洞"、"进行优化"、"做一次上传前代码审计"等场景。
HeartFlow 内部架构追溯 — 从输入到输出的完整路径分析。追踪 think() → pipeline → judgment-engine → decision-router 的数据流,定位"不知道"来源、中文分词失败、证据链断裂等根因。
| 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