← 返回 Skills 市场
mrtdlgc

revert.wtf MCP Server Skill

作者 mrtdlgc · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
21
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install revertwtf-mcp-server
功能描述
Maintain or use the read-only revert.wtf MCP server that exposes bounded catalog search, parser, selector lookup, AA explanations, x402 entries, and Blocksco...
使用说明 (SKILL.md)

revert.wtf MCP Server Skill

Use this skill when changing packages/mcp, testing MCP behavior, documenting agent integration, or helping an agent consume revert.wtf data through MCP.

Product Intent

  • The MCP server is open source and free.
  • It is for agents that encounter an EVM/RPC/provider/wallet/AA/x402 error and need catalog-backed help instead of broad internet searching.
  • It is read-only. Do not add signing, sending transactions, payment gating, chain calls, browser scraping, or provider fetches to MCP behavior.
  • It must never require clients to download the full catalog for simple lookup/search. Search tools return bounded summaries; full entries are fetched by id.

Current Tools

  • explain_error
  • decode_revert_data
  • search_catalog
  • get_error
  • catalog_stats
  • list_sources
  • lookup_selector
  • explain_aa_error
  • get_blockscout_chain
  • search_blockscout_chains

Current Resources

  • revertwtf://catalog/stats
  • revertwtf://catalog/sources
  • revertwtf://catalog/errors/{id}
  • revertwtf://catalog/sources/{source}
  • revertwtf://blockscout/chains/{chainId}

Implementation Rules

  • Reuse precise package subpaths when possible: @revertwtf/parser/explain, @revertwtf/parser/decode, @revertwtf/aa/explain, and selector/catalog APIs.
  • Keep tool outputs JSON text for broad client compatibility.
  • Keep resource payloads JSON with application/json.
  • Keep input schemas explicit and small. Add limit/offset to list/search tools and cap maximum result counts.
  • search_catalog must return summary rows plus resource URIs, not full entries. Agents should call get_error only for a selected id.
  • list_sources and search_blockscout_chains should stay paginated.
  • Preserve clear errors for unknown ids, invalid selectors, or missing resource params.
  • Update packages/mcp/README.md and docs/mcp-server.md when the tool/resource surface changes.

Tests And Checks

Prefer in-memory MCP tests, not child-process stdio tests, because Windows local runs can hit spawn EPERM.

pnpm --filter @revertwtf/mcp test
pnpm --filter @revertwtf/mcp build
node node_modules/typescript/bin/tsc -p packages/mcp/tsconfig.json --noEmit

If testing stdio startup manually:

pnpm --filter @revertwtf/mcp build
pnpm --filter @revertwtf/mcp start

Do not leave a long-running MCP server process behind after smoke testing.

安全使用建议
Install only if you want these ClawHub and Convex maintainer workflows available to your agent. Review commands before approving live moderation, GitHub publishing, package installation, remote validation, or full-access autoreview runs, because those actions can affect repositories, PRs, users, or external services.
能力标签
cryptorequires-walletrequires-sensitive-credentials
能力评估
Purpose & Capability
The skills provide ClawHub/Convex development, code review, UI proof, moderation, and remote validation guidance; the sensitive capabilities observed are consistent with those stated purposes.
Instruction Scope
Some workflows use high-impact tools such as GitHub CLI, repo-local moderation commands, remote validation, package installers, and nested review commands, but the instructions scope them to explicit user tasks, reasons, confirmation, auth checks, and audit logging.
Install Mechanism
The artifact is composed of SKILL.md guidance, reference files, YAML UI metadata, icons, and one disclosed helper script; no hidden installer, obfuscated bootstrap, or unexpected package modification was observed.
Credentials
Network, filesystem, and command usage are proportionate to the developer workflows, such as fetching PR state, running tests, installing Convex packages, or launching remote validation only when needed.
Persistence & Privilege
The autoreview helper can run nested Codex review with full-access sandbox bypass by default and moderation workflows can mutate live ClawHub state, but these are plainly documented, task-aligned, and include opt-outs or confirmation/audit controls.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install revertwtf-mcp-server
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /revertwtf-mcp-server 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of revertwtf-mcp-server skill. - Exposes a read-only MCP server for bounded catalog search, parser, selector lookup, AA explanations, x402 entries, and Blockscout registry tools. - Provides tools such as explain_error, decode_revert_data, search_catalog, get_error, and more for agent integration. - Enforces JSON outputs and paginated/bounded search for efficient and compatible data access. - Focuses on easy and precise retrieval of error and catalog information for agents encountering EVM/AA/revert issues. - Includes clear operating and testing guidelines to ensure reliability and clean test runs.
元数据
Slug revertwtf-mcp-server
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

revert.wtf MCP Server Skill 是什么?

Maintain or use the read-only revert.wtf MCP server that exposes bounded catalog search, parser, selector lookup, AA explanations, x402 entries, and Blocksco... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 21 次。

如何安装 revert.wtf MCP Server Skill?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install revertwtf-mcp-server」即可一键安装,无需额外配置。

revert.wtf MCP Server Skill 是免费的吗?

是的,revert.wtf MCP Server Skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

revert.wtf MCP Server Skill 支持哪些平台?

revert.wtf MCP Server Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 revert.wtf MCP Server Skill?

由 mrtdlgc(@mrtdlgc)开发并维护,当前版本 v1.0.0。

💬 留言讨论