agent-autonomy-kit-zh

agent-autonomy-kit-zh is a skill for Claude Code, Codex from L-LesterYu/OpenClaw-hot-skills-zh. It costs 15 tokens per session (238 once invoked), scanned A, original, MIT.

A setup for making a coding agent work from a task queue and continue through available work without waiting for a new prompt. A task queue is a file that separates ready, active, blocked, and completed tasks.

In plain words
What is it for?
Use it to create a queue, maintain its status, configure heartbeat instructions, and run recurring or overnight development tasks.
Why use it?
It gives the agent an explicit list of work and a heartbeat process for checking and executing tasks. Scheduled jobs can also run the workflow at set times.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: built for openclaw.

Good fit Use it to create a queue, maintain its status, configure heartbeat instructions, and run recurring or overnight development tasks.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/l-lesteryu/openclaw-hot-skills-zh/agent-autonomy-kit-zh
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add L-LesterYu/OpenClaw-hot-skills-zh --skill agent-autonomy-kit-zh
Clone the repo
git clone --depth 1 https://github.com/L-LesterYu/OpenClaw-hot-skills-zh

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for agent-autonomy-kit-zh

README.md
[![agentmods](https://agentmods.dev/badge/skills/l-lesteryu/openclaw-hot-skills-zh/agent-autonomy-kit-zh/github.svg)](https://agentmods.dev/skills/l-lesteryu/openclaw-hot-skills-zh/agent-autonomy-kit-zh)
Your own site
<a href="https://agentmods.dev/skills/l-lesteryu/openclaw-hot-skills-zh/agent-autonomy-kit-zh"><img src="https://agentmods.dev/badge/skills/l-lesteryu/openclaw-hot-skills-zh/agent-autonomy-kit-zh/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for agent-autonomy-kit-zh

Your own site · 80×15
<a href="https://agentmods.dev/skills/l-lesteryu/openclaw-hot-skills-zh/agent-autonomy-kit-zh"><img src="https://agentmods.dev/badge/skills/l-lesteryu/openclaw-hot-skills-zh/agent-autonomy-kit-zh.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 15 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 238 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00015 $0.00238
Opus 5 $0.00008 $0.00119
Sonnet 5 $0.00003 $0.00048
Haiku 4.5 $0.00002 $0.00024

Measured 12d ago against content hash e85a94f2aa1e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

agent-autonomy-kit-zh scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

The scan reads SKILL.md. This mod also ships 8 executable files (check-active-subagents.js, check-dirty-repos.js, check-queue-freshness.js, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/agent-autonomy-kit-zh/SKILL.md · 30 lines

What it actually says

Agent Autonomy Kit

将你的智能体从被动响应转变为主动执行。

快速开始

  1. 创建 tasks/QUEUE.md,包含 Ready/In Progress/Blocked/Done 分区
  2. 更新 HEARTBEAT.md,从队列中拉取任务并执行工作
  3. 设置 cron 定时任务,用于夜间工作和每日报告
  4. 无需提示词,看着工作自动完成

核心概念

  • 任务队列 (Task Queue) — 始终准备好待执行的工作
  • 主动心跳 (Proactive Heartbeat) — 执行工作,而不是仅仅检查
  • 持续运行 (Continuous Operation) — 工作直到触及限制

详见 README.md 获取完整文档。

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 30 lines · 15 tokens per session scan A e85a94f2aa1e

Subscribe to this mod's changes

agent-autonomy-kit-zh is a skill published in the GitHub repository L-LesterYu/OpenClaw-hot-skills-zh (54 stars, last pushed 5mo ago), licensed MIT. It adds 15 tokens to every session and 238 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories