[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-93015":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":9,"language":10,"languages":9,"totalLinesOfCode":9,"stars":11,"forks":12,"watchers":13,"openIssues":14,"contributorsCount":15,"subscribersCount":15,"size":15,"stars1d":15,"stars7d":15,"stars30d":14,"stars90d":15,"forks30d":15,"starsTrendScore":15,"compositeScore":16,"rankGlobal":9,"rankLanguage":9,"license":17,"archived":18,"fork":18,"defaultBranch":19,"hasWiki":20,"hasPages":18,"topics":21,"createdAt":9,"pushedAt":9,"updatedAt":22,"readmeContent":23,"aiSummary":24,"trendingCount":15,"starSnapshotCount":15,"syncStatus":25,"lastSyncTime":26,"discoverSource":27},93015,"auto-skill-installer","lingbol088-spec\u002Fauto-skill-installer","lingbol088-spec","AI agent skill discovery and installer \u002F AI 智能体技能自动发现与安装器",null,"Python",53,29,52,1,0,44.53,"MIT License",false,"main",true,[],"2026-07-22 04:02:07","╔══════════════════════════════════════════════════════════╗\n║  🤖 AI 定制项目接单中  ·  有需求直接进频道聊              ║\n║  👉 https:\u002F\u002Ft.me\u002F+heFGdl5IodFjMDll                       ║\n╚══════════════════════════════════════════════════════════╝\n\n\n\n\n\n# Auto Skill Installer \u002F AI 技能自动安装器\n\n`auto-skill-installer` is an open-source skill discovery and installation helper for AI agents. It helps an agent notice when it needs another capability, search local folders plus GitHub-based registries, and install the best matching skill into the target agent's skills directory.\n\n`auto-skill-installer` 是一个面向 AI 智能体的开源技能发现与安装助手。它可以让智能体在工作中发现自己缺少某项能力时，自动搜索本地 skills 和 GitHub 技能仓库，并把最匹配的 skill 安装到目标智能体的技能目录中。\n\nThe current implementation is compatible with Codex by default and installs into `$CODEX_HOME\u002Fskills`, while the registry model and CLI are designed to be reused by other agent runtimes.\n\n当前实现默认兼容 Codex，并安装到 `$CODEX_HOME\u002Fskills`；同时，技能仓库格式和命令行工具也面向其他智能体运行环境设计。\n\n## What It Does \u002F 功能\n\n- Searches already installed skills before going to the network\n- Reads configured GitHub skill registries and ranks likely matches\n- Installs a remote skill only when the selected directory contains `SKILL.md`\n- Lets you add your own organization or personal skill registry\n- Uses Codex as the default install target, but keeps the registry and CLI agent-friendly\n\n- 先搜索已经安装的本地 skills，再访问远程仓库\n- 读取已配置的 GitHub skill registries，并按匹配度排序\n- 只安装包含 `SKILL.md` 的有效 skill 目录\n- 支持添加团队、组织或个人维护的技能仓库\n- 默认安装目标是 Codex，但仓库格式和 CLI 可扩展到其他智能体\n\n## Layout \u002F 项目结构\n\n- `skills\u002Fauto-skill-installer\u002F`: installable skill \u002F 可安装的 skill\n- `skills\u002Fauto-skill-installer\u002Fscripts\u002Fauto_install.py`: CLI entry point \u002F 命令行入口\n- `skills\u002Fauto-skill-installer\u002Fassets\u002Fregistry-sources.json`: bundled default registries \u002F 默认远程源配置\n\n## Quick Start \u002F 快速开始\n\n```powershell\npython skills\u002Fauto-skill-installer\u002Fscripts\u002Fauto_install.py search --need \"figma design generation\"\npython skills\u002Fauto-skill-installer\u002Fscripts\u002Fauto_install.py ensure --need \"github pull request review comments\" --force\npython skills\u002Fauto-skill-installer\u002Fscripts\u002Fauto_install.py add-source --name my-team --repo your-org\u002Fagent-skills --path skills\n```\n\n## Manual Install for Codex \u002F Codex 手动安装\n\nFor Codex, copy `skills\u002Fauto-skill-installer` into your local Codex skills directory.\n\n如果用于 Codex，把 `skills\u002Fauto-skill-installer` 安装到你的本地 Codex skills 目录：\n\n```powershell\n$dest = Join-Path $HOME \".codex\\\\skills\\\\auto-skill-installer\"\nCopy-Item -Recurse -LiteralPath \".\\\\skills\\\\auto-skill-installer\" -Destination $dest\n```\n\nRestart Codex after installing new skills so they are auto-discovered.\n\n安装新 skill 后，请重启 Codex，让它自动发现新技能。\n\nOther AI agents can reuse the same registry format and CLI by pointing the install destination at their own skills directory with `--dest`.\n\n其他 AI 智能体可以复用同样的 registry 格式和 CLI，并通过 `--dest` 指向自己的技能目录。\n\n\n\n\n\n\n\n\n","这是一个面向AI智能体的开源技能自动发现与安装工具，支持在运行时识别能力缺口、搜索本地及GitHub托管的技能仓库、验证技能有效性（需含SKILL.md）并完成安装。其核心特点包括：本地优先搜索、多源技能注册表管理、基于语义匹配的技能排序、可扩展的CLI与通用registry格式，兼容Codex默认环境并支持适配其他智能体运行时。适用于需要动态扩展能力的AI代理系统开发、低代码智能体构建及技能生态集成等场景。",2,"2026-07-11 02:30:40","CREATED_QUERY"]