← 返回 Skills 市场
archie0125

Osop Log

作者 Archie0125 · GitHub ↗ · v1.2.0 · MIT-0
cross-platform ⚠ suspicious
111
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install osop-log
功能描述
Generate OSOP session log — creates .osop workflow and .osoplog.yaml execution record
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install osop-log
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /osop-log 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.2.0
Initial ClawHub release — OSOP session logger
元数据
Slug osop-log
版本 1.2.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Osop Log 是什么?

Generate OSOP session log — creates .osop workflow and .osoplog.yaml execution record. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 111 次。

如何安装 Osop Log?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install osop-log」即可一键安装,无需额外配置。

Osop Log 是免费的吗?

是的,Osop Log 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Osop Log 支持哪些平台?

Osop Log 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Osop Log?

由 Archie0125(@archie0125)开发并维护,当前版本 v1.2.0。

💬 留言讨论