Agent Plugins Marketplace
All plugins

full-plugin

v1.2.0

Every metadata field the manifest schema permits.

Agent Plugins2 Skills3 MCP serversStreamable HTTPHTTP+SSE (legacy)stdio

By Author NameLicense: MIT122 GitHub starsUpdated 6 days ago

Directory evidence

Runtimes
Agent Plugins
Parsed components
5 skill or MCP entries
Source updated
Sep 17, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Get the plugin

git clone https://github.com/ever-works/ever-works

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is packages/agent-plugins/fixtures/valid-full/.

This listing currently publishes only the generic Agent Plugins format. Automatic install commands for other clients are not generated yet.

Plugin files

packages/agent-plugins/fixtures/valid-full/
├── plugin.json
├── skills/deploy/SKILL.md
├── skills/summarize/SKILL.md
└── mcp.json

Included Skills2

deployskills/deploy/SKILL.md

Deploy a service. Use when asked to ship or roll back a deployment.

summarizeskills/summarize/SKILL.md

Summarize long documents into a short brief. Use when asked to condense material.

MCP servers3

deployment-apiStreamable HTTP
url
https://deploy.example.com/mcp
legacy-eventsHTTP+SSE (legacy)
url
https://legacy.example.com/sse
local-validatorstdio
command
./bin/validator
args
--data ${PLUGIN_DATA}/validator
cwd
${PLUGIN_ROOT}
env.CONFIG
${PLUGIN_ROOT}/config.json

MCP configuration uses runtime-provided plugin path placeholders such as ${PLUGIN_ROOT} or ${CLAUDE_PLUGIN_ROOT}. Review the manifest for the runtime-specific expansion rules.

Plugin manifests1

packages/agent-plugins/fixtures/valid-full/plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "full-plugin",
  "version": "1.2.0",
  "description": "Every metadata field the manifest schema permits.",
  "author": {
    "name": "Author Name",
    "email": "[email protected]",
    "url": "https://example.com"
  },
  "homepage": "https://docs.example.com/plugin",
  "repository": "https://github.com/example/plugin",
  "license": "MIT",
  "keywords": [
    "keyword1",
    "keyword2"
  ],
  "extensions": {
    "works.ever": {
      "catalogTier": "community"
    },
    "com.example.client": {
      "setting": true
    }
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[full-plugin on Agent Plugins Marketplace](https://pluginsmp.com/plugins/full-plugin)