{
  "schemaVersion": "1.0",
  "item": {
    "slug": "eachlabs-workflows",
    "name": "Eachlabs Workflows",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/eftalyurtseven/eachlabs-workflows",
    "canonicalUrl": "https://clawhub.ai/eftalyurtseven/eachlabs-workflows",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/eachlabs-workflows",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=eachlabs-workflows",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "references/WORKFLOW-EXAMPLES.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/eachlabs-workflows"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/eachlabs-workflows",
    "agentPageUrl": "https://openagent3.xyz/skills/eachlabs-workflows/agent",
    "manifestUrl": "https://openagent3.xyz/skills/eachlabs-workflows/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/eachlabs-workflows/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "EachLabs Workflows",
        "body": "Build, manage, and execute multi-step AI workflows that chain multiple models together via the EachLabs Workflows API."
      },
      {
        "title": "Authentication",
        "body": "Header: X-API-Key: <your-api-key>\n\nSet the EACHLABS_API_KEY environment variable. Get your key at eachlabs.ai."
      },
      {
        "title": "Base URL",
        "body": "https://workflows.eachlabs.run/api/v1"
      },
      {
        "title": "Building a Workflow",
        "body": "To build a workflow, you must: (1) create the workflow, then (2) create a version with the steps."
      },
      {
        "title": "Step 1: Create the Workflow",
        "body": "curl -X POST https://workflows.eachlabs.run/api/v1/workflows \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -d '{\n    \"name\": \"Product Photo to Video\",\n    \"description\": \"Generate a product video from a product photo\"\n  }'\n\nThis returns a workflowID. Use it in the next step."
      },
      {
        "title": "Step 2: Create a Version with Steps",
        "body": "curl -X POST https://workflows.eachlabs.run/api/v1/workflows/{workflowID}/versions \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -d '{\n    \"description\": \"Initial version\",\n    \"steps\": [\n      {\n        \"name\": \"enhance_photo\",\n        \"model\": \"gpt-image-v1-5-edit\",\n        \"version\": \"0.0.1\",\n        \"input\": {\n          \"prompt\": \"Place this product on a clean white background with studio lighting\",\n          \"image_urls\": [\"{{inputs.image_url}}\"],\n          \"quality\": \"high\"\n        }\n      },\n      {\n        \"name\": \"create_video\",\n        \"model\": \"pixverse-v5-6-image-to-video\",\n        \"version\": \"0.0.1\",\n        \"input\": {\n          \"image_url\": \"{{steps.enhance_photo.output}}\",\n          \"prompt\": \"Slow cinematic rotation around the product\",\n          \"duration\": \"5\",\n          \"resolution\": \"1080p\"\n        }\n      }\n    ]\n  }'\n\nImportant: Before adding a model to a workflow step, check its schema with GET https://api.eachlabs.ai/v1/model?slug=<slug> to validate the correct input parameters."
      },
      {
        "title": "Step 3: Trigger the Workflow",
        "body": "curl -X POST https://workflows.eachlabs.run/api/v1/{workflowID}/trigger \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -d '{\n    \"inputs\": {\n      \"image_url\": \"https://example.com/product.jpg\"\n    }\n  }'"
      },
      {
        "title": "Step 4: Poll for Result",
        "body": "curl https://workflows.eachlabs.run/api/v1/executions/{executionID} \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\"\n\nPoll until status is \"completed\" or \"failed\". Extract output from step_outputs."
      },
      {
        "title": "List Workflows",
        "body": "curl https://workflows.eachlabs.run/api/v1/workflows \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\""
      },
      {
        "title": "Get Workflow Details",
        "body": "curl https://workflows.eachlabs.run/api/v1/workflows/{workflowID} \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\""
      },
      {
        "title": "Bulk Trigger",
        "body": "Trigger the same workflow with multiple inputs:\n\ncurl -X POST https://workflows.eachlabs.run/api/v1/{workflowID}/trigger/bulk \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -d '{\n    \"executions\": [\n      { \"inputs\": { \"image_url\": \"https://example.com/product1.jpg\" } },\n      { \"inputs\": { \"image_url\": \"https://example.com/product2.jpg\" } },\n      { \"inputs\": { \"image_url\": \"https://example.com/product3.jpg\" } }\n    ]\n  }'"
      },
      {
        "title": "Check Execution Status",
        "body": "curl https://workflows.eachlabs.run/api/v1/executions/{executionID} \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\"\n\nResponse includes status (pending, running, completed, failed) and step_outputs with results from each step."
      },
      {
        "title": "Webhooks",
        "body": "Configure a webhook to receive results asynchronously:\n\ncurl -X POST https://workflows.eachlabs.run/api/v1/{workflowID}/trigger \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -d '{\n    \"inputs\": { \"image_url\": \"https://example.com/photo.jpg\" },\n    \"webhook_url\": \"https://your-server.com/webhook\"\n  }'"
      },
      {
        "title": "Version Management",
        "body": "Workflow versions allow you to iterate on workflows while keeping previous versions intact. Steps are defined in versions, not in the workflow itself."
      },
      {
        "title": "Create a Version",
        "body": "curl -X POST https://workflows.eachlabs.run/api/v1/workflows/{workflowID}/versions \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -d '{\n    \"description\": \"Added upscaling step\",\n    \"steps\": [\n      {\n        \"name\": \"generate_image\",\n        \"model\": \"gpt-image-v1-5-text-to-image\",\n        \"version\": \"0.0.1\",\n        \"input\": {\n          \"prompt\": \"{{inputs.prompt}}\",\n          \"quality\": \"high\"\n        }\n      },\n      {\n        \"name\": \"upscale\",\n        \"model\": \"topaz-upscale-image\",\n        \"version\": \"0.0.1\",\n        \"input\": {\n          \"image_url\": \"{{steps.generate_image.output}}\"\n        }\n      }\n    ]\n  }'"
      },
      {
        "title": "Get a Version",
        "body": "curl https://workflows.eachlabs.run/api/v1/workflows/{workflowID}/versions/{versionID} \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\""
      },
      {
        "title": "Update a Version",
        "body": "curl -X PUT https://workflows.eachlabs.run/api/v1/workflows/{workflowID}/versions/{versionID} \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -d '{\n    \"description\": \"Updated prompt template\",\n    \"steps\": [\n      {\n        \"name\": \"generate_image\",\n        \"model\": \"gpt-image-v1-5-text-to-image\",\n        \"version\": \"0.0.1\",\n        \"input\": {\n          \"prompt\": \"Professional photo: {{inputs.prompt}}\",\n          \"quality\": \"high\"\n        }\n      }\n    ]\n  }'"
      },
      {
        "title": "List Versions",
        "body": "curl https://workflows.eachlabs.run/api/v1/workflows/{workflowID}/versions \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\""
      },
      {
        "title": "Workflow Features",
        "body": "Two-phase creation: Create workflow first, then add steps via versions\nStep chaining: Reference previous step outputs with {{steps.step_name.output}}\nInput variables: Use {{inputs.variable_name}} to pass dynamic inputs\nVersion management: Create, update, and retrieve workflow versions\nBulk execution: Process multiple inputs in a single API call\nWebhook support: Get notified when executions complete\nPublic/unlisted sharing: Share workflows with others"
      },
      {
        "title": "Example Workflow References",
        "body": "See references/WORKFLOW-EXAMPLES.md for common workflow patterns."
      }
    ],
    "body": "EachLabs Workflows\n\nBuild, manage, and execute multi-step AI workflows that chain multiple models together via the EachLabs Workflows API.\n\nAuthentication\nHeader: X-API-Key: <your-api-key>\n\n\nSet the EACHLABS_API_KEY environment variable. Get your key at eachlabs.ai.\n\nBase URL\nhttps://workflows.eachlabs.run/api/v1\n\nBuilding a Workflow\n\nTo build a workflow, you must: (1) create the workflow, then (2) create a version with the steps.\n\nStep 1: Create the Workflow\ncurl -X POST https://workflows.eachlabs.run/api/v1/workflows \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -d '{\n    \"name\": \"Product Photo to Video\",\n    \"description\": \"Generate a product video from a product photo\"\n  }'\n\n\nThis returns a workflowID. Use it in the next step.\n\nStep 2: Create a Version with Steps\ncurl -X POST https://workflows.eachlabs.run/api/v1/workflows/{workflowID}/versions \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -d '{\n    \"description\": \"Initial version\",\n    \"steps\": [\n      {\n        \"name\": \"enhance_photo\",\n        \"model\": \"gpt-image-v1-5-edit\",\n        \"version\": \"0.0.1\",\n        \"input\": {\n          \"prompt\": \"Place this product on a clean white background with studio lighting\",\n          \"image_urls\": [\"{{inputs.image_url}}\"],\n          \"quality\": \"high\"\n        }\n      },\n      {\n        \"name\": \"create_video\",\n        \"model\": \"pixverse-v5-6-image-to-video\",\n        \"version\": \"0.0.1\",\n        \"input\": {\n          \"image_url\": \"{{steps.enhance_photo.output}}\",\n          \"prompt\": \"Slow cinematic rotation around the product\",\n          \"duration\": \"5\",\n          \"resolution\": \"1080p\"\n        }\n      }\n    ]\n  }'\n\n\nImportant: Before adding a model to a workflow step, check its schema with GET https://api.eachlabs.ai/v1/model?slug=<slug> to validate the correct input parameters.\n\nStep 3: Trigger the Workflow\ncurl -X POST https://workflows.eachlabs.run/api/v1/{workflowID}/trigger \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -d '{\n    \"inputs\": {\n      \"image_url\": \"https://example.com/product.jpg\"\n    }\n  }'\n\nStep 4: Poll for Result\ncurl https://workflows.eachlabs.run/api/v1/executions/{executionID} \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\"\n\n\nPoll until status is \"completed\" or \"failed\". Extract output from step_outputs.\n\nWorkflow Management\nList Workflows\ncurl https://workflows.eachlabs.run/api/v1/workflows \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\"\n\nGet Workflow Details\ncurl https://workflows.eachlabs.run/api/v1/workflows/{workflowID} \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\"\n\nBulk Trigger\n\nTrigger the same workflow with multiple inputs:\n\ncurl -X POST https://workflows.eachlabs.run/api/v1/{workflowID}/trigger/bulk \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -d '{\n    \"executions\": [\n      { \"inputs\": { \"image_url\": \"https://example.com/product1.jpg\" } },\n      { \"inputs\": { \"image_url\": \"https://example.com/product2.jpg\" } },\n      { \"inputs\": { \"image_url\": \"https://example.com/product3.jpg\" } }\n    ]\n  }'\n\nCheck Execution Status\ncurl https://workflows.eachlabs.run/api/v1/executions/{executionID} \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\"\n\n\nResponse includes status (pending, running, completed, failed) and step_outputs with results from each step.\n\nWebhooks\n\nConfigure a webhook to receive results asynchronously:\n\ncurl -X POST https://workflows.eachlabs.run/api/v1/{workflowID}/trigger \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -d '{\n    \"inputs\": { \"image_url\": \"https://example.com/photo.jpg\" },\n    \"webhook_url\": \"https://your-server.com/webhook\"\n  }'\n\nVersion Management\n\nWorkflow versions allow you to iterate on workflows while keeping previous versions intact. Steps are defined in versions, not in the workflow itself.\n\nCreate a Version\ncurl -X POST https://workflows.eachlabs.run/api/v1/workflows/{workflowID}/versions \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -d '{\n    \"description\": \"Added upscaling step\",\n    \"steps\": [\n      {\n        \"name\": \"generate_image\",\n        \"model\": \"gpt-image-v1-5-text-to-image\",\n        \"version\": \"0.0.1\",\n        \"input\": {\n          \"prompt\": \"{{inputs.prompt}}\",\n          \"quality\": \"high\"\n        }\n      },\n      {\n        \"name\": \"upscale\",\n        \"model\": \"topaz-upscale-image\",\n        \"version\": \"0.0.1\",\n        \"input\": {\n          \"image_url\": \"{{steps.generate_image.output}}\"\n        }\n      }\n    ]\n  }'\n\nGet a Version\ncurl https://workflows.eachlabs.run/api/v1/workflows/{workflowID}/versions/{versionID} \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\"\n\nUpdate a Version\ncurl -X PUT https://workflows.eachlabs.run/api/v1/workflows/{workflowID}/versions/{versionID} \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -d '{\n    \"description\": \"Updated prompt template\",\n    \"steps\": [\n      {\n        \"name\": \"generate_image\",\n        \"model\": \"gpt-image-v1-5-text-to-image\",\n        \"version\": \"0.0.1\",\n        \"input\": {\n          \"prompt\": \"Professional photo: {{inputs.prompt}}\",\n          \"quality\": \"high\"\n        }\n      }\n    ]\n  }'\n\nList Versions\ncurl https://workflows.eachlabs.run/api/v1/workflows/{workflowID}/versions \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\"\n\nWorkflow Features\nTwo-phase creation: Create workflow first, then add steps via versions\nStep chaining: Reference previous step outputs with {{steps.step_name.output}}\nInput variables: Use {{inputs.variable_name}} to pass dynamic inputs\nVersion management: Create, update, and retrieve workflow versions\nBulk execution: Process multiple inputs in a single API call\nWebhook support: Get notified when executions complete\nPublic/unlisted sharing: Share workflows with others\nExample Workflow References\n\nSee references/WORKFLOW-EXAMPLES.md for common workflow patterns."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/eftalyurtseven/eachlabs-workflows",
    "publisherUrl": "https://clawhub.ai/eftalyurtseven/eachlabs-workflows",
    "owner": "eftalyurtseven",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/eachlabs-workflows",
    "downloadUrl": "https://openagent3.xyz/downloads/eachlabs-workflows",
    "agentUrl": "https://openagent3.xyz/skills/eachlabs-workflows/agent",
    "manifestUrl": "https://openagent3.xyz/skills/eachlabs-workflows/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/eachlabs-workflows/agent.md"
  }
}