← Back to Skills Marketplace
manwjh

TaskFlow 3.0

by 深圳王哥 · GitHub ↗ · v3.0.0 · MIT-0
cross-platform ⚠ suspicious
97
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install taskflow3
Description
TaskFlow 3.0 - Agent-Native 项目化任务调度系统。 AGENT INSTRUCTIONS: 1. Read PROJECT.yaml from project directory 2. Parse meta/content/target/constraints/workflow 3. E...
Usage Guidance
Things to consider before installing/running: - Backup your workspace/projects before running: the code reads and writes PROJECT.yaml and history files under ~/.openclaw workspaces. edit-project.py uses json.load/json.dump on PROJECT.yaml (a YAML file) and may convert or corrupt YAML configs — inspect and test on copies first. - Inspect the 'intel' and 'memory' files the scripts reference (e.g., ~/.openclaw/.../intel/*.md, workspace memory) — they may contain sensitive information; the meta-planner explicitly reads these to decide publishing. - package.json claims CLI sh wrappers that are missing; the advertised 'taskflow' commands in SKILL.md may not exist as-is — expect to run the provided Python scripts directly or validate/implement missing wrappers. - The code uses different hardcoded workspace paths across files ('.openclaw/workspace', '.openclaw/workspace-zsxq', etc.) and SKILL.md uses OPENCLAW_WORKSPACE or pwd — this inconsistency can cause the skill to read unexpected directories. Confirm which workspace path will be used and test behavior in a sandbox. - No external credentials are requested by the skill itself, but publishing steps described in prompts assume use of external browser/tools that require credentials; ensure those credentials are provided only to trusted tools and not to this skill implicitly. - If you proceed: run the scripts in a restricted/sandbox environment, inspect outputs, and correct the JSON/YAML handling and missing bin wrappers before using on real projects.
Capability Analysis
Type: OpenClaw Skill Name: taskflow3 Version: 3.0.0 TaskFlow 3.0 is an agent-native task scheduling framework designed to manage and automate content publishing workflows. The bundle contains scripts for project configuration management (edit-project.py), status reporting (scheduler.py), and a meta-planner (meta-planner.py) that generates structured prompts to guide the AI agent through multi-step execution tasks. While the system interacts with local workspace directories (~/.openclaw) and directs the agent to use browser tools for delivery to specific platforms (e.g., Knowledge Planet/zsxq), the behavior is transparently documented and strictly aligned with the stated purpose of project-based task orchestration.
Capability Assessment
Purpose & Capability
The declared purpose (agent-native project/task scheduler) aligns with the code and SKILL.md: scripts read PROJECT.yaml, compute scheduling, and record history. However there are several mismatches: package.json advertises CLI sh wrappers (bin/taskflow.sh, bin/scheduler.sh) that are not present; SKILL.md and package.json indicate a Python+pyyaml requirement but some code (edit-project.py and meta-planner.py) use json.load on PROJECT.yaml (which should be YAML), risking corruption of YAML config files. These discrepancies are not consistent with a cleanly implemented scheduler.
Instruction Scope
SKILL.md instructs the agent to read PROJECT.yaml, resolve paths relative to a workspace, execute workflow steps, and update executions.json — all within the expected scope. The meta-planner prompt and scripts explicitly instruct reading many files under the user's home (e.g., ~/.openclaw/.../intel/.p0-alert, vault/*.md, workspace memory files) and to use external 'browser' tools to publish. Reading local workspace and memory is expected for a scheduler, but the prompt encourages accessing potentially sensitive 'intel' vault files — which is within function but worth highlighting.
Install Mechanism
There is no remote install step (instruction-only + included scripts), so no network download risk. The metadata suggests pip install of pyyaml (reasonable for YAML parsing). However, package.json claims Node CLI sh wrappers that don't exist in the repo, which is an implementation inconsistency (users following SKILL.md may expect a provided CLI).
Credentials
The skill requests no environment variables or external credentials, which is proportionate. However the code repeatedly reads files under the user's home directory (Paths like ~/.openclaw/workspace-zsxq, ~/.openclaw/workspace/intel/vault, etc.). Access to those local files is consistent with a project scheduler, but they may contain sensitive data (the 'intel' vault). No external tokens are requested, but the skill expects the agent to use external tools (browser) for publishing, which would require platform credentials not managed by the skill.
Persistence & Privilege
The skill is not always-included and does not request elevated platform privileges. It does not modify other skills or system-wide agent settings. Autonomous invocation is allowed (platform default) but not combined with other high-risk indicators here.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install taskflow3
  3. After installation, invoke the skill by name or use /taskflow3
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v3.0.0
Agent-Native project scheduler with CLI support
Metadata
Slug taskflow3
Version 3.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is TaskFlow 3.0?

TaskFlow 3.0 - Agent-Native 项目化任务调度系统。 AGENT INSTRUCTIONS: 1. Read PROJECT.yaml from project directory 2. Parse meta/content/target/constraints/workflow 3. E... It is an AI Agent Skill for Claude Code / OpenClaw, with 97 downloads so far.

How do I install TaskFlow 3.0?

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

Is TaskFlow 3.0 free?

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

Which platforms does TaskFlow 3.0 support?

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

Who created TaskFlow 3.0?

It is built and maintained by 深圳王哥 (@manwjh); the current version is v3.0.0.

💬 Comments