plugins

Automate installation, updating, and removal of ayo plugins from git repositories.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/ayo-ooo/ayo --skill plugins-ayo-ooo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plugins
Source: https://github.com/ayo-ooo/ayo/tree/main/internal/builtin/skills/plugins
Command: npx skills add https://github.com/ayo-ooo/ayo --skill plugins-ayo-ooo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates plugin lifecycle management for ayo, simplifying installation, updating, listing, showing, and removal of plugins sourced from git repositories.

Core Features & Use Cases

  • Lifecycle management: install, update, show, list, and remove plugins from git repositories.
  • Standardized packaging: plugins are organized with a manifest.json and optional agents, skills, and tools for consistent loading.
  • Discovery and hosting: supports repositories named like ayo-plugins-<name> and local development workflows via --local installs.

Quick Start

Install a plugin from a git URL and manage its lifecycle with update and remove commands.

Frequently Asked Questions about plugins

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

FAQPage Schema
How do I manage ayo plugins sourced from git repositories?

You can manage ayo plugins sourced from git repositories by automating their installation, updating, listing, and removal. This plugin lifecycle management handles dependencies and applies across both local development and production environments.

Can I install plugins locally for development workflows?

Yes, you can install plugins locally for development workflows using the --local flag. This supports local development alongside standard discovery from repositories named like ayo-plugins-<name>.

How do I update or remove installed ayo plugins?

You can update or remove installed ayo plugins using the dedicated update and remove commands. These commands automate the plugin lifecycle management, handling dependency resolution and directory cleanup for plugins sourced from git URLs.

What commands are available for ayo plugin management?

Available commands for ayo plugin management include install, update, remove, list, and show. These commands handle the full plugin lifecycle, allowing you to install from git, view details, list installed packages, and cleanly remove plugins.