← Back to Skills Marketplace
Osop Log
by
Archie0125
· GitHub ↗
· v1.2.0
· MIT-0
111
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install osop-log
Description
Generate OSOP session log — creates .osop workflow and .osoplog.yaml execution record
Usage Guidance
This skill mainly writes two local files (a workflow and an execution record) and appears consistent with that purpose. Before installing, ask the author why ~/.osop/config.yaml is declared as required: does the skill read it, and what does it contain? If you proceed, (1) inspect the contents of ~/.osop/config.yaml manually to ensure it has no secrets you don't want accessed; (2) run the skill in a controlled environment or with a backed-up home directory to observe behavior; (3) confirm the skill does not attempt to send logs to external endpoints (the SKILL.md links an online viewer but does not instruct network transmission); and (4) ask for a minimal explanation or an updated SKILL.md that either removes the config requirement or documents exactly how the config is used. These steps will reduce the risk that the skill reads or leaks sensitive config data.
Capability Analysis
Type: OpenClaw Skill
Name: osop-log
Version: 1.2.0
The skill is a documentation utility designed to generate structured session logs and workflow definitions in YAML format. It instructs the AI agent to record its own actions, tool usage, and reasoning into local files within a 'sessions/' directory. No malicious code, data exfiltration, or unauthorized execution patterns were identified in SKILL.md or _meta.json.
Capability Assessment
Purpose & Capability
Name/description match the runtime instructions: the SKILL.md only asks the agent to produce .osop and .osoplog.yaml files under sessions/. Requiring bash is reasonable for simple shell/file operations. However, the registry metadata (and the SKILL.md frontmatter) declares a required config path ~/.osop/config.yaml even though the instructions never reference or explain reading that file — this is an inconsistency that should be justified.
Instruction Scope
The SKILL.md confines behavior to creating a sessions/ directory and writing two structured YAML files describing the workflow and execution. It does not instruct the agent to read arbitrary user files, environment variables, or send data to third-party endpoints. It does ask for accurate tooling/call counts and to include the agent and model name in runtime metadata, which may require access to agent runtime info, but that is a reasonable expectation for a session logger. No vague, open-ended instructions were found.
Install Mechanism
Instruction-only skill with no install spec or code files — nothing will be downloaded or written during install. This is the lowest-risk install mechanism.
Credentials
The skill requests no environment variables but declares a required config path (~/.osop/config.yaml). The SKILL.md does not explain why this config is needed or whether it will be read or written. A config file in a home directory can contain sensitive tokens or settings; requesting access to it without justification is disproportionate to the described task of producing local session logs.
Persistence & Privilege
always:false and user-invocable:true. disable-model-invocation:false (normal). The skill does not request persistent/global agent configuration changes or elevated privileges. No indicators it will enable itself or modify other skills.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install osop-log - After installation, invoke the skill by name or use
/osop-log - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.2.0
Initial ClawHub release — OSOP session logger
Metadata
Frequently Asked Questions
What is Osop Log?
Generate OSOP session log — creates .osop workflow and .osoplog.yaml execution record. It is an AI Agent Skill for Claude Code / OpenClaw, with 111 downloads so far.
How do I install Osop Log?
Run "/install osop-log" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Osop Log free?
Yes, Osop Log is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Osop Log support?
Osop Log is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Osop Log?
It is built and maintained by Archie0125 (@archie0125); the current version is v1.2.0.
More Skills