Keep · infra SKILL.md
OpenClaw GitHub skill — slash install, PAT in vault, then gh
WhenUse when the agent needs gh and the PAT must not sit in a dotenv.
StopStore the PAT in Bitwarden, not a dotenv. Tell it which repos it may touch. Never grant org-admin by default.
Steps
- In the OpenClaw session: /skill install steipete/github. Hot reloads. No restart.
- GitHub PAT with repo, workflow, and read:org. Store it in Bitwarden, not a dotenv file.
- Tell the agent your handle and which repos it may touch. After that: natural language (failing CI on last PR, draft a review comment, open an issue from Slack).
Load/skill install steipete/github. PAT in vault. gh wrapper.
SourceJoel Yi (@aiclawbots)
--- name: OpenClaw GitHub skill — slash install, PAT in vault, then gh description: Use when the agent needs gh and the PAT must not sit in a dotenv. --- # OpenClaw GitHub skill — slash install, PAT in vault, then gh When: Use when the agent needs gh and the PAT must not sit in a dotenv. Stop: Store the PAT in Bitwarden, not a dotenv. Tell it which repos it may touch. Never grant org-admin by default. 1. In the OpenClaw session: /skill install steipete/github. Hot reloads. No restart. 2. GitHub PAT with repo, workflow, and read:org. Store it in Bitwarden, not a dotenv file. 3. Tell the agent your handle and which repos it may touch. After that: natural language (failing CI on last PR, draft a review comment, open an issue from Slack). Load: /skill install steipete/github. PAT in vault. gh wrapper.
