📦 Autonomous Organization — 智能体调度

v1.0.0

全天候自主管理多智能体,自动分配研究、项目、记忆维护、清理与安全任务,实现无人值守持续运行。

0· 295·0 当前·0 累计
下载技能包
最后更新
2026/4/21
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
可疑
medium confidence
The skill's stated purpose (orchestrating autonomous agents) broadly matches its instructions, but the runtime instructions are vague, reference an undefined CLI (sessions_spawn) and file writes (MEMORY.md), and would allow the agent to spawn/drive other agents without clear safeguards — these mismatches and the unknown source warrant caution.
评估建议
This skill describes an agent-orchestration framework but is missing important details and comes from an unknown source. Before installing: (1) confirm where 'sessions_spawn' (or the orchestrator) comes from and whether your platform exposes it; (2) understand what permissions the agent would need to read/write MEMORY.md and to spawn subagents — restrict those permissions or run in a sandbox first; (3) require manual approval / rate limits for any spawned sub-agents to avoid runaway behavior; (4...
详细分析 ▾
用途与能力
The name/description and SKILL.md both describe an orchestration framework for autonomous agents, so purpose and capability broadly align. However, the instructions reference an executable 'sessions_spawn' and an 'orchestrator' with no declared dependencies, binaries, or documentation link — this omission is an incoherence (the skill expects runtime primitives that are not declared or provided).
指令范围
Instructions tell the agent to review and update MEMORY.md, check system health/resource usage, and to spawn sub-agents using 'sessions_spawn --task ... --runtime subagent'. These are broad, ambiguous directives that give the agent discretion to read/write files and create autonomous subagents. There are no concrete limits, safeguards, or explicit target endpoints, so the agent could perform unexpected file I/O or spawn many agents.
安装机制
This is an instruction-only skill with no install spec or downloadable artifacts, which reduces installation risk. No archived or remote installs are requested.
凭证需求
The skill declares no required environment variables or credentials (appropriate for a scheduling/orchestration description). However, it instructs editing MEMORY.md and checking system health — actions that imply file-system access and potentially privileged monitoring APIs; the SKILL.md does not declare or constrain these accesses.
持久化与权限
The skill does not request 'always: true', but the platform default allows autonomous model invocation. Combined with instructions that explicitly spawn sub-agents, this creates a higher blast radius: the skill could autonomously create and drive other agents if the host platform exposes 'sessions_spawn' or similar. There are no written safeguards or approval steps in the instructions.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/3/14

- Introduced the core framework for running continuous autonomous agents. - Outlined a daily schedule for agent activities, divided into morning, afternoon, evening, and night tasks. - Defined five core agent types: Memory, Research, Project, Cleanup, and Security agents. - Provided instructions for spawning new autonomous agents using the command-line. - Clarified the orchestration model: use the orchestrator for planning and sub-agents for execution.

无害

安装命令

点击复制
官方npx clawhub@latest install autonomous-organization
镜像加速npx clawhub@latest install autonomous-organization --registry https://cn.longxiaskill.com
数据来源ClawHub ↗ · 中文优化:龙虾技能库