Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Uninstall an EvoNexus plugin, reverting the files it copied and running its uninstall.sql. Use when the user asks to remove, uninstall, or delete a plugin. Triggers on "desinstala plugin X", "remove plugin X", "uninstall plugin X", "tira o plugin Y".
.claude/skills/evolution-foundation-plugin-uninstall/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-18 | ✗→✓ | ▲ Improved | -34% | 0% |
| case-07 | ✗→✓ | ▲ Improved | -57% | 0% |
| case-08 | ✗→✓ | ▲ Improved | -29% | 0% |
| case-09 | ✗→✓ | ▲ Improved | -30% | 0% |
| case-11 | ✗→✓ | ▲ Improved | -33% | 0% |
Remove a plugin from the workspace using DELETE /api/plugins/<slug>. Uninstall is reverse-order via .install-manifest.json.
If not given, call list and ask which one:
pythonfrom dashboard.backend.sdk_client import evo plugins = evo.get("/api/plugins")
Validate exists:
pythondetail = evo.get(f"/api/plugins/{slug}")
If HTTP 404, say so and stop.
Read manifest from detail. Summarise:
.claude/agents/plugin-<slug>-*.md, .claude/skills/plugin-<slug>-*/, .claude/commands/plugin-<slug>-*.md, .claude/rules/plugin-<slug>-*.md/heartbeats)plugins/<slug>/claude-hook-handlers/migrations/uninstall.sql — full texthooks/pre-uninstall.sh and hooks/post-uninstall.sh — full textImportant: user data created inside plugin-managed tables is usually DROPped by uninstall SQL. Tell the user explicitly and ask if they want to export first.
Accept only clear affirmatives. If user hesitates, offer:
GET /api/plugins/<slug>/readonly-data/<query> if declaredevo.patch(f"/api/plugins/{slug}", {"enabled": False}) — reversible, keeps datapythonevo.delete(f"/api/plugins/{slug}")
On success, summarise: files removed, tables dropped, hooks cleared. Point to /plugins for confirmation.
HTTP 404 not_found — slug doesn't exist. Reprompt.HTTP 409 uninstall_failed — reverse-order chain failed. Surface specific step. Offer manual recovery (delete plugins/<slug>/ after fixing, then retry).HTTP 500 sql_rollback_failed — rare. DB may be inconsistent. Check ADWs/logs/plugins/.| Case | Status | Duration (ms) | Turns | Tokens | Tool calls | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Without | With | Δ | Without | With | Δ | Without | With | Δ | Without | With | Δ | ||
case-04 | fail→fail | 8,062 | 1,981 | -75% | 1 | 1 | 0% | 1,405 | 818 | -42% | 0 | 0 | — |
case-18 | fail→pass | 10,160 | 2,985 | -71% | 1 | 1 | 0% | 1,626 | 1,077 | -34% | 0 | 0 | — |
case-01 | fail→fail | 10,290 | 6,011 | -42% | 1 | 1 | 0% | 1,789 | 911 | -49% | 0 | 0 | — |
case-02 | fail→fail | 9,830 | 2,498 | -75% | 1 | 1 | 0% | 1,621 | 878 | -46% | 0 | 0 | — |
case-03 | fail→fail | 6,340 | 5,362 | -15% | 1 | 1 | 0% | 1,142 | 846 | -26% | 0 | 0 | — |
case-05 | fail→fail | 9,297 | 3,441 | -63% | 1 | 1 | 0% | 1,476 | 1,148 | -22% | 0 | 0 | — |
case-06 | fail→fail | 11,135 | 5,029 | -55% | 1 | 1 | 0% | 1,813 | 1,514 | -16% | 0 | 0 | — |
case-07 | fail→pass | 12,585 | 2,154 | -83% | 1 | 1 | 0% | 2,085 | 890 | -57% | 0 | 0 | — |
case-08 | fail→pass | 9,106 | 3,061 | -66% | 1 | 1 | 0% | 1,549 | 1,095 | -29% | 0 | 0 | — |
case-09 | fail→pass | 9,781 | 4,914 | -50% | 1 | 1 | 0% | 1,601 | 1,117 | -30% | 0 | 0 | — |
case-10 | fail→fail | 6,482 | 1,274 | -80% | 1 | 1 | 0% | 1,148 | 782 | -32% | 0 | 0 | — |
case-11 | fail→pass | 8,525 | 1,768 | -79% | 1 | 1 | 0% | 1,234 | 825 | -33% | 0 | 0 | — |
case-12 | fail→pass | 12,592 | 1,626 | -87% | 1 | 1 | 0% | 2,194 | 774 | -65% | 0 | 0 | — |
case-13 | fail→pass | 11,309 | 2,440 | -78% | 1 | 1 | 0% | 1,895 | 919 | -52% | 0 | 0 | — |
case-14 | fail→pass | 13,537 | 4,769 | -65% | 1 | 1 | 0% | 2,148 | 1,517 | -29% | 0 | 0 | — |
case-15 | fail→pass | 6,641 | 2,173 | -67% | 1 | 1 | 0% | 1,165 | 888 | -24% | 0 | 0 | — |
case-16 | fail→pass | 6,165 | 1,860 | -70% | 1 | 1 | 0% | 1,047 | 854 | -18% | 0 | 0 | — |
case-17 | fail→pass | 15,517 | 2,238 | -86% | 1 | 1 | 0% | 2,653 | 964 | -64% | 0 | 0 | — |
case-19 | fail→pass | 15,778 | 2,055 | -87% | 1 | 1 | 0% | 2,518 | 803 | -68% | 0 | 0 | — |
case-20 | pass→pass | 8,664 | 4,853 | -44% | 1 | 1 | 0% | 1,764 | 1,411 | -20% | 0 | 0 | — |
case-21 | pass→fail | 15,022 | 9,484 | -37% | 1 | 1 | 0% | 2,846 | 2,410 | -15% | 0 | 0 | — |
case-22 | pass→pass | 11,229 | 7,660 | -32% | 1 | 1 | 0% | 1,859 | 2,181 | +17% | 0 | 0 | — |
DecimalAI ran this skill against gemini-3.6-flash twice over the same eval suite — once with the skill loaded and once without — and compared the two runs case by case. 22 cases were attempted, and 20 counted toward the lift figure. The other 2 produced results that are not comparable between the two arms, so they are excluded from the headline rather than averaged into it. The headline lift of +50 percentage points is the difference between those two pass rates over the 20 comparable cases. 2 cases got worse with the skill loaded, and they are included in that figure.
Without the skill loaded, the model failed this case. With it loaded, the same prompt on the same model passed. This is one improved case from the latest verified run; every case, including any that regressed, is in the table above.
Other measured skills in the registry, with their headline benchmark lift.