← Back to Skills Marketplace
task-orchestrator-cron-heartbeat-subagent
by
Chloechiien
· GitHub ↗
· v1.0.2
· MIT-0
124
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install task-orchestrator-cron-heartbeat-subagent
Description
Unified Task Orchestration Hub v2 - Integrates Heartbeat, Cron, Subagent and Task Management. Provides task identification, standardized setup, execution tra...
Usage Guidance
This skill appears to be what it says: a local helper for scheduling and heartbeat/subagent orchestration. Before installing or giving it autonomous invocation, review the bundled scripts (especially scripts/check_cron_config.py) to confirm they do not call external endpoints or echo secrets, and replace all template placeholders ({YOUR_USER_ID}, {CHANNEL}, {AGENT_ID}, {ACCOUNT_ID}) before executing any openclaw cron add commands. Also check ~/.openclaw/openclaw.json and the intended accountId to avoid sending messages from the wrong bot, and test the scripts in a non-production environment first.
Capability Analysis
Type: OpenClaw Skill
Name: task-orchestrator-cron-heartbeat-subagent
Version: 1.0.2
The Task Orchestrator skill is a comprehensive framework designed to help OpenClaw agents manage scheduled tasks, heartbeats, and complex subagent workflows. The included Python scripts (scripts/utils.py and scripts/check_cron_config.py) perform legitimate configuration validation, task categorization, and risk assessment using standard libraries like json and yaml. The skill demonstrates security awareness by including a SECURITY_FIXES.md file and using placeholders in templates (templates/Cron-template.md) to prevent the use of hard-coded user IDs or channels. No evidence of data exfiltration, malicious command execution, or harmful prompt injection was found; the instructions are strictly aligned with the stated purpose of task orchestration.
Capability Assessment
Purpose & Capability
Name/description match the files and instructions: templates, README, and Python utilities implement cron/heartbeat/subagent task identification and helper workflows; required binary (openclaw) and use of ~/.openclaw config are reasonable for the stated purpose.
Instruction Scope
SKILL.md tells the agent to read ~/.openclaw/openclaw.json, copy templates, write workspace/memory files and run local scripts (e.g., check_cron_config.py); these actions are within scope but will read local OpenClaw configuration and can create scheduled cron tasks that send messages — users should confirm placeholders (accountId, user IDs, channel) are replaced before running commands.
Install Mechanism
No install spec or remote downloads are present (instruction-only with bundled scripts), so nothing arbitrary is fetched or executed on install; code is provided as plain Python files under the skill directory.
Credentials
The package declares no secrets or environment variables (SKILL.md metadata references the openclaw binary), and the scripts operate on local config paths under the user's home directory — no unrelated credentials are requested.
Persistence & Privilege
Skill is not always-enabled and does not request system-wide privileges, but its runtime actions (creating cron tasks that send messages) can perform observable actions on behalf of the user — ensure account/channel placeholders are correct and confirm actions before allowing autonomous invocation.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install task-orchestrator-cron-heartbeat-subagent - After installation, invoke the skill by name or use
/task-orchestrator-cron-heartbeat-subagent - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
Fixed a multiagent multi-channel pointing issue.
v1.0.1
- Added SECURITY_FIXES.md to document security improvements.
- Removed SUMMARY.md from the project.
- Updated skill metadata to remove the "TASK_ORCHESTRATOR_CONFIG" environment variable requirement.
This update focuses on security documentation and small improvements to metadata.
v1.0.0
Unified Task Orchestrator v2.0 released with major new features and rule enhancements:
- Integrates Heartbeat, Cron, Subagent, and Task Management into a unified orchestration hub.
- Adds dynamic configuration loading, deadlock prevention, intelligent aggregation, and a 4-level risk confirmation system.
- Enhanced identification rules for Cron, Heartbeat, Subagent, and Task Record tasks, including detailed trigger keyword lists and complexity scoring.
- Introduces a standardized task setup process with a 6-point requirements checklist and task plan templates.
- Provides detailed flowcharts and judgment logic for precise task type classification and execution tracking.
Metadata
Frequently Asked Questions
What is task-orchestrator-cron-heartbeat-subagent?
Unified Task Orchestration Hub v2 - Integrates Heartbeat, Cron, Subagent and Task Management. Provides task identification, standardized setup, execution tra... It is an AI Agent Skill for Claude Code / OpenClaw, with 124 downloads so far.
How do I install task-orchestrator-cron-heartbeat-subagent?
Run "/install task-orchestrator-cron-heartbeat-subagent" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is task-orchestrator-cron-heartbeat-subagent free?
Yes, task-orchestrator-cron-heartbeat-subagent is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does task-orchestrator-cron-heartbeat-subagent support?
task-orchestrator-cron-heartbeat-subagent is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created task-orchestrator-cron-heartbeat-subagent?
It is built and maintained by Chloechiien (@chloechien511-cloud); the current version is v1.0.2.
More Skills