← 返回 Skills 市场
300
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install operator
功能描述
Manage your Operator fleet of AI agent instances. Create, configure, monitor, message, and manage OpenClaw agents. Handles authentication, instance lifecycle...
安全使用建议
This skill appears to be what it says: a thin set of instructions to talk to an Operator service and store an Operator API key in ~/.operator/config.json. Before installing or using it, verify that you actually trust the operator.io domain and the service owner (there's no homepage or source listed). Be aware that the flow will create a plaintext JSON file with your API key in your home directory — set its permissions (chmod 600 ~/.operator/config.json) and treat the key like any secret. Confirm the API key scopes/privileges on the Operator side and rotate the key if you later suspect compromise. If you need higher assurance, ask the publisher for source code or an official homepage and verify the owner identity; without that provenance you are trusting the remote Operator service and whoever controls the operator.io domain.
功能分析
Type: OpenClaw Skill
Name: operator
Version: 1.0.0
The 'operator' skill is a legitimate integration for managing AI agent fleets via the operator.io platform. It implements standard CLI-style authentication by polling a session endpoint, stores credentials locally in ~/.operator/config.json, and interacts with a central API to manage instances and secrets. The use of python3 and curl for parsing SSE streams is consistent with the stated purpose and lacks indicators of malicious intent or unauthorized data exfiltration.
能力评估
Purpose & Capability
The skill's name and description describe an Operator fleet manager and the runtime instructions exclusively target an Operator service (https://www.operator.io) and an on-disk Operator config (~/.operator/config.json). Required capabilities (auth, instance lifecycle, logs, webhooks) align with the API calls shown.
Instruction Scope
SKILL.md limits its operations to reading/writing ~/.operator/config.json, running small one-shot python/curl commands, and contacting operator.io endpoints. The only local file referenced is the per-user config, which is appropriate for storing an API key. The instructions do not request unrelated system files, environment variables, or external endpoints outside the Operator service.
Install Mechanism
There is no install spec and no code files — the skill is instruction-only and relies on standard system tools (python3, curl). No downloads or archive extraction are performed.
Credentials
The skill does not request any environment variables, credentials, or config paths beyond a single per-user config file (~/.operator/config.json) that is used to store the Operator API key and URL. That is proportionate to a CLI-style API client.
Persistence & Privilege
The skill does not request always:true and does not attempt to modify other skills or system-wide agent settings. It instructs creating a per-user config file to persist the API key, which is expected behavior for a manager CLI.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install operator - 安装完成后,直接呼叫该 Skill 的名称或使用
/operator触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of Operator Fleet Manager skill.
- Manage your Operator fleet of OpenClaw agent instances: create, configure, monitor, message, and manage agents.
- Handles authentication, instance lifecycle, secrets, automations, and webhooks.
- Provides detailed shell command examples for login, sending chat API requests, and handling Server-Sent Events (SSE) responses.
- Includes best practices: always read credentials before API calls, handle authentication and rate limit errors, and mask API keys in outputs.
- Lists all supported operator manager capabilities, including instance and agent management, secrets handling, automations, and webhooks.
元数据
常见问题
Operator 是什么?
Manage your Operator fleet of AI agent instances. Create, configure, monitor, message, and manage OpenClaw agents. Handles authentication, instance lifecycle... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 300 次。
如何安装 Operator?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install operator」即可一键安装,无需额外配置。
Operator 是免费的吗?
是的,Operator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Operator 支持哪些平台?
Operator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Operator?
由 David(@promptrotator)开发并维护,当前版本 v1.0.0。
推荐 Skills