skills$openclaw/github-issues
dgriffin831967

by dgriffin831

github-issues – OpenClaw Skill

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

967 stars3.3k 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.
ownerdgriffin831
repositorydgriffin831/skill-scanpath: test-fixtures/legit-api-skill
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @dgriffin831/skill-scan:test-fixtures/legit-api-skill
last updatedFeb 7, 2026

Maintainer

dgriffin831

dgriffin831

Maintains github-issues in the OpenClaw Skills directory.

View GitHub profile
File Explorer
3 files
legit-api-skill
_expected.json
181 B
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 @dgriffin831/skill-scan: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/dgriffin831/skill-scan. Review commits and README documentation before installing.