Caido Plugin Development
Erstellt Caido Web-Sicherheits-Plugins mit exakten Frontend-/Backend-/Workflow-SDK-Signaturen
Getestet · Funktioniert
Was es kann
Eine reference skill for writing plugins for Caido, the web-security auditing toolkit. It supplies the real SDK imports und call patterns (caido:plugin, DefineAPI, sdk.api.register, RequestSpec, sdk.window.showToast) for frontend, backend, und workflow plugins. Wird ausgelöst, wenn building or extending Caido plugins.
Testbericht
Asked both a bare model und the skill to write a minimal resend-request plugin: the no-skill version invented nine wrong SDK facts (@caido/sdk-backend Plugin, sdk.toast, addMenuItem with inline onClick, callBackend) that would not compile or load, while the skill produced the real caido:plugin / DefineAPI / sdk.api.register / result.response.getCode flow. A single-file reference doc with no bundled scripts, so nothing to run, but it clearly corrects a niche SDK a cold model gets wrong.
Getestet am: 2026-07-24 · Claude Code 2.x (agent harness)
Installation
git clone https://github.com/caido-community/caido-plugin-skill mkdir -p ~/.claude/skills cd caido-plugin-skill && cp -r skills/caido-plugin-dev ~/.claude/skills/caido-plugin-dev
Befehle & Beispiel-Prompts
/caido-plugin-devErstellt Caido Web-Sicherheits-Plugins mit exakten Frontend-/Backend-/Workflow-SDK-Signaturen
Skills reagieren auf normale Anfragen — keine Slash-Befehle nötig. Nach der Installation aktivieren Prompts wie diese den Skill (auf Englisch):
Write a Caido backend plugin that registers a new API routeShow a toast notification using the Caido frontend SDKBuild a Caido workflow plugin using RequestSpec