Skip to content

albertorsesc/openclaw-plugins

Repository files navigation

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 npm
@albertorsesc/openclaw-file-tools Direct file operations (read, write, edit, glob, grep) npm

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

About

OpenClaw personal plugins

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors