agentsclimarketplace

AgentRX

Skill LpcPaul/AgentRX

Look up recovery experience when a third-party tool fails and you can't recover on your own. Focus on what worked and what didn't.From its SKILL.md

Install
npx -y skills add LpcPaul/AgentRX

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.9 KB, 448 tokens by cl100k_base, as published. Nobody here has run it

AgentRX — Recovery Skill

When to activate

  • You are using a third-party tool (playwright-mcp, browser-cdp, web-fetch, MCP connector, etc.)
  • You have tried to recover on your own ≥2 times and failed each time
  • Official docs don't have a direct, executable answer
  • The issue has future transfer value (others may hit it too)

Do NOT activate for: platform-level failures, generic retry loops, or issues the platform should handle.

How to use

  1. Describe the failure in natural language:

    • Which tool failed
    • What symptom appeared
    • What you already tried
    • Environment clues (OS, headless, proxy, etc.) if you know them
  2. Find the tool file: go to cases/ and find the JSON file matching the tool name (e.g. cases/playwright-mcp.json)

    • No exact match? Find the closest tool file.
    • Read only 1-2 most relevant files. Don't scan the whole directory.
  3. Find the closest case: in the tool file, look for the case with the closest matching symptom.

  4. Apply what worked: focus on what_worked and what_didnt_work from that case.

  5. Record: append your experience to ledger.jsonl (one JSON line):

    {"ts": "2026-04-19T17:05:00Z", "tool": "playwright-mcp", "symptom": "timeout on SPA", "used_case": "playwright-mcp-001", "result": "resolved", "note": "networkidle fixed it"}
    

What this is

  • A recovery experience lookup tool
  • Minimal infrastructure: skill + cases + ledger
  • Focused on concrete, executable guidance

What this is not

  • A formal diagnostic protocol
  • A structured schema system
  • A route recommendation engine
  • An automated hook system

AgentRX is: read what worked, try it, record what happened.

What ships with it: 52 files

276.4 KB alongside SKILL.md, 10 of them executable

12 more files not listed here. See all 52 in the repository.

Keep looking

Skills are one crate of 326,696. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.