Agent Skillsholaboss-ai/holaOS › skill-installer

skill-installer

GitHub

用于在本地工作区安装和管理技能,支持从GitHub导入开源技能或手动创建。提供预览和安装接口,确保技能立即可用。

runtime/harnesses/src/embedded-skills/skill-installer/SKILL.md holaboss-ai/holaOS

Trigger Scenarios

用户要求安装新的工作区技能 需要从GitHub仓库导入特定技能

Install

npx skills add holaboss-ai/holaOS --skill skill-installer -g -y
More Options

Non-standard path

npx skills add https://github.com/holaboss-ai/holaOS/tree/main/runtime/harnesses/src/embedded-skills/skill-installer -g -y

Use without installing

npx skills use holaboss-ai/holaOS@skill-installer

指定 Agent (Claude Code)

npx skills add holaboss-ai/holaOS --skill skill-installer -a claude-code -g -y

安装 repo 全部 skill

npx skills add holaboss-ai/holaOS --all -g -y

预览 repo 内 skill

npx skills add holaboss-ai/holaOS --list

SKILL.md

Frontmatter
{
    "name": "skill-installer",
    "description": "Install workspace skills from curated sources or import open-source skills from GitHub."
}

Skill Installer

Use this skill to install workspace skills into the workspace-local skills/ directory.

A freshly installed skill is usable immediately, in this same run: skill({ name: "<id>" }) reads the folder off disk on every call. What waits for the next run is only the skill listing in your capability manifest — the skill itself is already there. Never tell the user to start a new conversation to use what you just installed; if they asked you to install it and use it, load it and carry on.

Import an open-source skill from GitHub (preferred)

Open-source skills (e.g. github.com/anthropics/skills) are just SKILL.md folders in the same format used here, so they can be imported whole. Use the runtime endpoint — it fetches the entire folder (SKILL.md plus bundled scripts/, references/, assets/), maps foreign frontmatter (allowed-toolsholaboss_granted_tools, aligns name to the installed id), and writes it under skills/<id>/:

  • Preview (no write): POST /api/v1/workspaces/{workspaceId}/skills/import-github/preview with { "url": "<github folder or SKILL.md URL>" } — returns the parsed name, description, granted tools, and file list so you can confirm before installing.
  • Install: POST /api/v1/workspaces/{workspaceId}/skills/import-github with the same body.

Accepts github.com/<owner>/<repo>/tree/<ref>/<path> (folder), .../blob/<ref>/<path>/SKILL.md (single file), or a bare repo. Pass an optional "ref" for a specific branch/tag/commit (defaults to the repo's default branch). Skills whose bundled scripts assume tools this sandbox lacks still install and work as pure guidance.

What to tell the user afterwards

Its name and how to use it — the id they invoke it by, the one-line description, and what to say to put it to work. The install response also carries the written file list; that is for your own verification, not something to report. "Installed SKILL.md, scripts/render.py" tells them nothing they can act on.

Notes

  1. Install each workspace skill under skills/<skill-id>/ with its SKILL.md plus any helper files. For skills you author by hand, create these files directly with the Write tool.
  2. Guidance only: do not install workspace skills into runtime/harnesses/src/embedded-skills/. Do not install into $CODEX_HOME/skills unless the user explicitly asks for a global install rather than a workspace install.

Version History

  • f6013b5 Current 2026-08-19 23:17

    移除了列出技能和按名称安装 curated skill 的功能,仅保留从 GitHub 导入和基础安装逻辑。

  • f52b580 2026-07-25 05:13

Same Skill Collection

apps/desktop/electron/default-skills/audience-analyst/SKILL.md
apps/desktop/electron/default-skills/content-planner/SKILL.md
apps/desktop/electron/default-skills/content-writer/SKILL.md
apps/desktop/electron/default-skills/data-analyst/SKILL.md
apps/desktop/electron/default-skills/email-writer/SKILL.md
apps/desktop/electron/default-skills/idea-generator/SKILL.md
apps/desktop/electron/default-skills/image-generator/SKILL.md
apps/desktop/electron/default-skills/meeting-notes/SKILL.md
apps/desktop/electron/default-skills/performance-reporter/SKILL.md
apps/desktop/electron/default-skills/prd-writer/SKILL.md
apps/desktop/electron/default-skills/proposal-writer/SKILL.md
apps/desktop/electron/default-skills/summarizer/SKILL.md
apps/desktop/electron/default-skills/tone-adapter/SKILL.md
apps/desktop/electron/default-skills/translator/SKILL.md
apps/desktop/electron/default-skills/trend-spotter/SKILL.md
apps/desktop/electron/default-skills/video-generator/SKILL.md
apps/desktop/electron/default-skills/web-researcher/SKILL.md
runtime/harnesses/src/embedded-skills/app-builder-sdk/SKILL.md
runtime/harnesses/src/embedded-skills/browser-core-efficient/SKILL.md
runtime/harnesses/src/embedded-skills/browser-qa/SKILL.md
runtime/harnesses/src/embedded-skills/build-dashboard/SKILL.md
runtime/harnesses/src/embedded-skills/capability-creator/SKILL.md
runtime/harnesses/src/embedded-skills/create-teammate/SKILL.md
runtime/harnesses/src/embedded-skills/customize-capability/SKILL.md
runtime/harnesses/src/embedded-skills/frontend-design/SKILL.md
runtime/harnesses/src/embedded-skills/interface-design/SKILL.md
runtime/harnesses/src/embedded-skills/mcp-configurator/SKILL.md
runtime/harnesses/src/embedded-skills/skill-creator/SKILL.md
runtime/harnesses/src/embedded-skills/stop-slop/SKILL.md

Metadata

Files
0
Version
f6013b5
Hash
8016cb23
Indexed
2026-07-25 05:13

Главная - Вики-сайт
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-21 06:53
浙ICP备14020137号-1 $Гость$