Docs

Skill

firecrawl 14010c5 20 files · 20.0 KB Updated

File contents

Skill

Properties

Name Type
name string
description string
category string
resources Array<string>

Example

import type { Skill } from '@firecrawl/agent-sdk'

// TODO: Update the object below with actual values
const example = {
  "name": null,
  "description": null,
  "category": null,
  "resources": null,
} satisfies Skill

console.log(example)

// Convert the instance to a JSON string
const exampleJSON: string = JSON.stringify(example)
console.log(exampleJSON)

// Parse the JSON string back to an object
const exampleParsed = JSON.parse(exampleJSON) as Skill
console.log(exampleParsed)

[Back to top] [Back to API list] [Back to Model list] [Back to README]

firecrawl/web-agent/tree/main/.internal/experimental/agent-sdks/javascript/docs commit 14010c5f45

Frequently asked questions

npx skillmds@latest add firecrawl/docs-10