← Back to Skills Marketplace
Osop Optimize
by
Archie0125
· GitHub ↗
· v1.2.0
· MIT-0
101
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install osop-optimize
Description
Analyze .osoplog execution history to optimize workflows — finds slow steps and parallelization opportunities
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install osop-optimize - After installation, invoke the skill by name or use
/osop-optimize - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.2.0
Initial ClawHub release — OSOP workflow optimizer
Metadata
Frequently Asked Questions
What is Osop Optimize?
Analyze .osoplog execution history to optimize workflows — finds slow steps and parallelization opportunities. It is an AI Agent Skill for Claude Code / OpenClaw, with 101 downloads so far.
How do I install Osop Optimize?
Run "/install osop-optimize" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Osop Optimize free?
Yes, Osop Optimize is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Osop Optimize support?
Osop Optimize is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Osop Optimize?
It is built and maintained by Archie0125 (@archie0125); the current version is v1.2.0.
More Skills