/install revertwtf-catalog-research
revert.wtf Catalog Research Skill
Use this skill for broad catalog coverage passes: new chains, protocol ecosystems, contract repositories, provider APIs, standards, x402-style flows, explorer APIs, or lifecycle audits.
Research Standard
- Prefer primary sources: official specs, protocol docs, contract repositories, API docs, EIPs/ERCs, release notes, and verified source repositories.
- For current ecosystem status, verify live/current sources before marking something current, renamed, legacy, or sunsetting.
- Keep historical coverage when old contracts can still emit errors. Mark it
legacy; do not delete useful entries just because the product is deprecated. - Distinguish:
legacy: deprecated, wound down, or historical but still useful.sunsetting: active enough to matter but tied to an announced shutdown date.renamed: ecosystem branding changed while errors remain relevant.
Workflow
- Define the coverage target and scope.
- Inventory current coverage:
- Search shards in
packages/catalog/src/data/shards/. - Check
packages/catalog/src/sources.tsfor lifecycle metadata. - Check generated selectors in
packages/selectors/src/generated.tswhen custom errors are involved.
- Search shards in
- Gather source material and record references in entries or
sources.ts. - For Solidity custom errors, prefer using
scripts/enrich-new-ecosystem-shards.mjswhen the target fits its model. - Hand-author protocol/provider/API entries when errors are not Solidity custom errors.
- Regenerate catalog data, run validation, and run the duplicate audit.
Quality Bar
- Entries should be integration-useful, not merely encyclopedic.
nextStepsshould tell an app, wallet, support console, or agent what to do next.- Avoid "retry later" as a default. Be specific about when retry helps.
- Avoid adding entries from random forum posts unless they are backed by code, docs, or repeated real-world artifacts.
- Avoid massive false-positive substring patterns.
Verification
node scripts/build-catalog-data.mjs --generate --dist --check
node --experimental-strip-types scripts/validate-catalog.ts
node scripts/check-catalog-duplicates.mjs --fail-on=id,same-source-selector
node node_modules/typescript/bin/tsc -p packages/catalog/tsconfig.json --noEmit
node node_modules/typescript/bin/tsc -p packages/parser/tsconfig.json --noEmit
Useful smoke checks:
node --input-type=module -e "import { getCatalog } from './packages/catalog/dist/index.js'; console.log(getCatalog().length)"
If generated source files or dist JSON change, keep them synchronized with the shard source.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install revertwtf-catalog-research - After installation, invoke the skill by name or use
/revertwtf-catalog-research - Provide required inputs per the skill's parameter spec and get structured output
What is revert.wtf Catalog Research Skill?
Perform broader source-backed catalog enrichment for new EVM ecosystems, protocols, providers, standards, or deprecated/renamed/sunsetting coverage. It is an AI Agent Skill for Claude Code / OpenClaw, with 19 downloads so far.
How do I install revert.wtf Catalog Research Skill?
Run "/install revertwtf-catalog-research" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is revert.wtf Catalog Research Skill free?
Yes, revert.wtf Catalog Research Skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does revert.wtf Catalog Research Skill support?
revert.wtf Catalog Research Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created revert.wtf Catalog Research Skill?
It is built and maintained by mrtdlgc (@mrtdlgc); the current version is v0.1.0.