← 返回 Skills 市场
Osop Optimize
作者
Archie0125
· GitHub ↗
· v1.2.0
· MIT-0
101
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install osop-optimize
功能描述
Analyze .osoplog execution history to optimize workflows — finds slow steps and parallelization opportunities
安全使用建议
This skill appears to do what it claims, but it asks for access to ~/.osop/config.yaml without explaining why. Before installing or running it: 1) Ask the publisher why the config file is required and what data from it is used. 2) Inspect ~/.osop/config.yaml yourself (or provide a copy of it stripped of secrets) to see if it contains API keys, tokens, or endpoints. 3) Run the skill first on a copy of your .osop file and logs (not production files) and confirm the diff before applying changes. 4) If you don't want the skill to read your home config, see if the skill author will remove that requirement or allow providing any needed settings explicitly. 5) Because this is an instruction-only skill with no code to inspect, prefer running it in a safe/test environment until the author clarifies the config usage.
功能分析
Type: OpenClaw Skill
Name: osop-optimize
Version: 1.2.0
The osop-optimize skill is designed to analyze workflow execution logs (.osoplog.yaml) and suggest performance or reliability improvements to the corresponding workflow files (.osop). The instructions in SKILL.md are focused on data aggregation, issue identification (e.g., slow steps, failure rates), and applying user-approved optimizations. There are no indicators of data exfiltration, malicious execution, or prompt injection attacks.
能力评估
Purpose & Capability
Name and description match the SKILL.md instructions (read .osop file, find .osoplog.yaml files, analyze, propose edits). However the registry metadata declares a required config path (~/.osop/config.yaml) that the SKILL.md never references. Requiring a user config file in home (~/.osop) is not obviously necessary for the described task and is an unexplained access request.
Instruction Scope
The SKILL.md stays on-topic: it reads the provided .osop file and nearby sessions/*.osoplog.yaml, aggregates stats, generates suggestions, shows a diff, and applies changes only if the user approves. It does instruct writing changes to the user's .osop file (with user confirmation) — this is expected behavior but users should review diffs. The instructions do not mention reading ~/.osop/config.yaml despite it being declared required.
Install Mechanism
Instruction-only skill with no install spec and no code files. Lowest-risk install surface (nothing is downloaded or written at install time).
Credentials
No environment variables or credentials are declared, which is appropriate. However the explicit requirement of ~/.osop/config.yaml is disproportionate because the runtime instructions never justify reading that file. That config may contain tokens, endpoints, or other sensitive settings — requesting it without explanation is a red flag.
Persistence & Privilege
always:false and user-invocable:true (default autonomous invocation allowed) — no elevated persistent privileges requested and the skill does not claim to modify other skills or global agent settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install osop-optimize - 安装完成后,直接呼叫该 Skill 的名称或使用
/osop-optimize触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.2.0
Initial ClawHub release — OSOP workflow optimizer
元数据
常见问题
Osop Optimize 是什么?
Analyze .osoplog execution history to optimize workflows — finds slow steps and parallelization opportunities. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 101 次。
如何安装 Osop Optimize?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install osop-optimize」即可一键安装,无需额外配置。
Osop Optimize 是免费的吗?
是的,Osop Optimize 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Osop Optimize 支持哪些平台?
Osop Optimize 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Osop Optimize?
由 Archie0125(@archie0125)开发并维护,当前版本 v1.2.0。
推荐 Skills