sero-plugin

Manage Sero plugin development with Pi extensions, React UIs, and background runtimes.

19|1|Updated Feb 7, 2026
One-click install
npx skills add https://github.com/sero-labs/sero --skill sero-plugin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sero-plugin
Source: https://github.com/sero-labs/sero/tree/main/.agents/skills/sero-plugin
Command: npx skills add https://github.com/sero-labs/sero --skill sero-plugin

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the creation and management of Sero plugins, solving the complexity of coordinating Pi extensions, React-based UIs, and background runtimes into a unified, agent-native workspace.

Core Features & Use Cases

  • Unified Surface Management: Orchestrates Pi extensions, Module Federation-based React UIs, and background runtimes from a single JSON state file.
  • Agent-Native Integration: Enables seamless bridging of CLI tools, slash commands, and dashboard widgets directly into the Sero desktop shell.
  • Use Case: Use this Skill to build a custom project management dashboard that includes a background watcher for Git PRs, a sidebar tool for task tracking, and a CLI command for quick status updates.

Quick Start

Use the sero-plugin skill to create a new plugin named task-tracker in the plugins directory.

Frequently Asked Questions about sero-plugin

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

FAQPage Schema
How do I build agent plugins with Module Federation and React UIs?

Agent plugins with Module Federation and React UIs are built by orchestrating Pi extensions, background runtimes, and dashboard widgets into a unified workspace using a single JSON state file.

What is the best way to manage workspace-scoped tools and dashboard widgets in Sero?

Managing workspace-scoped tools and dashboard widgets in Sero requires orchestrating Pi extensions and React-based UIs from a unified JSON state file to streamline plugin creation.

Can I bridge CLI tools and slash commands directly into a Sero agent plugin?

Yes, bridging CLI tools and slash commands directly into the Sero desktop shell is supported, enabling seamless agent-native integration within your custom plugin.

Does building a Sero-native plugin require a specific manifest specification?

Building a Sero-native plugin requires adherence to Sero manifest specifications and Module Federation patterns to ensure proper composition of Pi extensions and React UIs.

How do I coordinate background runtimes and sidebar tools for a custom dashboard?

Background runtimes and sidebar tools are coordinated through a single JSON state file that orchestrates Module Federation-based React UIs and Pi extensions into a unified agent-native workspace.