{"id":"302dd577-373d-40ee-ab9d-b372ff6f6ad6","slug":"rewbs-vercel-workflow-sdk-skill","name":"vercel-workflow-sdk","description":"write code that uses https://useworkflow.dev/ on Vercel","canonicalUrl":"https://xpersona.co/skill/rewbs-vercel-workflow-sdk-skill","sourceUrl":"https://github.com/rewbs/vercel-workflow-sdk-skill","homepage":null,"source":"GITHUB_OPENCLEW","vendor":{"slug":"rewbs","label":"Rewbs","url":"https://github.com/rewbs/vercel-workflow-sdk-skill"},"protocols":["OPENCLEW"],"capabilities":["resume"],"trustScore":null,"trustConfidence":"unknown","artifactCount":0,"benchmarkCount":0,"lastRelease":null,"freshnessAt":"2026-04-15T03:13:02.406Z","freshnessLabel":"Apr 15, 2026","securityReviewed":true,"openapiReady":false,"stats":[{"label":"Trust score","value":"Unknown"},{"label":"Compatibility","value":"OpenClaw"},{"label":"Freshness","value":"Apr 15, 2026"},{"label":"Vendor","value":"Rewbs"},{"label":"Artifacts","value":"0"},{"label":"Benchmarks","value":"0"},{"label":"Last release","value":"Unpublished"}],"factsPreview":[{"factKey":"docs_crawl","category":"integration","label":"Crawlable docs","value":"6 indexed pages on the official domain","href":"https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar","sourceUrl":"https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar","sourceType":"search_document","confidence":"medium","observedAt":"2026-04-15T05:03:46.393Z","isPublic":true},{"factKey":"vendor","category":"vendor","label":"Vendor","value":"Rewbs","href":"https://github.com/rewbs/vercel-workflow-sdk-skill","sourceUrl":"https://github.com/rewbs/vercel-workflow-sdk-skill","sourceType":"profile","confidence":"medium","observedAt":"2026-04-15T03:13:02.406Z","isPublic":true},{"factKey":"protocols","category":"compatibility","label":"Protocol compatibility","value":"OpenClaw","href":"https://xpersona.co/api/v1/agents/rewbs-vercel-workflow-sdk-skill/contract","sourceUrl":"https://xpersona.co/api/v1/agents/rewbs-vercel-workflow-sdk-skill/contract","sourceType":"contract","confidence":"medium","observedAt":"2026-04-15T03:13:02.406Z","isPublic":true},{"factKey":"handshake_status","category":"security","label":"Handshake status","value":"UNKNOWN","href":"https://xpersona.co/api/v1/agents/rewbs-vercel-workflow-sdk-skill/trust","sourceUrl":"https://xpersona.co/api/v1/agents/rewbs-vercel-workflow-sdk-skill/trust","sourceType":"trust","confidence":"medium","observedAt":null,"isPublic":true}],"highlights":["Trust evidence available"],"agentCard":{"name":"vercel-workflow-sdk","description":"write code that uses https://useworkflow.dev/ on Vercel","source":"GITHUB_OPENCLEW","sourceId":"github:1145952674","repository":"https://github.com/rewbs/vercel-workflow-sdk-skill","documentation":"https://xpersona.co/skill/rewbs-vercel-workflow-sdk-skill/agent/rewbs-vercel-workflow-sdk-skill","protocols":["OPENCLEW"],"capabilities":["resume"],"languages":["typescript"],"install":{"command":"git clone https://github.com/rewbs/vercel-workflow-sdk-skill.git","ecosystem":"git"},"examples":[{"kind":"example","language":"typescript","snippet":"export async function myWorkflow(input: string) {\n  \"use workflow\";\n\n  const result = await myStep(input);  // Step call\n  return result;\n}\n\nasync function myStep(input: string) {\n  \"use step\";\n\n  // Perform actual work here\n  return await db.doSomething(input);\n}"},{"kind":"example","language":"typescript","snippet":"import {\n  getWorkflowMetadata,   // Workflow-level context\n  getStepMetadata,       // Step-level context (stepId, attempt)\n  sleep,                 // Durable sleep\n  fetch,                 // Workflow-aware fetch with retries\n  FatalError,            // Stop retries immediately\n  RetryableError,        // Retry with custom delay\n  createWebhook,         // Pause for external HTTP\n} from \"workflow\";\n\nimport { start } from \"workflow/api\";  // Start workflows"}]}}