Docs

Skill

firecrawl 4a40dbf 20 files · 25.7 KB Updated

File contents

Skill

Properties

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

Example

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] [Back to API list] [Back to README]

firecrawl/web-agent/tree/main/.internal/experimental/agent-sdks/python/docs commit 4a40dbf6c7

Frequently asked questions

npx skillmds@latest add firecrawl/docs-9