{
  "schemaVersion": "1.0",
  "item": {
    "slug": "workflow-engine",
    "name": "Workflow Engine",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/plgonzalezrx8/workflow-engine",
    "canonicalUrl": "https://clawhub.ai/plgonzalezrx8/workflow-engine",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/workflow-engine",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=workflow-engine",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "skill.json"
    ],
    "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/workflow-engine"
    },
    "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/workflow-engine",
    "agentPageUrl": "https://openagent3.xyz/skills/workflow-engine/agent",
    "manifestUrl": "https://openagent3.xyz/skills/workflow-engine/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/workflow-engine/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": "Contract",
        "body": "This skill is intentionally skeleton-only. It provides structure parity with canonical queue orchestration without plugin hooks.\n\nWave 2 execution parity includes:\n\nSetup derivation phase ordering: detection -> understanding -> derivation -> proposal -> generation -> validation\nRequired persisted setup artifacts: ops/derivation.md, ops/derivation-manifest.md, ops/config.yaml\nIn-skill lifecycle emulation routines (not real hook execution):\n\nsession orient\nwrite-time validation checklist\nstop/session capture persistence"
      },
      {
        "title": "Argument Parsing",
        "body": "Parse arguments in this order:\n\npositional target (optional)\n--handoff (boolean)\n--batch <id> (optional)\n--type <phase> (optional)\nunknown flags are non-fatal; report and ignore\n\nIf no target is supplied, list candidate inbox files and request explicit selection."
      },
      {
        "title": "Runtime Loader Requirements",
        "body": "Before doing queue work, load runtime context from:\n\nops/derivation-manifest.md (if present)\nops/config.yaml (if present)\nqueue file with fallback precedence:\n\nops/queue/queue.yaml\nops/queue/queue.yml\nops/queue/queue.json\n\nIf no queue file exists, fail safely with actionable remediation."
      },
      {
        "title": "Safety Constraints",
        "body": "Never:\n\nexecute arbitrary shell from user-provided strings\ncontinue processing after parse/load failures\nmutate tasks outside declared queue schema fields\ncall external plugins/hooks (explicitly out of scope)\n\nAlways:\n\nvalidate queue structure before state transitions\nmake state transitions explicit (extract -> create -> reflect -> reweave -> verify -> done)\nproduce deterministic handoff text when --handoff is set\npreserve resumability by reading persisted queue state first"
      },
      {
        "title": "Scope Boundary",
        "body": "No plugin hooks are implemented in this skeleton.\nLifecycle behavior is emulated in-skill to preserve deterministic execution semantics only."
      },
      {
        "title": "Installation",
        "body": "To install the workflow-engine and enable its hooks:\n\n# Clone or navigate to the workflow-engine directory\ncd workflow-engine\n\n# Run the install script to set up hooks\n./install-hooks.sh\n\n# Or manually enable hooks via openclaw\nopenclaw hooks enable session-orient\nopenclaw hooks enable write-validate\nopenclaw hooks enable session-capture"
      }
    ],
    "body": "Contract\n\nThis skill is intentionally skeleton-only. It provides structure parity with canonical queue orchestration without plugin hooks.\n\nWave 2 execution parity includes:\n\nSetup derivation phase ordering: detection -> understanding -> derivation -> proposal -> generation -> validation\nRequired persisted setup artifacts: ops/derivation.md, ops/derivation-manifest.md, ops/config.yaml\nIn-skill lifecycle emulation routines (not real hook execution):\nsession orient\nwrite-time validation checklist\nstop/session capture persistence\nArgument Parsing\n\nParse arguments in this order:\n\npositional target (optional)\n--handoff (boolean)\n--batch <id> (optional)\n--type <phase> (optional)\nunknown flags are non-fatal; report and ignore\n\nIf no target is supplied, list candidate inbox files and request explicit selection.\n\nRuntime Loader Requirements\n\nBefore doing queue work, load runtime context from:\n\nops/derivation-manifest.md (if present)\nops/config.yaml (if present)\nqueue file with fallback precedence:\nops/queue/queue.yaml\nops/queue/queue.yml\nops/queue/queue.json\n\nIf no queue file exists, fail safely with actionable remediation.\n\nSafety Constraints\n\nNever:\n\nexecute arbitrary shell from user-provided strings\ncontinue processing after parse/load failures\nmutate tasks outside declared queue schema fields\ncall external plugins/hooks (explicitly out of scope)\n\nAlways:\n\nvalidate queue structure before state transitions\nmake state transitions explicit (extract -> create -> reflect -> reweave -> verify -> done)\nproduce deterministic handoff text when --handoff is set\npreserve resumability by reading persisted queue state first\nScope Boundary\n\nNo plugin hooks are implemented in this skeleton. Lifecycle behavior is emulated in-skill to preserve deterministic execution semantics only.\n\nInstallation\n\nTo install the workflow-engine and enable its hooks:\n\n# Clone or navigate to the workflow-engine directory\ncd workflow-engine\n\n# Run the install script to set up hooks\n./install-hooks.sh\n\n# Or manually enable hooks via openclaw\nopenclaw hooks enable session-orient\nopenclaw hooks enable write-validate\nopenclaw hooks enable session-capture"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/plgonzalezrx8/workflow-engine",
    "publisherUrl": "https://clawhub.ai/plgonzalezrx8/workflow-engine",
    "owner": "plgonzalezrx8",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/workflow-engine",
    "downloadUrl": "https://openagent3.xyz/downloads/workflow-engine",
    "agentUrl": "https://openagent3.xyz/skills/workflow-engine/agent",
    "manifestUrl": "https://openagent3.xyz/skills/workflow-engine/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/workflow-engine/agent.md"
  }
}