Local MCP Server
在Termux中运行本地MCP服务器,支持Ollama模型的文件读取与命令执行。
通过AI整合与查询GitHub组织内代码库、流程和团队信息,提升开发协作效率。
openclaw skills install @roojenkins/uplo-github命令、参数、文件名以原文为准
UPLO 会摄入并索引您 GitHub 组织的元数据:仓库描述、通过 CODEOWNERS 定义的团队所有权、开放和关闭的问题、拉取请求讨论、CI/CD 工作流配置、发布说明以及贡献指南。无需在多个 GitHub 标签页间跳转,也无需在数十个仓库中搜索 Markdown 文件,您只需在一个地方即可查询整个开发组织的知识库。
获取上下文以查看您有权访问的仓库和团队。UPLO 中的 GitHub 数据遵循组织边界——您只能看到您权限范围内的仓库和团队。
get_identity_context一名开发者刚刚加入支付团队,需要快速了解代码库、开发规范和当前正在进行的工作。
search_with_context query="Payments team repository ownership, contribution guidelines, and code review standards"search_knowledge query="open issues labeled good-first-issue or onboarding in payment service repositories"search_knowledge query="recent architectural decisions or RFCs related to the payments platform"移动端构建因共享库中的破坏性变更而失败。他们需要了解是谁做了更改以及原因。
search_knowledge query="recent pull requests and releases in the shared-sdk repository with breaking changes"search_with_context query="teams that depend on shared-sdk and their pinned version requirements"search_knowledge query="CODEOWNERS and maintainers for the shared-sdk authentication module"search_knowledge — 在所有摄入的 GitHub 数据中进行查询。适用于具体信息检索:query="GitHub Actions workflow file for the deployment pipeline in the infrastructure repo"。适合查找 CODEOWNERS 条目、贡献指南和问题详情。
search_with_context — 将 GitHub 元数据与组织上下文关联。当您提问 query="who are the subject matter experts for the authentication service and what are the open security-related issues" 时,系统会结合 CODEOWNERS 数据、团队档案和问题追踪器信息进行回答。
get_directives — 工程领导层常设定影响仓库管理的指导方针:迁移到新的 CI 提供商、采用主干开发模式、淘汰特定框架等。在建议工作流变更前,请先检查相关指导。
flag_outdated — GitHub 元数据更新频繁。若 CODEOWNERS 文件中引用了已重组的团队,或 README 中记录的部署流程已迁移至其他工具,请及时标记:entry_id="..." reason="CODEOWNERS lists @platform-legacy-team which was dissolved and split into @platform-core and @platform-reliability in Q1 2026"
已收录 4 个 Skill