skills$openclaw/github-issues
c-goro5.6k

by c-goro

github-issues – OpenClaw Skill

github-issues is an OpenClaw Skills integration for data analytics workflows. Fetch and manage GitHub issues via the API

5.6k stars6.6k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026data analytics

Skill Snapshot

namegithub-issues
descriptionFetch and manage GitHub issues via the API OpenClaw Skills integration.
ownerc-goro
repositoryc-goro/skillguardpath: test-fixtures/legit-api-skill
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @c-goro/skillguard:test-fixtures/legit-api-skill
last updatedFeb 7, 2026

Maintainer

c-goro

c-goro

Maintains github-issues in the OpenClaw Skills directory.

View GitHub profile
File Explorer
2 files
legit-api-skill
github.js
2.0 KB
SKILL.md
473 B
SKILL.md

name: github-issues description: Fetch and manage GitHub issues via the API metadata: {"openclaw": {"requires": {"env": ["GITHUB_TOKEN"], "bins": ["curl"]}}}

GitHub Issues

This skill lets you list, create, and manage GitHub issues.

Usage

  • "Show me open issues for repo X"
  • "Create a new issue titled Y in repo Z"

Configuration

Set GITHUB_TOKEN in your environment with a personal access token. The token needs repo scope for private repositories.

README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

  • OpenClaw CLI installed and configured.
  • Language: Markdown
  • License: MIT
  • Topics:

Configuration

Set `GITHUB_TOKEN` in your environment with a personal access token. The token needs `repo` scope for private repositories.

FAQ

How do I install github-issues?

Run openclaw add @c-goro/skillguard:test-fixtures/legit-api-skill in your terminal. This installs github-issues into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/c-goro/skillguard. Review commits and README documentation before installing.