Add MCP prompt skills for workflow design, debugging, and extraction (#4739)

This commit is contained in:
Marc Kelechava
2026-02-12 21:27:20 -08:00
committed by GitHub
parent b419d68bc1
commit cc4a8b83cc
4 changed files with 446 additions and 14 deletions

View File

@@ -349,7 +349,7 @@ async def skyvern_workflow_create(
Best practice: use one block per logical step with a short focused prompt (2-3 sentences).
Use "navigation" blocks for actions (filling forms, clicking) and "extraction" blocks for pulling data.
Do NOT use the deprecated "task" block type.
Common block types: navigation, extraction, task_v2, for_loop, conditional, code, text_prompt, action, wait, login.
Common block types: navigation, extraction, for_loop, conditional, code, text_prompt, action, wait, login.
Call skyvern_block_schema() for the full list with schemas and examples.
Example JSON definition (multi-block EIN application):