github-to-skills by kkkkhazix/khazix-skills
npx skills add https://github.com/kkkkhazix/khazix-skills --skill github-to-skills此技能可将 GitHub 仓库自动转换为功能完备的 AI 技能。
SKILL.md,以便未来进行自动化管理。scripts/wrapper.py(或类似文件)以与该工具交互。触发方式:/GitHub-to-skills <github_url> 或 "将此仓库打包成技能:"
此工厂创建的每个技能必须在其 SKILL.md 中包含以下扩展的 YAML frontmatter。这对于后续 skill-manager 的正常运行至关重要。
---
name: <kebab-case-repo-name>
description: <concise-description-for-agent-triggering>
# 扩展元数据(必需)
github_url: <original-repo-url>
github_hash: <latest-commit-hash-at-time-of-creation>
version: <tag-or-0.1.0>
created_at: <ISO-8601-date>
entry_point: scripts/wrapper.py # 或主脚本
dependencies: # 如果知道,列出主要依赖项,例如 ["yt-dlp", "ffmpeg"]
---
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
scripts/fetch_github_info.py 以从仓库获取原始数据。skill-creator 模式来编写 SKILL.md 和包装器脚本,确保扩展元数据存在。scripts/fetch_github_info.py:用于抓取/API 获取仓库详情(README、哈希值、标签)的工具。scripts/create_github_skill.py:用于搭建文件夹结构和写入初始文件的编排器。uv/pip),或明确声明它们。github_hash 字段允许未来的 skill-manager 检查 if remote_hash != local_hash 以触发更新。每周安装数
232
仓库
GitHub 星标数
986
首次出现时间
2026年1月23日
安全审计
安装于
opencode191
gemini-cli172
codex165
claude-code152
cursor143
github-copilot134
This skill automates the conversion of GitHub repositories into fully functional AI skills.
SKILL.md with extended frontmatter (tracking source, version, hash) for future automated management.scripts/wrapper.py (or similar) to interface with the tool.Trigger : /GitHub-to-skills <github_url> or "Package this repo into a skill: "
Every skill created by this factory MUST include the following extended YAML frontmatter in its SKILL.md. This is critical for the skill-manager to function later.
---
name: <kebab-case-repo-name>
description: <concise-description-for-agent-triggering>
# EXTENDED METADATA (MANDATORY)
github_url: <original-repo-url>
github_hash: <latest-commit-hash-at-time-of-creation>
version: <tag-or-0.1.0>
created_at: <ISO-8601-date>
entry_point: scripts/wrapper.py # or main script
dependencies: # List main dependencies if known, e.g., ["yt-dlp", "ffmpeg"]
---
scripts/fetch_github_info.py to get the raw data from the repo.skill-creator patterns to write the SKILL.md and wrapper scripts, ensuring the extended metadata is present.scripts/fetch_github_info.py: Utility to scrape/API fetch repo details (README, Hash, Tags).scripts/create_github_skill.py: Orchestrator to scaffold the folder and write the initial files.uv/pip) if possible, or clearly state them.github_hash field allows the future skill-manager to check if remote_hash != local_hash to trigger updates.Weekly Installs
232
Repository
GitHub Stars
986
First Seen
Jan 23, 2026
Security Audits
Gen Agent Trust HubFailSocketPassSnykWarn
Installed on
opencode191
gemini-cli172
codex165
claude-code152
cursor143
github-copilot134
agent-browser 浏览器自动化工具 - Vercel Labs 命令行网页操作与测试
147,400 周安装