Universal Agent Plugins banner
777genius 777genius

Universal Agent Plugins

AI community

Description

Secure CLI to install, update, repair, and remove Agent Plugins 1.0 across installed AI agents. Passes 100% Agent Plugins 1.0 checks. And also an SDK for convenient plugin creation.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

image

[![Required](https://github.com/777genius/universal-agent-plugins/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/777genius/universal-agent-plugins/actions/workflows/ci.yml) [![Release](https://img.shields.io/github/v/release/777genius/universal-agent-plugins?label=release)](https://github.com/777genius/universal-agent-plugins/releases) [![npm](https://img.shields.io/npm/v/universal-agent-plugins?label=npm)](https://www.npmjs.com/package/universal-agent-plugins) [![Agent Plugins 1.0](https://img.shields.io/badge/Agent%20Plugins-1.0.0-7257FF)](https://agent-plugins.org/specification) [![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)

Install and manage Agent Plugins 1.0 across your AI agents with one CLI.

npx universal-agent-plugins add context7

The CLI finds compatible agents installed on your computer and asks where to install the plugin. Choose one or several. The package is downloaded and verified once, then prepared for every agent you selected.

Quick start

You need Node.js 22 or newer.

  1. Run the command above.
  2. Select the installed agents you want to use. If only one is found, it is selected automatically; if several are found, the CLI shows a multi-select.
  3. Follow any activation or sign-in instruction printed by the CLI.
  4. Start a new agent session and use the plugin.

[Browse 2,500+ plugins](https://777genius.github.io/universal-agent-plugins-registry/)

What the CLI does

  • installs one plugin in one or several supported agents;
  • updates, repairs, and removes only files it manages;
  • converts the same Agent Plugins 1.0 package into each agent's native format;
  • keeps activation and OAuth prompts visible to you.

Any Agent Plugins 1.0 package

The installed package is standard-first:

plugin.json
├── skills/       optional reusable instruction