← 返回 Skills 市场
AGENT-OS
作者
Hlias Staurou
· GitHub ↗
· v1.0.3
· MIT-0
451
总下载
1
收藏
1
当前安装
3
版本数
在 OpenClaw 中安装
/install agnt-os
功能描述
The operating system layer for AI agents. Routes goals to the right skills. Executes with checkpoints.
使用说明 (SKILL.md)
AGENT-OS
The operating system layer for AI agents.
Routes your goal to the right skill. Executes with checkpoints. Verifies the result.
AGENT-OS v1.0.3 by @contrario
安全使用建议
This skill is minimal and high-level: it claims to route goals and manage checkpoints but provides no concrete runtime rules or constraints. Before installing, ask the author for a detailed SKILL.md that specifies: (1) exactly how it chooses/calls other skills and whether it will invoke them autonomously; (2) where and how checkpoints are stored and retained; (3) what data is read, logged, or transmitted; and (4) safeguards for sensitive domains (they already mark some domains as 'not recommended'). If you need strict control over which skills can be invoked or what data can be accessed, treat this skill as risky until those details are clarified and test it in a sandboxed environment.
功能分析
Type: OpenClaw Skill
Name: agnt-os
Version: 1.0.3
The skill bundle consists solely of metadata and instructional markdown (SKILL.md) designed to guide the agent's task orchestration. It contains no executable code, external API calls, or file system interactions, and its instructions are consistent with its stated purpose as a routing and verification layer.
能力评估
Purpose & Capability
Name/description claim an 'operating system layer' that routes goals, executes with checkpoints, and verifies results. As an instruction-only skill this could reasonably be a coordination prompt, so the high-level purpose matches. However, nothing in the SKILL.md explains HOW routing or checkpoints are performed, what platform APIs (if any) it expects, or what privileges it requires — leaving a gap between the claimed capability and the declared requirements.
Instruction Scope
The SKILL.md contains only high-level statements (route goals, execute with checkpoints, verify results) and no concrete runtime steps or limits. This is vague and grants the agent broad discretion; it lacks explicit constraints about what data may be read, which skills may be called, how checkpoints are stored, or how verification occurs. Vague, open-ended instructions are a scope creep risk.
Install Mechanism
Instruction-only skill with no install spec and no code files. Lowest-risk installation surface; nothing is written to disk or downloaded by the skill itself.
Credentials
No environment variables, credentials, or config paths are requested — proportional to the instruction-only nature. There is no direct evidence the skill asks for unrelated secrets.
Persistence & Privilege
The skill is not forced-always and does not request elevated persistence. However, because it claims to be an 'OS layer' for routing and verification, if the platform allows autonomous invocation of skills, this role could have broad impact; the SKILL.md does not document intended invocation frequency, checkpoint retention, or limits, which is a potential concern when combined with the skill's high-level role.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install agnt-os - 安装完成后,直接呼叫该 Skill 的名称或使用
/agnt-os触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.3
v1.0.3: Explicit consent, zero silent actions
v1.0.1
v1.0.1: Transparent boot (no silent actions), first-run consent gate, clarified no filesystem access by AGENT-OS itself
v1.0.0
v1.0.0: Boot sequence, skill orchestration engine, checkpoint system, verified ecosystem — the layer that runs them all.
元数据
常见问题
AGENT-OS 是什么?
The operating system layer for AI agents. Routes goals to the right skills. Executes with checkpoints. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 451 次。
如何安装 AGENT-OS?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install agnt-os」即可一键安装,无需额外配置。
AGENT-OS 是免费的吗?
是的,AGENT-OS 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
AGENT-OS 支持哪些平台?
AGENT-OS 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 AGENT-OS?
由 Hlias Staurou(@contrario)开发并维护,当前版本 v1.0.3。
推荐 Skills