Install
openclaw skills install @vitobigbrain/tester-skill-vitoRun outcome-focused Firecrawl workflows that produce deliverables such as research reports, SEO audits, QA reports, lead lists, knowledge bases, website design systems, and other structured web-data artifacts. Use when the user wants Firecrawl to complete a business, marketing, product, or creative workflow rather than merely scrape a page or integrate API calls into code.
openclaw skills install @vitobigbrain/tester-skill-vitoUse this when the user wants a finished deliverable powered by Firecrawl, not only raw web extraction and not product-code integration.
DESIGN.md.If no existing workflow fits, use this generic process and produce a reusable pattern that could become a new skill.
Infer the workflow, inputs, audience, and output format from the user's request and surrounding context. If enough is clear, start immediately.
Ask at most 1-3 concise clarifying questions only when a missing input would block the work, such as:
Use the host agent's normal way to ask clarifying questions. Do not depend on a harness-specific function name.
If appropriate, use sub-agents or equivalent parallel task runners for independent units such as:
Keep the handoff generic: provide the unit of work, source URLs or search terms, expected extracted fields, and output format.
Every workflow should return:
For authoring new workflow skills, see workflow-authoring.md.