github

Query and manage GitHub repositories, issues, and CI status.

Updated Mar 25, 2026
One-click install
npx skills add https://github.com/hzxyayaya/open_claw_obsidian --skill github-hzxyayaya
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/hzxyayaya/open_claw_obsidian/tree/main/skills/openclaw-github-assistant
Command: npx skills add https://github.com/hzxyayaya/open_claw_obsidian --skill github-hzxyayaya

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

GitHub integration enables your AI assistant to query and manage repositories, view details, monitor CI, create issues and repositories, search, and review recent activity directly from conversation.

Core Features & Use Cases

  • List repositories with filters (type, language, sort) to quickly locate projects
  • Get repository details (stars, forks, language, last updated) to assess health
  • Check CI status and view recent activity to monitor pipelines
  • Create issues and create repositories to shift work into GitHub
  • Search repositories and surface relevant results for fast discovery

Quick Start

Ask to list my Python repos or check CI status for a project to get immediate results.

Frequently Asked Questions about github

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check CI status for a GitHub repository from conversation?

To check CI status, you can ask the assistant to retrieve the continuous integration pipeline state for a specific GitHub repository. This action queries your project's current build and deployment status directly from the chat interface.

Can I create GitHub issues and repositories via AI?

Yes, you can create GitHub issues and repositories by requesting it in conversation. The assistant uses your GitHub Personal Access Token to initialize new projects or open issues directly within your target organization or user account.

Do I need a GitHub Personal Access Token to manage repositories via AI?

Yes, a GitHub Personal Access Token is required to manage repositories via AI. The token authenticates your requests for listing repos, checking CI, searching, and viewing recent activity, while an optional username targets specific accounts.

What's the best way to list and filter GitHub repositories?

The best way to list and filter GitHub repositories is by asking the assistant to list_repos with specific parameters. You can filter by type, language, and sort order to quickly locate your target projects directly from the conversation.

How does searching GitHub repositories work in an AI assistant?

Searching GitHub repositories works by using the search_repos action within the conversation. This allows you to surface relevant results for fast discovery by querying repository names, descriptions, or topics without leaving the chat interface.