Local MCP Server
在Termux中运行本地MCP服务器,支持Ollama模型的文件读取与命令执行。
自动分类GitHub问题与PR,按紧急程度分组并建议安全操作。
openclaw skills install @hith3sh/github-triage-workflow命令、参数、文件名以原文为准

审查 GitHub 仓库,按紧急程度分组问题和拉取请求,并在确认后执行安全的分类操作。
此技能使用 [ClawLink](https://claw-link.dev/?utm_source=clawhub&utm_medium=referral&utm_content=github-triage-workflow) 提供托管的 GitHub 访问服务,用户无需单独配置 API。
| 第一步:安装 | 第二步:配对账户 | 第三步:连接 GitHub |
|---|---|---|
|  |  | *应用专属连接动画即将上线* |
| 在 OpenClaw 中运行安装命令 | 登录并批准设备访问 | 打开仪表板并连接 GitHub |
┌─────────────────┐ ┌──────────────┐ ┌──────────────────┐
│ OpenClaw │────▶│ ClawLink │────▶│ GitHub API │
│ (用户聊天) │ │ (OAuth) │ │ (REST/GraphQL) │
└─────────────────┘ └──────────────┘ └──────────────────┘
│ │ │
│ 1. 安装插件 │ │
│ 2. 配对设备 │ │
│ 3. 连接 GitHub │ │
│ │ 4. 安全令牌注入 │
│ │ 5. 代理请求 │
│ │ │
▼ ▼ ▼
┌──────────┐ ┌──────────┐ ┌──────────┐
│ SKILL │ │ Dashboard│ │ GitHub │
│ 文件 │ │ 认证 │ │ 问题 │
└──────────┘ └──────────┘ └──────────┘从 ClawHub 安装已验证的 ClawLink 插件。用户确认后,完成完整设置,以便在下次 OpenClaw 聊天中看到 ClawLink 工具。
openclaw plugins install clawhub:clawlink-plugin
openclaw config set tools.alsoAllow '["clawlink-plugin"]' --strict-json
openclaw gateway restart然后告知用户:“OpenClaw 已重启。请发送 /new 作为独立消息以开启新对话,再请求一次 GitHub 分类。”
# 列出仓库中的开放问题
clawlink_call_tool --tool "github_list_issues_for_a_repository" \
--params '{"owner": "owner", "repo": "repo-name", "state": "open", "sort": "created", "direction": "desc"}'
# 获取特定问题详情
clawlink_call_tool --tool "github_get_an_issue" \
--params '{"owner": "owner", "repo": "repo-name", "issue_number": 123}'所有 GitHub 工具调用均由 ClawLink 自动认证,使用用户已连接的 GitHub 账户。
聊天中无需提供 API 密钥。 ClawLink 安全存储 OAuth 令牌,并在每次代表用户发起 GitHub API 请求时自动注入。
clawlink_begin_pairing 开始配对。clawlink_list_integrations 验证连接状态。clawlink_list_integrations返回结果: 显示所有已连接的集成。查找列表中的 github。
clawlink_list_tools --integration github返回结果: 返回 GitHub 的实时工具目录。
若发现 GitHub 工具缺失或连接显示错误:
clawlink_list_integrations 验证clawlink_list_tools --integration github询问以下内容:
若用户描述模糊,优先默认生成报告。
先使用 GitHub 读取类工具检查:
在未全面了解情况前,不要急于撰写评论或修改标签。
一份良好的分类摘要通常将项目分为:
说明每项为何属于该类别。
示例建议:
建议先提供简明的操作计划,再进行任何修改。
clawlink_list_integrations 确认 GitHub 已连接。github 作为集成参数,调用 clawlink_list_tools。clawlink_search_tools 搜索如 列出问题、评论问题、更新标签、拉取请求 等关键词。clawlink_describe_tool 获取详细说明。技能:GitHub 问题分类(Triage)
版本:1.0.2
分块:2/2
对于任何写入操作:
clawlink_preview_tool 可用,优先使用。clawlink_call_tool 执行操作。| 工具 | 说明 |
|---|---|
github_list_issues_for_a_repository | 列出问题,支持按状态、标签、负责人等条件筛选 |
github_get_an_issue | 获取问题详情、正文及评论内容 |
github_list_pull_requests | 列出拉取请求,支持按条件筛选 |
github_get_a_pull_request | 获取拉取请求详情及评审状态 |
github_list_repository_workflows | 列出仓库的 CI/CD 工作流 |
github_list_workflow_runs | 列出最近的工作流运行记录 |
github_get_a_commit | 查看提交详情 |
| 工具 | 说明 | 确认要求 |
|---|---|---|
github_add_labels_to_an_issue | 为问题添加标签以进行分类 | 需确认 |
github_add_assignees_to_an_issue | 为问题指派负责人 | 需确认 |
github_create_an_issue | 为已分类项创建新问题 | 需确认 |
github_add_a_comment_to_an_issue | 在问题下发表评论 | 需确认 |
github_update_an_issue | 关闭、重新打开或更新问题字段 | 需确认 |
clawlink_call_tool --tool "github_list_issues_for_a_repository" \
--params '{
"owner": "owner",
"repo": "repo-name",
"state": "open",
"sort": "created",
"direction": "desc",
"per_page": 50
}'clawlink_call_tool --tool "github_get_an_issue" \
--params '{
"owner": "owner",
"repo": "repo-name",
"issue_number": 123
}'clawlink_call_tool --tool "github_add_labels_to_an_issue" \
--params '{
"owner": "owner",
"repo": "repo-name",
"issue_number": 123,
"labels": ["triage", "needs-review"]
}'由 [ClawLink](https://claw-link.dev/?utm_source=clawhub&utm_medium=referral&utm_content=github-triage-workflow) 提供支持 —— OpenClaw 的集成枢纽

已收录 2 个 Skill