← Back to Skills Marketplace
marcusy2k

Plugin Integration Development

by MarcusY2k · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
104
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install plugin-integration
Description
Guide users to create, validate, and integrate custom plugins, tools, and commands into OpenClaw using templates, scripts, and examples.
Usage Guidance
This skill looks like a helpful plugin template and validator, but review and test before running scripts. Specific things to check: 1) The validate script uses jq — install jq or edit the script; the skill did not declare this dependency. 2) Examples include manifest.json files, but the validator and CLI docs expect openclaw.plugin.json — update examples or manifests to match your OpenClaw version. 3) init-plugin.sh uses sed -i in a way that can be non-portable on macOS; test in a safe directory first. 4) Run the scripts in a non-production directory (or provide an explicit output-dir) to avoid accidental overwrites; the init script will refuse to proceed if the target directory exists, but confirm before running. 5) Inspect the generated index.js and manifest before installing any plugin into your real OpenClaw plugins directory. If you want higher assurance, open the scripts in a text editor or run them under a sandbox/container and verify behavior (no network calls are present).
Capability Assessment
Purpose & Capability
The skill's name/description match the included materials: templates, example plugins, and validation/init scripts. Creating and validating plugins is a coherent purpose for the included files.
Instruction Scope
SKILL.md stays within plugin-development scope (create scaffold, validate, install). The runtime instructions reference local paths and scripts only and do not instruct any network calls or reading unrelated system state. However, the scripts assume tools (jq, sed -i behavior) that are not declared, and the docs/scripts expect different manifest filenames (examples use manifest.json while validation expects openclaw.plugin.json), which is an inconsistency that can cause unexpected failures.
Install Mechanism
No install spec; this is instruction-only and ships only examples and shell scripts. There are no downloads or archive extracts, so there is no high-risk install mechanism.
Credentials
The skill declares no required environment variables or credentials, which lines up with its local-development purpose. However, the validation script depends on the external tool jq (and generally on a POSIX shell and sed), but jq is not declared in requirements — a missing dependency rather than a secret/privilege issue.
Persistence & Privilege
The skill is not always-enabled and is user-invocable only. It does not request elevated privileges or modify other skills. Running the scripts writes files into plugin directories (expected for scaffolding) but does not persist as an always-on component.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install plugin-integration
  3. After installation, invoke the skill by name or use /plugin-integration
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Fix: add init-plugin.sh, use openclaw.plugin.json, remove fabricated API, add CLAUDE.md symlink
v1.0.0
Initial release: comprehensive plugin development toolkit. Templates, validation scripts, examples, and best practices for building OpenClaw plugins.
Metadata
Slug plugin-integration
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Plugin Integration Development?

Guide users to create, validate, and integrate custom plugins, tools, and commands into OpenClaw using templates, scripts, and examples. It is an AI Agent Skill for Claude Code / OpenClaw, with 104 downloads so far.

How do I install Plugin Integration Development?

Run "/install plugin-integration" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Plugin Integration Development free?

Yes, Plugin Integration Development is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Plugin Integration Development support?

Plugin Integration Development is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Plugin Integration Development?

It is built and maintained by MarcusY2k (@marcusy2k); the current version is v1.0.1.

💬 Comments