Claude Action Auth
Description
Simple authentication setup tool for Claude Code Action on GitHub
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Claude Action Auth
[](https://github.com/hikarubw/claude-action-auth/actions/workflows/ci.yml)
Simple authentication setup tool for Claude Code Action on GitHub
A streamlined CLI tool that configures authentication (OAuth or API Key) for Claude Code Action to interact with your GitHub repositories through Issues and Pull Requests.
Features
- 🔐 Dual Authentication: OAuth (recommended) or API Key
- 🤖 Automated GitHub Actions setup
- 💬 @claude mentions in Issues and PRs
- 🔀 Auto-PR creation from Issues (OAuth only)
- 🏷️ Intelligent label and project management (OAuth only)
Quick Start
# Install the CLI tool
curl -fsSL https://raw.githubusercontent.com/hikarubw/claude-action-auth/main/install.sh | bash
# Setup Claude in your project (one command!)
cd your-project
claude-auth init
# That's it! Claude will now respond to @claude mentions
Installation
Option 1: Quick Install (Recommended)
curl -fsSL https://raw.githubusercontent.com/hikarubw/claude-action-auth/main/install.sh | bash
Option 2: Manual Install
git clone https://github.com/hikarubw/claude-action-auth.git
cd claude-action-auth
./install.sh
Option 3: Custom Directory
# Install to a custom directory (e.g., ~/bin)
curl -fsSL https://raw.githubusercontent.com/hikarubw/claude-action-auth/main/install.sh | bash -s -- ~/bin
Default Installation Location
By default, the tool installs to `~/.local/bin` which is a safe user directory that doesn't require sudo permissions. Make sure this directory is in your PATH:
# Add to ~/.bashrc or ~/.zshrc
export PATH="$HOME/.local/bin:$PATH"
Usage
Quick Setup (Recommended)
# Interactive setup - configures auth and installs workflow
claude-auth init
# OAuth setup with default workflow
claude-auth init --oauth
# API key setup with default workflow
claude-auth init --
Related Skills
使用 Git Worktrees
创建孤立的 Git worktrees,带有智能目录选择与安全验证。
Git Claude skills github
[Building agent skills blog](https://www.anthropic.com/engineering/equipping-agents-for-the-real-world-with-ag
Git #148
, [#161](https://github.com/affaan-m/everything-claude-code/pull/161))
Git GitHub MCP
| Token | Repos, issues, PRs, workflows |
Git GitHub MCP Server
Official first-party server to read repos, manage issues/PRs, and automate workflows.
Git mcp-server-github
GitHub API integration for repos, issues, PRs.
Git