multi-platform-plugin-guide

multi-platform-plugin-guide is a skill for Claude Code, Codex from SummerSec/SumSec-Skills. It costs 53 tokens per session (5,701 once invoked), scanned A, original, Apache-2.0.

A maintenance guide for keeping one plugin's metadata and release files aligned across platforms such as Claude, Cursor, Codex, and OpenClaw. Metadata describes a plugin to its host platform and marketplaces.

In plain words
What is it for?
Use it when adding platform support, updating manifests or versions, preparing releases, or checking that documentation matches the packaged plugin.
Why use it?
It reduces mismatches between manifests, package versions, marketplace listings, hooks, and installation instructions.

Skill for Claude CodeCodex

Installs and runs on its own, but its text points at files inside its plugin — anything it tells you to read at a ${CLAUDE_PLUGIN_ROOT} path is only there once the plugin is installed. Installing the plugin gets both.

Part of the agents-dev plugin — 6 skills, 3 agents, 1 plugin shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/summersec/sumsec-skills/multi-platform-plugin-guide
Any agent
npx skills add SummerSec/SumSec-Skills --skill multi-platform-plugin-guide
Clone the repo
git clone --depth 1 https://github.com/SummerSec/SumSec-Skills

Made for: Claude Code, Codex.

Or install agents-dev, the plugin that ships this one along with the rest of its 6 skills, 3 agents, 1 plugin.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for multi-platform-plugin-guide

README.md
[![agentmods](https://agentmods.dev/badge/skills/summersec/sumsec-skills/multi-platform-plugin-guide.svg)](https://agentmods.dev/skills/summersec/sumsec-skills/multi-platform-plugin-guide)
Your own site
<a href="https://agentmods.dev/skills/summersec/sumsec-skills/multi-platform-plugin-guide"><img src="https://agentmods.dev/badge/skills/summersec/sumsec-skills/multi-platform-plugin-guide.svg" alt="Measured on agentmods" height="20"></a>
Per session 53 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,701 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00053 $0.05701
Opus 5 $0.00026 $0.02851
Sonnet 5 $0.00011 $0.01140
Haiku 4.5 $0.00005 $0.00570

Measured 4d ago against content hash c4188eb68753, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

multi-platform-plugin-guide scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

agents-dev/skills/multi-platform-plugin-guide/SKILL.md · 237 lines

How it starts

The opening of the file, as written. The whole thing — 237 lines — stays where its author put it; the contents beside it link to each section on GitHub.

多平台插件开发指南(AI Inner OS)

本仓入口:优先执行文末 SumSec-Skills 发布清单(本仓)。前半部分保留 AI Inner OS 多平台矩阵作为参考;本仓还落地 OpenClaw / OpenCode / Hermes / DeepSeek Harness(DSH)专用入口。

上游矩阵参考:AI Inner OS 主仓根目录 CLAUDE.md。若本技能的通用平台说明与 AI Inner OS 主仓不一致,先更新上游矩阵,再同步本技能。

何时使用

  • 修改 hooks/hooks.json.claude-plugin/.codex-plugin/.cursor-plugin/.agents/plugins/marketplace.json、根 plugin.jsonopenclaw.plugin.json 或 release 版本字段。
  • 修改根 package.jsondsh.bundle.patch / DSH keywords、dsh/cordis.patch.ymldsh/README.mdscripts/validate-dsh.mjs 或 profile bundle 安装说明。
  • 修改 hooks/codex/cursor/ 下的 hook 适配器,或共享库 hooks/lib/
  • 更新必须和 manifest 保持一致的安装文档,例如 cursor/README.mddocs/install-cursor.mdcodex/README.mddocs/install-codex.md
  • 准备跨平台 release、插件市场发布、插件缓存更新或多平台能力对齐。

官方文档优先

开发或审查任何平台适配前,先查看对应平台最新官方文档。本技能只记录本仓库当前约定;如果官方规范变化,以官方文档为准,再同步更新仓库实现、CLAUDE.md 和本技能。

平台 官方开发指南
Claude Code Plugins reference
Codex Build plugins
Cursor Plugins Reference
OpenClaw Building pluginsSkills
OpenCode Plugins
Hermes Agent PluginsSkills System
DeepSeek Harness deepseek-ai/deepseek-harness@deepseek-ai/dsh;本仓当前按 0.1.0-rc.6 验证,该包仍为 prerelease,升级前必须重新检查 package manifest、profile 与 Cordis patch contract。

默认流程:

  1. 读取对应平台最新官方指南。
  2. 对照本仓库 CLAUDE.md 和现有实现。
  3. 只实现官方已支持的 manifest 字段、hook 事件和路径规则。
  4. 如果官方规范与仓库文档冲突,先修实现,再同步 README、安装文档、CLAUDE.md 和本技能。

插件注册地图

Role Path
Claude Code hook 注册 hooks/hooks.json
Claude Code 插件清单 .claude-plugin/plugin.json
Claude marketplace 入口 .claude-plugin/marketplace.json
Codex 插件清单 .codex-plugin/plugin.json
Codex 仓库级 marketplace .agents/plugins/marketplace.json
Cursor 插件清单 .cursor-plugin/plugin.json
Cursor marketplace 入口 .cursor-plugin/marketplace.json
OpenClaw 插件清单 openclaw.plugin.json
OpenClaw 插件入口 openclaw/index.js
OpenCode 插件入口 opencode/plugins/inner-os.js
Hermes Skill hermes/skills/inner-os/SKILL.md
DeepSeek Harness bundle manifest package.jsondsh.bundle.patch
DeepSeek Harness bundle patch dsh/cordis.patch.yml
仓库级元数据 plugin.json

Read the full file on GitHub · 237 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 237 lines · 53 tokens per session scan A c4188eb68753

Subscribe to this mod's changes

multi-platform-plugin-guide is a skill published in the GitHub repository SummerSec/SumSec-Skills (8 stars, last pushed 19d ago), licensed Apache-2.0. It adds 53 tokens to every session and 5,701 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

dsh-web-pre-push-checks

Use before pushing, opening or updating a pull request, or claiming dsh-web checks pass. Selects the required repository gates and diff-specific generation, build, and GUI evidence.

zhu1090093659/dsh-web · 45 tokens

dsh-web-documentation

Use when adding or editing dsh-web README files, docs, AGENTS.md instructions, user-facing configuration text, or bilingual documentation pairs.

zhu1090093659/dsh-web · 34 tokens

dsh-sdk-upgrade

Safely select and install a compatible official @deepseek-ai SDK release for dsh plugin projects (dsh-web, dsh-trading, and similar monorepos) from npm using an isolated worktree, explicit cohort review, CI-equivalent validation, and controlled rollout — including syncing the project's declared DSH host-version floor…

zhu1090093659/dsh-web · 176 tokens

dsh-web-sdk-compatibility

Adapt and repair dsh-web after an approved official @deepseek-ai SDK/runtime cohort is selected or installed. Compare public API, type, service-injection, module-table, protocol, and behavior changes; map every change to repository consumers; implement the smallest fixes and durable compatibility contracts; handle…

zhu1090093659/dsh-web · 107 tokens

ov-experience-memory

Retrieve and apply OpenViking Experience memories through the Agent runtime's generic OpenViking search and read tools. Use before or during executable, multi-step, or tool-based work such as coding, file or data changes, configuration, deployment, workflow execution, and failure recovery when prior operational…

volcengine/OpenViking · 78 tokens

dsh-doc-site-sync

Use when publishing, updating, moving, or removing DeepSeek Harness documentation website pages; editing website/docs.ts mappings or navigation; diagnosing a page missing from the VitePress site; fixing projected documentation links; or running the docs:dev, docs:check, and doc-sync workflow after website-content…

whitelonng/dshcode · 67 tokens