Agent skill

agentuity-cli-git-account-add

Add a GitHub account to your organization. Requires authentication

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/agentuity-cli-git-account-add

Metadata

Additional technical details for this skill

tags
mutating creates-resource slow api-intensive
command
agentuity git account add

SKILL.md

Git Account Add

Add a GitHub account to your organization

Prerequisites

  • Authenticated with agentuity auth login

Usage

bash
agentuity git account add [options]

Options

Option Type Required Default Description
--org string Yes - Organization ID to add the account to

Examples

Add a GitHub account to your organization:

bash
bunx @agentuity/cli git account add

Add to a specific organization:

bash
bunx @agentuity/cli git account add --org org_abc123

Output

Returns JSON object:

json
{
  "connected": "boolean",
  "orgId": "string"
}
Field Type Description
connected boolean Whether the account was connected
orgId string Organization ID

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results