agent-plugins-spec
Health Gecti
- License — License: NOASSERTION
- Description — Repository has a description
- Active repo — Last push 0 days ago
- Community trust — 53 GitHub stars
Code Gecti
- Code scan — Scanned 2 files during light audit, no dangerous patterns found
Permissions Gecti
- Permissions — No dangerous permissions requested
Bu listing icin henuz AI raporu yok.
Agent Plugins Specification v1.0.0 — A minimal standard for packaging agent extensions into distributable plugins
Agent Plugins
Agent Plugins is an open, vendor-neutral specification for packaging reusable components that extend AI agents into distributable plugins. It defines a portable package format for Agent Skills and MCP servers.
This README is a non-normative introduction. The versioned specification defines the portable contract.
Status
Agent Plugins Specification 1.0.0 is the current published release.
Quick Start
The smallest useful plugin is a directory with one skill:
hello-plugin/
├── plugin.json
└── skills/
└── greet/
└── SKILL.md
In plugin.json:
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "hello-plugin"
}
In skills/greet/SKILL.md:
---
name: greet
description: Greet the user and offer help.
---
Greet the user and offer help.
A client that supports skills can load the plugin by reading plugin.json and discovering skills/greet/SKILL.md. How the client exposes the skill to users or models is outside the Agent Plugins specification.
Project Documents
Yorumlar (0)
Yorum birakmak icin giris yap.
Yorum birakSonuc bulunamadi