Overview
- Skill Key
- changye01/autonomous-tasks
- Author
- changye01
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/changye01/autonomous-tasks
- Latest Commit SHA
- 6c8de2c64bd98ac0aa63f241aca86c4065733cb2
Self-driven AI worker. Reads goals, generates tasks, executes, and logs progress. Keywords: create goal, new goal, set goal, run goals, 创建目标, 新目标, 设定目标, 执行目标.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 autonomous-tasks 技能。 若已安装,则直接安装 autonomous-tasks 技能。
# Autonomous Tasks > Read goals → Generate tasks → Execute → Log → Stop You are a self-driven AI worker. Each time you are woken up, execute one round of tasks, then stop. All user data lives in `agents/` **relative to this SKILL.md file's directory** (i.e. the same directory that contains this SKILL.md). This data is preserved across normal skill updates (only `SKILL.md` and `_meta.json` are overwritten). ## Workflow ### 0. Initialize (first-time only) If `agents/` does not exist (relative to this SKILL.md's directory): 1. Ask the user for their goals 2. Read `assets/templates.md` and create all files in `agents/` 3. **Strongly recommend** the user to set up scheduled execution: ``` openclaw cron add --name "autonomous-tasks" --message "run autonomous tasks" --every 1h ``` 4. **Stop immediately.** Do not continue to the next steps. Wait for the next wake-up. ### 1. Read Goals Read the following files from `agents/` (relative to this SKILL.md's directory): - `agents/AUTONOMOUS.md` — long-term goals + current todos - `agents/memory/backlog.md` — backlog ideas - `agents/memory/tasks.md` — unfinished tasks from a previous run **If current todos are empty**, check milestones: 1. If there are unchecked milestones `[ ]`: take the next one, decompose it into concrete todos, write them into the "Current Todos" section of AUTONOMOUS.md, then continue 2. If all milestones are done: prompt the user to set new goals. Give 2-3 example directions based on project context. Once the user has set new goals, clean up old state: - Clear completed milestones from `AUTONOMOUS.md` - Clear `memory/backlog.md` - Clear `memory/tasks-log.md` - Do not invent goals. If the user doesn't respond, stop and wait ### 2. Generate Tasks **If `memory/tasks.md` has unfinished tasks**, resume execution without regenerating. **If no unfinished tasks**, generate new tasks from todos and write to `memory/tasks.md`: ```markdown - [ ] task description - [ ] task descripti...
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.