# AI Skill

The Bindplane CLI comes with an AI Skill ready to install and use.  This skill teaches your AI tool (such as Claude Code, Codex, Gemini, OpenCode, etc) how to use the Bindplane CLI.  This feature is available in Bindplane v1.98+.

## Prerequisites

* Bindplane CLI v1.98 or higher

## Installing the Skill

Once you have installed the CLI (directions [here](https://docs.bindplane.com/cli-and-api/cli/installation)), simply type `bindplane skill install` .  Follow the prompts, and the skill will be installed.

## Updating the Skill

If you update Bindplane, you will also need to update your Bindplane AI Skill, so it knows about any CLI enhancements made in the new version.  Simply run `bindplane skill update`  to update your skill to the version in use.

## Using the Skill

Your AI will determine whether it should use the Bindplane Skill, based on the context of your prompt.  It is helpful to include some type of hint like "*in Bindplane*".

### Example Prompts

* "Assign the WindowsWorkstation config to agent-123 in Bindplane, and roll it out".
* "What is the status of my agents in Bindplane?"
* "How many agents are currently disconnected in Bindplane?"


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.bindplane.com/cli-and-api/cli/ai-skill.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
