← Back to Skills Marketplace
1yihui

taskflow

by 辉哥 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
79
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install yihui-taskflow
Description
Use when work should span one or more detached tasks but still behave like one job with a single owner context. TaskFlow is the durable flow substrate under...
Usage Guidance
This skill is an instruction-only description of a TaskFlow runtime API and is internally coherent. Before installing: (1) confirm you trust the publisher (source/homepage missing); (2) understand that it expects the host platform to supply sessionKey/requesterOrigin — ensure those session tokens won't be granted to untrusted callers; (3) test in a sandboxed environment since there is no code to audit beyond the docs; and (4) verify the referenced example files and runtime API (api.runtime.tasks.flow) actually exist in your platform so the skill won't be given unexpected permissions to obtain or bind session credentials.
Capability Analysis
Type: OpenClaw Skill Name: yihui-taskflow Version: 1.0.0 The skill bundle provides documentation and usage guidelines for 'TaskFlow', a workflow orchestration API within the OpenClaw environment. The content in SKILL.md consists of architectural descriptions, API usage patterns, and TypeScript examples for managing task lifecycles (creation, waiting, resuming, and finishing). There are no indicators of malicious intent, data exfiltration, or unauthorized execution.
Capability Assessment
Purpose & Capability
The SKILL.md documents a TaskFlow runtime API and explains flow lifecycle and methods; everything requested in the doc (flow IDs, session keys, stateJson, runTask, setWaiting, resume, finish, etc.) is consistent with a workflow/orchestration skill. However, the skill's source/homepage are missing which reduces transparency about who published it.
Instruction Scope
Instructions are scoped to orchestration APIs and do not instruct the agent to read arbitrary files, fetch unrelated network endpoints, or exfiltrate environment variables. It assumes the caller provides a trusted tool context (sessionKey/requesterOrigin) but does not itself request additional system access.
Install Mechanism
No install spec and no code files — instruction-only — so nothing is written to disk or downloaded by the skill itself.
Credentials
The skill declares no required environment variables, credentials, or config paths. The runtime examples reference session keys and childSessionKey that must be provided by the platform or calling code; that is reasonable for an orchestration runtime but worth verifying in your deployment.
Persistence & Privilege
always is false and the skill does not ask to modify other skills or global settings. It assumes access to the platform runtime APIs for TaskFlow but does not request elevated persistent privileges itself.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install yihui-taskflow
  3. After installation, invoke the skill by name or use /yihui-taskflow
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug yihui-taskflow
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is taskflow?

Use when work should span one or more detached tasks but still behave like one job with a single owner context. TaskFlow is the durable flow substrate under... It is an AI Agent Skill for Claude Code / OpenClaw, with 79 downloads so far.

How do I install taskflow?

Run "/install yihui-taskflow" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is taskflow free?

Yes, taskflow is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does taskflow support?

taskflow is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created taskflow?

It is built and maintained by 辉哥 (@1yihui); the current version is v1.0.0.

💬 Comments