Ecosystem

Community Modules

Discover and install community modules tagged with
shiro-automation-module

Available Modules

Loading modules from GitHub...

Loading modules...

Built-in Modules

print

Console output with log levels

Print messages to console with different log levels (info, debug, warning, error) and formatting options.

slack.notify

Slack notifications

Send notifications to Slack channels via webhooks. Supports custom messages, channels, and bot configuration.

git.diff

Git operations

Perform git operations including diff and get_changes. Useful for code review workflows.

ai.generate

AI content generation

Generate content using AI models. Supports multiple providers (Ollama, OpenAI, custom endpoints).

Create Your Own Module

Contribute to the Community

Build and share your own Shiro modules

Steps to create a module:

  1. Copy the module template from the Shiro repository
  2. Implement your module logic in Go
  3. Add a module.yaml with metadata
  4. Write documentation in README.md
  5. Publish to GitHub
  6. Add the shiro-automation-module topic