967★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
Skill Snapshot
| name | github-issues |
| description | Fetch and manage GitHub issues via the API OpenClaw Skills integration. |
| owner | dgriffin831 |
| repository | dgriffin831/skill-scanpath: test-fixtures/legit-api-skill |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @dgriffin831/skill-scan:test-fixtures/legit-api-skill |
| last updated | Feb 7, 2026 |
Maintainer

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.
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.
