add-bot

Add seabbs-bot as a collaborator with push access to a GitHub repository.

7|3|Updated Jul 31, 2025
One-click install
npx skills add https://github.com/seabbs/claude-code-config --skill add-bot
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-bot
Source: https://github.com/seabbs/claude-code-config/tree/main/skills/add-bot
Command: npx skills add https://github.com/seabbs/claude-code-config --skill add-bot

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Grants push access to a GitHub repository by adding seabbs-bot as a collaborator.

Core Features & Use Cases

  • Automates granting repository access for seabbs-bot with push permissions.
  • Validates repository context and ensures only authorized admin actions are performed.
  • Supports single-repo or owner/name inputs and reports on results.

Quick Start

Invite seabbs-bot as a collaborator with push permissions to your repository.

Frequently Asked Questions about add-bot

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

FAQPage Schema
How do I add a bot as a collaborator with push permissions on GitHub?

To grant push access on GitHub, this Skill adds seabbs-bot as a collaborator to your repository. It uses the GitHub API to automate the invitation and applies the necessary push permissions automatically.

Can I grant repository access to seabbs-bot using an owner/name input?

Yes, you can grant repository access using a single owner/name input. The Skill validates the repository context to ensure the collaborator invitation targets the correct GitHub project.

Does adding a push collaborator require admin permissions on the GitHub repository?

Yes, adding a push collaborator requires admin permissions on the GitHub repository. The Skill validates your current repository context and ensures only authorized admin actions are performed.

What is the best way to automate granting push access for a GitHub bot?

Automating push access for a GitHub bot is best handled by using the GitHub API to add the bot as a collaborator. This Skill validates inputs and reports on results to prevent unauthorized changes.

Why does granting GitHub collaborator access fail without repository context validation?

Granting GitHub collaborator access fails without validation to prevent unauthorized changes. The Skill verifies the repository context and required permissions before using the GitHub API to add seabbs-bot.