# Celesto AI AI Agent Skills

Celesto AI publishes official AI agent skills for its tools, services, and developer workflows. Sandbox for long-running AI agent harnesses.

Browse 1 official AI agent skill across 1 Celesto AI repository, with install commands and source links.

Official page: https://skillscout.sh/official/celestoai/
Markdown page: https://skillscout.sh/official/celestoai/celestoai_skills_skillscout.md
Vendor website: https://celesto.ai/

## Prompt for your agent

Fetch this Markdown manifest as plain text: https://skillscout.sh/official/celestoai/celestoai_skills_skillscout.md. If your browser cannot display the Markdown directly, use curl or another text fetcher. Recommend the relevant Celesto AI skills package or packages for my goal, explain which individual skills matter, and wait for my approval. After I approve, install with the npx command. If no project is open, install it as an agent skill I can use later.

## Skills packages

### celestoai/sdk

Includes 1 official skill: celesto-publish-github-app.

Install:

```bash
npx skills add celestoai/sdk -y
```

Source: https://github.com/CelestoAI/sdk

## Individual skills

### celesto-publish-github-app

Official Celesto AI skill from celestoai/sdk.

Install:

```bash
npx skills add celestoai/sdk@celesto-publish-github-app -y
```

Package: celestoai/sdk
Source: https://github.com/CelestoAI/sdk/tree/main/agent_skills/celesto-publish-github-app

## celestoai/sdk package overview

Includes 1 official skill: celesto-publish-github-app.

### Top skills in this package

- celesto-publish-github-app: Official Celesto AI skill from celestoai/sdk.

### Install

Install the full package:

```bash
npx skills add celestoai/sdk -y
```

Install a specific skill:

```bash
npx skills add celestoai/sdk@celesto-publish-github-app -y
```

Use the package when you want your agent to choose the relevant skill from this official repository.

Source: https://github.com/celestoai/sdk#readme
