---
name: get-agentskills-spec
description: Gets information and tools related to the Agent Skills specification for understanding or implementing agent capabilities.
---

# Get Agent Skills Spec

Gets information and tools related to the Agent Skills specification for understanding or implementing agent capabilities.

guidelines:
- Read the references once. If that fails, run the script. Do not read the references again.

## Read References

- [Overview](references/home.md): A simple, open format for giving agents new capabilities and expertise.
- [Integrate skills into your agent](references/integrate-skills.md): How to add Agent Skills support to your agent or tool.
- [Specification](references/specification.md): The complete format specification for Agent Skills.
- [What are skills?](references/what-are-skills.md): Agent Skills are a lightweight, open format for extending AI agent capabilities with specialized knowledge and workflows.

## Run Script (Fallback Only)

Usage: `python scripts/tool.py`

```bash
python scripts/tool.py
```

## Script Dependencies (If Required)

```bash
pip install requests
```
