← 返回 Skills 市场
119
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install universal-primitives
功能描述
通用执行器架构原理:大语言模型只需文件增删改查和执行脚本两个基元工具,配合其天然的文字理解能力,就能从"无所不知只能输出文字"跃迁到"无所不能能控制任何软件硬件"。当用户讨论AI能力边界、工具设计哲学、Agent架构原理、LLM与操作系统交互、如何让AI控制软件硬件等主题时触发。
安全使用建议
This skill is a conceptual how‑to for giving an LLM the ability to read/write files and execute commands; the README itself is not malicious but it contains actionable recipes that can lead to running arbitrary code, installing software, or exposing credentials. Before installing or invoking: (1) don't let the agent autonomously run scripts or install services on your machine; (2) never paste secrets or credentials the agent asks for without understanding why and where they will be used; (3) if you test code from the agent, run it only in a tightly sandboxed, ephemeral environment you control (ephemeral VMs, isolated containers, or trusted online sandboxes) and review the code first; (4) avoid allowing the agent to create persistent background services or modify system startup; (5) if you want only conceptual discussion, restrict the agent so it cannot produce executable artifacts or ask users to perform system operations. These precautions reduce the chance that the skill's operational advice is used to perform risky actions.
功能分析
Type: OpenClaw Skill
Name: universal-primitives
Version: 1.0.0
The skill `universal-primitives` (in `SKILL.md`) provides a conceptual framework for AI agents to achieve 'universal' control through file manipulation and command execution. It includes 'Environment Bootstrapping' strategies that explicitly instruct the agent on how to circumvent environment restrictions to gain execution capabilities (e.g., using online sandboxes or guiding users to run code). While no direct malicious payload is present, the instructions to bypass security boundaries and establish execution channels represent high-risk logic for an autonomous agent.
能力评估
Purpose & Capability
The name and description match the SKILL.md content: this is a design/architecture primer about using two primitives (file ops + command execution) and how to bootstrap them. No requested binaries, env vars, or installs are inconsistent with that purpose.
Instruction Scope
The instructions explicitly tell an agent how to obtain or simulate file and execution primitives by (a) instructing users to copy/paste and run scripts, (b) using online code-execution sandboxes (Replit/Colab/etc.), (c) calling REST APIs or browser automation to create/execute code, and (d) using code interpreters to simulate a filesystem and exec. These are broad, actionable steps that can lead the agent to request or cause arbitrary code execution, software installation, or data transmission to external endpoints. The SKILL.md gives the agent wide discretion to create persistent execution channels and to move beyond pure explanation into operational commands — a scope that goes beyond passive documentation.
Install Mechanism
This is an instruction-only skill with no install spec and no code files. Nothing is written to disk by the skill itself, which minimizes direct install risk.
Credentials
The skill declares no required credentials or config paths. However the runtime guidance prescribes interacting with external services (HTTP APIs, online sandboxes, browser drivers) and instructing end users to run commands — all of which commonly require credentials or tokens in practice. The skill does not declare or constrain how such credentials should be handled, so an agent following these instructions could ask for or attempt to use secrets not declared here.
Persistence & Privilege
Although the skill itself does not request persistent privileges or set always:true, its recommended self-bootstrap and recursive 'write-and-run' patterns encourage creation of scripts/services that could be installed to run unattended or persist across sessions. That capability is not represented in the metadata and could enable long-lived execution channels if an agent (or a user following its instructions) implements them.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install universal-primitives - 安装完成后,直接呼叫该 Skill 的名称或使用
/universal-primitives触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of universal-primitives skill.
- Explains the principle that LLMs need only file operations and command execution ("two primitives") to become general-purpose executors.
- Details how these two primitives empower LLMs to create, modify, and run any software or control hardware indirectly.
- Describes the minimal toolset philosophy and how Agent architectures reduce to combinations of these primitives.
- Provides strategies for "bootstrapping" these primitives even in restricted Agent or user environments.
元数据
常见问题
Universal Primitives 是什么?
通用执行器架构原理:大语言模型只需文件增删改查和执行脚本两个基元工具,配合其天然的文字理解能力,就能从"无所不知只能输出文字"跃迁到"无所不能能控制任何软件硬件"。当用户讨论AI能力边界、工具设计哲学、Agent架构原理、LLM与操作系统交互、如何让AI控制软件硬件等主题时触发。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 119 次。
如何安装 Universal Primitives?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install universal-primitives」即可一键安装,无需额外配置。
Universal Primitives 是免费的吗?
是的,Universal Primitives 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Universal Primitives 支持哪些平台?
Universal Primitives 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Universal Primitives?
由 波动几何(@wangjiaocheng)开发并维护,当前版本 v1.0.0。
推荐 Skills