token

Automate OAuth token lifecycle and GitHub secret synchronization across repositories.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/bosmadev/claude --skill token-bosmadev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: token
Source: https://github.com/bosmadev/claude/tree/main/skills/token
Command: npx skills add https://github.com/bosmadev/claude --skill token-bosmadev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manage Claude OAuth tokens and GitHub secrets across repositories, ensuring secure storage and seamless synchronization for CI/CD workflows.

Core Features & Use Cases

  • Visibility into token status across the current project and all detected repos
  • Automatic and force-enabled token refresh workflows
  • Synchronization of tokens to GitHub secrets for the active repository and all detected repositories

Quick Start

Run the unified token management script to initialize and manage tokens and GitHub secrets across your repositories.

Frequently Asked Questions about token

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I sync Claude OAuth tokens to GitHub secrets across multiple repositories?

You can sync Claude OAuth tokens to GitHub secrets across multiple repositories by running the unified token management script, which automatically detects repos and pushes the updated secrets using the gh CLI.

How do I automate OAuth token refresh workflows for Claude Code deployments?

Automate OAuth token refresh workflows for Claude Code deployments by executing the token management script, which supports both automatic and force-enabled refresh cycles to maintain valid credentials.

Can I check the status of my Claude OAuth token across all detected GitHub repositories?

Yes, you can check Claude OAuth token status across all detected GitHub repositories by running the script, which provides visibility into current token states for the active project and all detected repos.

Do I need Python and the gh CLI to manage Claude tokens and GitHub secrets?

Yes, managing Claude tokens and GitHub secrets requires a Python 3.14+ runtime and the gh CLI to securely read, update, and push secrets to your repositories via the claude-github.py script.

What is the best way to manage GitHub secrets for CI/CD workflows using Claude Code?

The best way to manage GitHub secrets for CI/CD workflows using Claude Code is automating the OAuth token lifecycle and synchronizing secrets directly across detected repositories to ensure secure storage.

Why are my Claude OAuth tokens not syncing to GitHub secrets across my project?

Claude OAuth tokens may not sync to GitHub secrets if the Python runtime is below 3.14, the gh CLI is missing, or the token management script lacks permissions to read and push secrets across detected repos.