{"token_count": 423}

# Agent Skills for Teleport

Skills help AI agents work more effectively with Teleport by providing task-specific instructions and recommended workflows for common operations such as infrastructure access, resource enrollment, access requests, and identity management. Rather than relying solely on general knowledge, agents can follow guidance tailored to Teleport workflows and resources.

## Available skills

Install skills

| Skill Name               | Description                                                                                                                                                                                                                                                                                                                                                                                                                             | Action                                                                                                                 |
| ------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- |
| `teleport-investigate`   | This skill helps you search and explore Teleport's Identity Security activity log with `tctl investigate` — finding who did what, where, and when across users, resources, and integrations such as AWS, GitHub, and Okta.                                                                                                                                                                                                              | Install[View Raw Skill ](https://github.com/gravitational/teleport/tree/master/skills/teleport-investigate/SKILL.md)   |
| `teleport-access-review` | This skill helps you answer **who can reach which resources, how, and whether that access is actually used** with `tctl access-review`. The command takes a `SELECT … FROM access_path` query that scopes the identities to review and returns, per `(identity, resource)`, the resolved access level, the grant backing it, the grant path counts, and — over a time window — how often the access was used and when it was last used. | Install[View Raw Skill ](https://github.com/gravitational/teleport/tree/master/skills/teleport-access-review/SKILL.md) |
