github

star 756

Read-only GitHub API access as Mic92 — issues, PRs, releases, commits, actions runs, etc.

Mic92 By Mic92 schedule Updated 3/28/2026

name: github description: Read-only GitHub API access as Mic92 — issues, PRs, releases, commits, actions runs, etc.

n8n-hooks github <path> [-q k=v ...]     # GET api.github.com<path>
n8n-hooks github discover <term>         # grep endpoints
n8n-hooks github discover /<path>        # exact path → show params

GET-only (enforced server-side). Output is JSON — pipe through jq. Pagination: -q per_page=N -q page=M (max 100).

Example:

n8n-hooks github /repos/NixOS/nixpkgs/pulls/12345/files | jq '.[].filename'
Install via CLI
npx skills add https://github.com/Mic92/dotfiles --skill github
Repository Details
star Stars 756
call_split Forks 39
navigation Branch main
article Path SKILL.md
More from Creator