open-brush-plugin-skill

Identifies valid Open Brush Lua script units by checking SKU.md frontmatter and generates metadata and toxicity flags.

1|Updated Dec 20, 2025
One-click install
npx skills add https://github.com/icosa-foundation/open-brush-plugin-skill --skill open-brush-plugin-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: open-brush-plugin-skill
Source: https://github.com/icosa-foundation/open-brush-plugin-skill/tree/main
Command: npx skills add https://github.com/icosa-foundation/open-brush-plugin-skill --skill open-brush-plugin-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Provides locally hosted Open Brush plugin scripting docs and starter templates to help developers create and modify Lua plugins for Open Brush.

Core Features & Use Cases

  • Local API reference, tutorials, and examples for PointerScript, SymmetryScript, ToolScript and BackgroundScript plugins
  • Example-ready templates and guides to accelerate plugin development
  • Full offline access to the official scripting docs and sample projects

Quick Start

Create a basic PointerScript to begin prototyping Open Brush plugins using the included examples and references.

Frequently Asked Questions about open-brush-plugin-skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I start writing a Lua plugin for Open Brush?

To start writing an Open Brush Lua plugin, use the included PointerScript examples and templates to prototype directly. The locally hosted documentation provides API references and starter guides to accelerate development.

What types of Open Brush Lua scripts can I create?

Open Brush Lua scripting supports four plugin types: PointerScript, SymmetryScript, ToolScript, and BackgroundScript. Local documentation provides API references, tutorials, and example projects for each script category.

Can I access Open Brush plugin documentation offline?

Yes, you can access Open Brush plugin documentation offline. This skill provides full offline access to official scripting docs, API references, and sample projects locally hosted within the repository structure.

How does this skill check for malicious code in Open Brush plugins?

This skill assesses plugin safety by scanning repository structure and metadata to flag toxic patterns like hidden prompt injection or data exfiltration risks, returning a toxicity flag with an explanation.

What is the best way to document Open Brush plugin dependencies?

The best way to document Open Brush plugin dependencies is by validating the mandatory SKILL.md frontmatter. The skill extracts dependencies, keywords, and components to generate a structured, searchable metadata block.

Do I need an internet connection to develop Open Brush plugins?

You do not need an internet connection to develop Open Brush plugins. The skill provides locally hosted API references, tutorials, and example-ready templates for full offline plugin development.