# Docs

> Skill

- Skill: `firecrawl/docs-11` (Agent Skill, multi-file: 20 files)
- Install (CLI): `npx skillmds@latest add firecrawl/docs-11`
- Raw SKILL.md: https://api.skillmd.com/api/skills/firecrawl/docs-11/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-11

---

# Skill
## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Name** | **String** |  | [optional] 
**Description** | **String** |  | [optional] 
**Category** | **String** |  | [optional] 
**Resources** | **String[]** |  | [optional] 

## Examples

- Prepare the resource
```powershell
$Skill = Initialize-FirecrawlAgentSkill  -Name null `
 -Description null `
 -Category null `
 -Resources null
```

- Convert the resource to JSON
```powershell
$Skill | ConvertTo-JSON
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


