
Github • Documentation • Discord
Browse and install various workflows from our collection of pre-built workflows with a single click
To contribute a new workflow to the store, follow these steps:
packages/workflows/src with your workflow name (directory name must be the same as workflow ID)Inside your workflow directory, add the following files:
definition.json - Your workflow file from Caido (rename the downloaded file)
manifest.json - Workflow metadata file (see example below)README.md - Documentation for your workflowExample manifest.json:
json
{
"author": {
"name": "Your Name",
"email": "your.email@example.com"
},
"url": "https://github.com/caido-community/workflows/packages/workflows/your-workflow/README.md",
"description": "Brief description of your workflow",
"id": "your-workflow-id",
"name": "Your Workflow Name",
"version": "0.0.1"
}
Your README.md should include:
- Author information
- Brief description of the workflow
- Any additional usage instructions
$ claude mcp add workflows \
-- python -m otcore.mcp_server <graph>