# Docs

> Skill

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

---

# Skill


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **str** |  | [optional] 
**description** | **str** |  | [optional] 
**category** | **str** |  | [optional] 
**resources** | **List[str]** |  | [optional] 

## Example

```python
from firecrawl_agent.models.skill import Skill

# TODO update the JSON string below
json = "{}"
# create an instance of Skill from a JSON string
skill_instance = Skill.from_json(json)
# print the JSON string representation of the object
print(Skill.to_json())

# convert the object into a dict
skill_dict = skill_instance.to_dict()
# create an instance of Skill from a dict
skill_from_dict = Skill.from_dict(skill_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)



