Agent Plugins Marketplace
All plugins

pi-agent-plugins-smoke

v1.0.0

End-to-end smoke test for Agent Skills and MCP loading in Pi.

Agent Plugins1 Skill1 MCP serverstdio

License: MIT8 GitHub starsUpdated last month

Directory evidence

Runtimes
Agent Plugins
Parsed components
2 skill or MCP entries
Source updated
Aug 6, 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/BlockedPath/pi-agent-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is examples/pi-agent-plugins-smoke/.

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

Plugin files

examples/pi-agent-plugins-smoke/
├── plugin.json
├── skills/agent-plugin-smoke-test/SKILL.md
└── mcp.json

Included Skills1

agent-plugin-smoke-testskills/agent-plugin-smoke-test/SKILL.md

Verify that a portable Agent Plugin loaded correctly in Pi by checking this skill and calling the bundled official MCP everything test server. Use when testing pi-agent-plugins installation, skill discovery, MCP trust, or MCP tool connectivity.

MCP servers1

everythingstdio
command
npx
args
-y @modelcontextprotocol/server-everything
cwd
${PLUGIN_DATA}

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

examples/pi-agent-plugins-smoke/plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "pi-agent-plugins-smoke",
  "version": "1.0.0",
  "description": "End-to-end smoke test for Agent Skills and MCP loading in Pi.",
  "license": "MIT",
  "keywords": [
    "smoke-test",
    "agent-skills",
    "mcp"
  ]
}

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

[pi-agent-plugins-smoke on Agent Plugins Marketplace](https://pluginsmp.com/plugins/pi-agent-plugins-smoke)