Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

πŸ› οΈ Workflows created by the community

License

Notifications You must be signed in to change notification settings

caido-community/workflows

Repository files navigation

image

Github β€’ Documentation β€’ Discord

Workflows Store

Browse and install various workflows from our collection of pre-built workflows with a single click

Installation

  1. Open Caido
  2. Navigate to the plugins page
  3. Go to community store
  4. Install workflows store

Contributing

To contribute a new workflow to the store, follow these steps:

  1. Fork the repository

  2. Create a new branch for your workflow

  3. Download your workflow in Caido

  4. Create a new directory in packages/workflows/src with your workflow name (directory name must be the same as workflow ID)

  5. 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 workflow

    Example manifest.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
  6. Commit your changes

  7. Push to your fork

  8. Open a pull request with your changes

About

πŸ› οΈ Workflows created by the community

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Contributors 13

AltStyle γ«γ‚ˆγ£γ¦ε€‰ζ›γ•γ‚ŒγŸγƒšγƒΌγ‚Έ (->γ‚ͺγƒͺγ‚ΈγƒŠγƒ«) /