Claude
Skills
Sign in
Back

agentio-github

Included with Lifetime
$97 forever

Use when interacting with GitHub via the agentio CLI.

General

What this skill does


# Github via agentio

Auto-generated from `agentio skill github`. Do not edit by hand.

## agentio github install <repo>

Install AGENTIO_KEY and AGENTIO_CONFIG as GitHub Actions secrets

Options:

- `--profile <name>`: Profile name (optional if only one profile exists)

```
Examples:

  # install secrets into a repo using the default github profile
  agentio github install octocat/hello-world

  # install secrets using a named profile
  agentio github install octocat/hello-world --profile work
```

## agentio github uninstall <repo>

Remove AGENTIO_KEY and AGENTIO_CONFIG secrets from a repository

Options:

- `--profile <name>`: Profile name (optional if only one profile exists)

```
Examples:

  # remove the agentio secrets from a repo
  agentio github uninstall octocat/hello-world

  # uninstall using a named profile
  agentio github uninstall octocat/hello-world --profile work
```
Files: 1
Size: 1.0 KB
Complexity: 3/100
Category: General

Related in General