OpenClaw Plugins
Custom OpenClaw plugins, independently installable via openclaw plugins install.
Packages
| 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) |  |
Development
# Install dependencies
pnpm install
# Run all checks (lint, typecheck, test)
pnpm check
# Run tests only
pnpm test
# Lint
pnpm lint
# Type check
pnpm typecheck
Adding a New Plugin
1. Create a new directory under packages/ 2. Add package.json, openclaw.plugin.json, and index.ts 3. Each package is independently publishable to npm
License
MIT










