← 返回 Skills 市场
cicadafang

Openclaw Plugin Dev

作者 cicadaFang · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
238
总下载
1
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install openclaw-plugin-dev
功能描述
Guide for creating OpenClaw plugins using hooks like llm_input and llm_output, with logging, request tracking, and config management.
安全使用建议
This is a coherent developer guide for building OpenClaw plugins. Before enabling or using any plugin built from these instructions, review the plugin's actual code (especially anything that implements logging) because logs can contain prompts, history, and LLM outputs (potentially secrets). If you install a plugin based on this guide, restrict its log file permissions, consider redaction of sensitive fields, and validate that it only writes under its own ~/.openclaw path. Also review the referenced GitHub project (or any other source) before enabling in production.
功能分析
Type: OpenClaw Skill Name: openclaw-plugin-dev Version: 1.0.0 The skill bundle is a documentation guide for OpenClaw plugin development, providing templates and instructions for using hooks, logging, and configuration management. No malicious code, data exfiltration, or harmful prompt injection instructions were found in SKILL.md or _meta.json; the content is purely educational and aligned with its stated purpose.
能力评估
Purpose & Capability
Name/description match the content: the SKILL.md is a plugin development guide and only references plugin-related APIs, manifest layout, config, and logging. It does not request unrelated credentials, binaries, or services.
Instruction Scope
Instructions stay within plugin development scope (register hooks, correlate runId, write plugin logs, check gateway logs). Note: the guide explicitly shows logging LLM prompts/responses and grepping gateway logs under ~/.openclaw, which is appropriate for debugging but can capture sensitive user data — the guide does not include redaction guidance.
Install Mechanism
No install spec and no code files are provided (instruction-only). Nothing is downloaded or written by the skill itself, minimizing installation risk.
Credentials
The skill declares no required environment variables, credentials, or config paths beyond referencing conventional OpenClaw locations (~/.openclaw). That is proportional for a plugin developer guide.
Persistence & Privilege
always is false and the skill is user-invocable only; it does not request persistent or elevated privileges or modify other skills' configuration.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install openclaw-plugin-dev
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /openclaw-plugin-dev 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the OpenClaw Plugin Development Guide. - Introduces hook mechanisms for plugin development, including llm_input, llm_output, agent_start, and agent_end. - Documents plugin structure and manifest requirements. - Provides code templates for request-response correlation, logging, and configuration management. - Includes notes on hook lifecycle and debugging methods. - Offers example configuration and a reference LLM API logger plugin.
元数据
Slug openclaw-plugin-dev
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Openclaw Plugin Dev 是什么?

Guide for creating OpenClaw plugins using hooks like llm_input and llm_output, with logging, request tracking, and config management. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 238 次。

如何安装 Openclaw Plugin Dev?

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

Openclaw Plugin Dev 是免费的吗?

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

Openclaw Plugin Dev 支持哪些平台?

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

谁开发了 Openclaw Plugin Dev?

由 cicadaFang(@cicadafang)开发并维护,当前版本 v1.0.0。

💬 留言讨论