Claude Action Auth banner
hikarubw hikarubw

Claude Action Auth

Git community

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

[![CI](https://github.com/hikarubw/claude-action-auth/actions/workflows/ci.yml/badge.svg)](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 --