create-extension
仓库创建 2026年3月18日最近提交 1 天前SkillHot 收录 6 小时前
▸ 精选理由
面向平台开发者的完整扩展制作与配置流程指导。
▸ 风险提示
可能涉及修改系统扩展或本地文件权限。
这个 Skill 做什么
创建或修改 OpenCowork V1 自定义扩展,添加工具与配置。
在 OpenCowork 里搭建或改造本地安装的自定义扩展,能为 Agent 增加工具、声明式 HTTP 接口、沙箱 JS 处理器、配置项和响应渲染器等。当你需要给 OpenCowork 增加功能、调整网络白名单或自定义扩展界面,而不是去做市场插件或 App 时就用。注意扩展是本地文件夹安装、含 extension.json 清单,优先选最小改动实现目标。
▸ 展开 SKILL.md 英文原文
Create or modify OpenCowork Custom Extensions. Use when the user asks to build a custom extension/plugin for OpenCowork that adds Agent tools, declarative HTTP tools, sandboxed JavaScript handlers, extension configuration fields, network allowlists, or custom response UI renderers.
0
Stars
0
Forks
23
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/Await-d/OpenAWork/main/packages/resources/resources/skills/reference/create-extension/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/Await-d/OpenAWork/main/packages/resources/resources/skills/reference/create-extension/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Create Extension Create OpenCowork V1 Custom Extensions, not Codex marketplace plugins, App plugins, or message channel plugins. Before creating or changing an extension, read `references/extension-v1.md`. ## Workflow 1. Confirm the extension is an OpenCowork Custom Extension: a local folder installed from Settings -> Extensions with an `extension.json` manifest. 2. Choose the smallest template: - `minimal`: declarative HTTP demo tool. - `http`: declarative HTTP tool for a specific endpoint. - `js`: sandboxed JavaScript handler tool. 3. Scaffold with the bundled script, then customize the generated files. 4. Validate the generated extension with the same script before hando
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有