← Back to Plugins
Tools

Self Improvement Openclaw

pskoett By pskoett 👁 4 views ▲ 0 votes

self-improvement-openclaw-plugin

GitHub

README

# self-improvement-openclaw

Standalone OpenClaw plugin repo for the self-improvement skill.

This repo is intentionally separate from the published ClawHub skill repo so the skill listing and the plugin package can evolve independently.

## What It Contains

- `skills/self-improvement/SKILL.md` for the agent-facing instructions
- `openclaw.bundle.json` for ClawHub bundle-plugin publishing
- `flake.nix` exporting `openclawPlugin` for nix-openclaw
- `assets/` with starter templates for `.learnings/`

## Install

From ClawHub:

```bash
openclaw bundles install clawhub:@pskoett/self-improvement-openclaw
```

From nix-openclaw:

```nix
programs.openclaw.instances.default.plugins = [
  { source = "github:pskoett/self-improvement-openclaw-plugin"; }
];
```

## Publish

Publish this repo as a `bundle-plugin` on ClawHub. The required package files are:

- `package.json`
- `openclaw.bundle.json`

This repo lives at `github:pskoett/self-improvement-openclaw-plugin`.
tools

Comments

Sign in to leave a comment

Loading comments...