用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/void2anything/qingagent --skill github-materials命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | github-materials |
| label | GitHub 读取 |
| summary | 从 GitHub 仓库读取文件并存为创作素材 |
| icon | github |
| description | 只读浏览 GitHub 仓库、文件树和点名文本文件,并将确认后的正文存入素材库。 |
| user-invocable | true |
| placeholder | 告诉我 GitHub owner、仓库名或要读取的文件 |
| tools | ["github_auth_start","github_list_repos","github_repo_tree","github_read_file","github_search_code","storeMaterial"] |
| metadata | {"platform":"github"} |
github_auth_start 发起可信授权卡;不要让模型索取、接触或复述 token/device_code。github_search_code 搜索(仅已连接账号可用;只搜默认分支和 GitHub 可索引的单文件 <384KB 内容)。github_read_file;只要片段就对用户明确选中的 fragmentId 调 github_search_code(action=select_fragment)。不得替用户猜选。materialId/title/sourceUrl 调 storeMaterial 落库,再汇报已保存素材。repo 授权;授权失败不得破坏原有公开仓连接。