@yottameta/yotta-present-plugin
v0.6.5
Published
YuanCheng (元呈) — a universal result-presentation layer for AI agents, packaged as a YottaMeta Agent Plugin.
Maintainers
Readme
元呈 yotta-present — Agent Plugin
Default presentation layer for AI output, packaged as an Agent Plugin with a built-in MCP server (present_result / present_templates).
English
This repository is a standalone Agent Plugins 1.0 plugin. It packages one skill and one MCP server in the standard layout (plugin.json, skills/, mcp.json).
Install
Codex (verified)
codex plugin marketplace add YottaMeta/yotta-present-plugin
codex plugin add yotta-present@yotta-presentOther compatible clients
Agent Plugins defines the package format, not a universal installer command. Use your client’s official setup instructions:
| Client | Setup instructions | | --- | --- | | VS Code | Agent Plugins in VS Code | | Cursor | Cursor plugins | | GitHub Copilot | About plugins | | ChatGPT & Codex | OpenAI plugins | | Kiro | Powers | | Hermes Agent | Portable Agent Plugins v1 packages | | OpenClaw | Plugin bundles | | Grok Bot | Skills, routines, and automations | | NanoClaw | Templates |
Codex is verified by YottaMeta. Other clients are linked from the official Agent Plugins compatibility page and are not yet verified here.
What you get
- Skill —
yotta-presentskill instructions (skills/yotta-present/SKILL.md) - MCP server — started automatically by the client (stdio; requires Python 3.8+)
Boundaries
- The MCP server runs fully local over stdio; no telemetry, no remote calls from the plugin itself.
- If the required runtime is missing, the MCP component may fail to start; the skill payload remains available.
- The skill payload is copied from the source repository release; for full documentation see YottaMeta/yotta-present.
Source
Upstream skill repository: YottaMeta/yotta-present Plugin repository: YottaMeta/yotta-present-plugin
License
MIT — see LICENSE and the license inside the skill payload.
中文
本仓库是一个独立的 Agent Plugins 1.0 插件,按标准目录结构打包一项技能和一个 MCP server(plugin.json、skills/、mcp.json)。
安装
Codex(已实测)
codex plugin marketplace add YottaMeta/yotta-present-plugin
codex plugin add yotta-present@yotta-present其他兼容客户端
Agent Plugins 只定义包格式,不定义统一安装命令。请按你所用客户端的官方说明接入:
| 客户端 | 官方说明 | | --- | --- | | VS Code | Agent Plugins in VS Code | | Cursor | Cursor plugins | | GitHub Copilot | About plugins | | ChatGPT & Codex | OpenAI plugins | | Kiro | Powers | | Hermes Agent | Portable Agent Plugins v1 packages | | OpenClaw | Plugin bundles | | Grok Bot | Skills, routines, and automations | | NanoClaw | Templates |
Codex 已由 YottaMeta 实测;其他客户端仅链接官方说明,尚未在本仓库逐项实测。
内容
- 技能 —
yotta-present技能指令(skills/yotta-present/SKILL.md) - MCP server — 由客户端自动启动(stdio;需要 Python 3.8+)
边界
- MCP server 完全本地 stdio 运行;插件本身不做遥测、不发起远程调用。
- 若运行时缺失,MCP 组件可能启动失败;技能内容仍可使用。
- 技能内容来自源仓库发布版;完整文档见 YottaMeta/yotta-present。
来源
上游技能仓库:YottaMeta/yotta-present 插件仓库:YottaMeta/yotta-present-plugin
许可证
MIT — 见 LICENSE 与技能目录内许可证。
