From github-agent-runner
Install a gh-aw workflow into the current repo, including auth setup. Use when the user has picked a workflow (often after /discover-workflows) and wants it wired up, or types /install-workflow.
npx claudepluginhub verkyyi/github-agent-runnerThis skill uses the workspace's default tool permissions.
Install one workflow from the upstream `githubnext/agentics` catalog into the current repo, end to end: fetch, configure auth, commit, verify.
Writes articles, guides, blog posts, tutorials, and newsletters in a voice from examples or brand guidance. For polished long-form content with structure, pacing, and credibility.
Records polished WebM UI demo videos of web apps using Playwright with cursor overlay, natural pacing, and three-phase scripting. Activates for demo, walkthrough, screen recording, or tutorial requests.
Executes repo commands, inspects git state, debugs CI failures, and pushes narrow fixes with exact proof of execution and verification. Use for command runs, repo checks, or evidence-based changes.
Install one workflow from the upstream githubnext/agentics catalog into the current repo, end to end: fetch, configure auth, commit, verify.
/discover-workflows first and stop. Otherwise, treat the name as a workflow in githubnext/agentics/workflows/ — gh aw add <workflow> in Step 4 will fail cleanly if the name doesn't resolve.gh CLI authenticated, gh aw extension installed, write access to the repo. Surface missing pieces plainly; don't try to install tools on the user's behalf.auth.md. Ask once: subscription or API key? Then for OAuth path guide the user through claude setup-token + gh secret set CLAUDE_CODE_OAUTH_TOKEN; for API-key path, gh secret set ANTHROPIC_API_KEY.gh aw add <workflow> — compiles the .lock.yml.auth.md Step 3 (two-pass sed — never skip the --exclude-env carve-out). Verify with the grep counts in auth.md Step 4.gh aw validate (safe — does not recompile).gh aw compile reverts the tweak — re-apply on every recompile.gh aw add. If gh aw can't produce the result, the workflow isn't in the upstream catalog.gh secret set command to run themselves, or use gh to set it via stdin without echoing.--exclude-env ANTHROPIC_API_KEY carve-out. The blanket sed-replace strips the token from the sandbox and breaks auth ("Not logged in"). See auth.md for the two-pass pattern.gh aw compile silently after the tweak is applied; it reverts the tweak. If recompilation is needed, re-apply Step 5 from the flow before committing.