hermes-desktop-plugins
仓库创建 2026年7月27日最近提交 22 小时前SkillHot 收录 17 小时前
这个 Skill 做什么
能在桌面应用里扩展界面和命令:加状态栏、布局面板、命令面板、快捷键和主题等。插件就是一个普通的 JavaScript ESM 文件,运行时被加载,无需构建或改仓库,开发非常轻量。还能和自己的 Python 后端通信(通过 ctx.rest/ctx.socket → /api/plugins/<id>),适合想快速加功能或定制 UI 的场景。
▸ 展开 SKILL.md 英文原文
Write desktop app plugins that add UI panes and commands.
0
Stars
0
Forks
40
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/trojan-lord/hermes-cuso/main/skills/hermes-desktop-plugins/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/trojan-lord/hermes-cuso/main/skills/hermes-desktop-plugins/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Hermes Desktop Plugins Skill Write plugins for the Hermes desktop app: statusbar items, layout panes, command-palette commands, keybinds, routes, and themes. A plugin is a single plain-JavaScript ESM file the app loads at runtime — no build step, no repo changes. A plugin can also talk to its own Python backend namespace (`ctx.rest`/`ctx.socket` → `/api/plugins/<id>`); the general Python plugin system (`~/.hermes/plugins/`) is otherwise documented separately. Full human reference (every export, area payloads, backend, security): `website/docs/developer-guide/desktop-plugin-sdk.md`. ## When to Use - The user asks for a new desktop UI element (a pane, a statusbar widget, a dashboard, a
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有