Install
openclaw skills install uplo-githubAI-powered GitHub knowledge management. Search repository metadata, code review standards, issue tracking, and team workflows with structured extraction.
openclaw skills install uplo-githubUPLO ingests and indexes your GitHub organization's metadata: repository descriptions, team ownership via CODEOWNERS, open and closed issues, pull request discussions, CI/CD workflow configurations, release notes, and contribution guidelines. Rather than jumping between GitHub tabs and searching markdown files across dozens of repos, you can query your entire development organization's institutional knowledge from one place.
Fetch your context to see which repositories and teams you have visibility into. GitHub data in UPLO respects organizational boundaries — you will only see repos and teams your clearance covers.
get_identity_context
A developer just joined the Payments team and needs to ramp up on the codebase, conventions, and active work.
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"
The mobile team's build is failing because of a breaking change in a shared library. They need to understand who made the change and why.
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 — Query across all ingested GitHub data. Great for specific lookups: query="GitHub Actions workflow file for the deployment pipeline in the infrastructure repo". Works well for finding CODEOWNERS entries, contribution guidelines, and issue details.
search_with_context — Connects GitHub metadata with organizational context. When you ask query="who are the subject matter experts for the authentication service and what are the open security-related issues", it combines CODEOWNERS data with team profiles and issue trackers.
get_directives — Engineering leadership often sets directives that affect repository management: migration to a new CI provider, adoption of trunk-based development, deprecation of certain frameworks. Check directives before advising on workflow changes.
flag_outdated — GitHub metadata changes rapidly. If a CODEOWNERS file references a team that was reorganized or a README documents a deployment process that moved to a different tool, flag it: entry_id="..." reason="CODEOWNERS lists @platform-legacy-team which was dissolved and split into @platform-core and @platform-reliability in Q1 2026"