LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

github-operations - GitHub API Operations and Repository Workflow

GitHub API operations for issues, PRs, releases, branches and repository workflow management

Tags

Updated: 2026-03-23

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • get issue details
  • post issue comment
  • update issue labels
  • get pull request details
  • get PR files
  • post PR comment
  • create pull request
  • get repository information
  • get repository languages
  • search code
  • get file content
  • clone repository
  • update repository
  • create feature branch
  • commit changes
  • push branch
  • fetch files via API
  • create draft PR
  • analyze task complexity

Inputs

  • GITHUB_TOKEN
  • repository URL
  • issue number
  • PR number
  • file path
  • branch name
  • owner
  • repository name
  • commit message

Outputs

  • issue details
  • pull request details
  • file content
  • repository information
  • search results
  • branch status
  • pull request

Requirements

  • GitHub personal access token
  • Python GitHub client
  • httpx library

Source

  • Spec: SKILL.md
GitHub
API
repository
workflow
DevOps
version control
get issue details
post issue comment
update issue labels
get pull request details
GITHUB_TOKEN
repository URL
issue number
issue details
pull request details
file content