npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@yottameta/yotta-present-plugin

v0.6.5

Published

YuanCheng (元呈) — a universal result-presentation layer for AI agents, packaged as a YottaMeta Agent Plugin.

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 | 中文

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-present

Other 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

  • Skillyotta-present skill 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.jsonskills/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 与技能目录内许可证。