Docs

FirecrawlAgent::Skill

firecrawl 9585b1a 20 files · 14.3 KB Updated

File contents

FirecrawlAgent::Skill

Properties

Name Type Description Notes
name String [optional]
description String [optional]
category String [optional]
resources Array<String> [optional]

Example

require 'firecrawl_agent'

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

firecrawl/web-agent/tree/main/.internal/experimental/agent-sdks/ruby/docs commit 9585b1aee3

Frequently asked questions

npx skillmds@latest add firecrawl/docs-5