OverviewHistoryStatsSecurity
npx skills add ...
Documentation
SKILL.md
npx skills add firecrawl/openclaw --skill github
GitHub operations via `gh` CLI: issues, PRs, CI runs, code review, API queries. Use when: (1) checking PR status or CI, (2) creating/commenting on issues, (3) listing/filtering PRs or issues, (4) viewing run logs. NOT for: complex web UI interactions requiring manual browser flows (use browser tooling when available), bulk operations across many repos (script with gh api), or when gh auth is not configured.
npx skills add firecrawl/openclaw --skill github
Use the gh CLI to interact with GitHub repositories, issues, PRs, and CI.
✅ USE this skill when:
❌ DON'T use this skill when:
git directlygit clonecoding-agent skillcoding-agent or read files directlyMost commands support --json for structured output with --jq filtering:
--repo owner/repo when not in a git directorygh pr view https://github.com/owner/repo/pull/55gh api --cache 1h for repeated queries