โ† All skills
Tencent SkillHub ยท Productivity

Workflow Engine

Structural parity skeleton for queue-driven orchestration in a workflow context.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Structural parity skeleton for queue-driven orchestration in a workflow context.

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, skill.json

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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.

Upgrade existing

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 6 sections Open source page

Contract

This skill is intentionally skeleton-only. It provides structure parity with canonical queue orchestration without plugin hooks. Wave 2 execution parity includes: Setup derivation phase ordering: detection -> understanding -> derivation -> proposal -> generation -> validation Required persisted setup artifacts: ops/derivation.md, ops/derivation-manifest.md, ops/config.yaml In-skill lifecycle emulation routines (not real hook execution): session orient write-time validation checklist stop/session capture persistence

Argument Parsing

Parse arguments in this order: positional target (optional) --handoff (boolean) --batch <id> (optional) --type <phase> (optional) unknown flags are non-fatal; report and ignore If no target is supplied, list candidate inbox files and request explicit selection.

Runtime Loader Requirements

Before doing queue work, load runtime context from: ops/derivation-manifest.md (if present) ops/config.yaml (if present) queue file with fallback precedence: ops/queue/queue.yaml ops/queue/queue.yml ops/queue/queue.json If no queue file exists, fail safely with actionable remediation.

Safety Constraints

Never: execute arbitrary shell from user-provided strings continue processing after parse/load failures mutate tasks outside declared queue schema fields call external plugins/hooks (explicitly out of scope) Always: validate queue structure before state transitions make state transitions explicit (extract -> create -> reflect -> reweave -> verify -> done) produce deterministic handoff text when --handoff is set preserve resumability by reading persisted queue state first

Scope Boundary

No plugin hooks are implemented in this skeleton. Lifecycle behavior is emulated in-skill to preserve deterministic execution semantics only.

Installation

To install the workflow-engine and enable its hooks: # Clone or navigate to the workflow-engine directory cd workflow-engine # Run the install script to set up hooks ./install-hooks.sh # Or manually enable hooks via openclaw openclaw hooks enable session-orient openclaw hooks enable write-validate openclaw hooks enable session-capture

Category context

Workflow acceleration for inboxes, docs, calendars, planning, and execution loops.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs1 Config
  • SKILL.md Primary doc
  • skill.json Config