Skip to content

OpenClaw Plugin: superpowers-bridge - Auto-fetch workflow skills for OpenClaw agents #678

@vruru

Description

@vruru

🦞 OpenClaw Plugin for Superpowers

Hi! I've created an OpenClaw plugin that automatically fetches and loads Superpowers workflow skills for AI agents.

What it does

superpowers-bridge bridges the Superpowers workflow system to OpenClaw (a self-hosted AI assistant platform):

  • Auto-fetch skills from this repo on first launch
  • Smart detection - automatically loads relevant skills based on conversation context
  • Manual loading - provides a skill tool for assistants to explicitly load skills
  • Version management - built-in tools to update and check skills version

How it works

  1. Plugin clones this repo to a cache directory
  2. Parses available skills from skills/ directory
  3. Injects skill instructions into agent's system prompt based on conversation context
  4. Provides skill, update_superpowers_skills, superpowers_version tools

Installation (for OpenClaw users)

cd ~/.openclaw/workspace/plugins
git clone https://github.com/vruru/superpowers-bridge.git
openclaw plugins enable superpowers-bridge
openclaw gateway restart

Repository

📦 Plugin source: https://github.com/vruru/superpowers-bridge

Why this matters

OpenClaw is a growing self-hosted AI assistant platform (similar to Claude Desktop but open-source and cross-platform). This plugin makes Superpowers workflows available to OpenClaw users, enabling:

  • Consistent workflow patterns across different AI assistant platforms
  • Automated skill loading without manual configuration
  • Easy updates via git pull

Feedback welcome

If you have suggestions for better integration or ways to improve the bridge, please let me know!


Built with ❤️ for the Superpowers community

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions