# Docs

> FirecrawlAgent::Skill

- Skill: `firecrawl/docs-5` (Agent Skill, multi-file: 20 files)
- Install (CLI): `npx skillmds@latest add firecrawl/docs-5`
- Raw SKILL.md: https://api.skillmd.com/api/skills/firecrawl/docs-5/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: firecrawl (https://skillmd.com/u/firecrawl)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/firecrawl/docs-5

---

# FirecrawlAgent::Skill

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **name** | **String** |  | [optional] |
| **description** | **String** |  | [optional] |
| **category** | **String** |  | [optional] |
| **resources** | **Array&lt;String&gt;** |  | [optional] |

## Example

```ruby
require 'firecrawl_agent'

instance = FirecrawlAgent::Skill.new(
  name: null,
  description: null,
  category: null,
  resources: null
)
```


