Custom OpenClaw plugins, independently installable via openclaw plugins install.
| Package | Description | npm |
|---|---|---|
@albertorsesc/openclaw-claude-code-tool |
Delegate coding tasks to the Claude Code CLI | |
@albertorsesc/openclaw-file-tools |
Direct file operations (read, write, edit, glob, grep) |
# Install dependencies
pnpm install
# Run all checks (lint, typecheck, test)
pnpm check
# Run tests only
pnpm test
# Lint
pnpm lint
# Type check
pnpm typecheck- Create a new directory under
packages/ - Add
package.json,openclaw.plugin.json, andindex.ts - Each package is independently publishable to npm
MIT