🧪 Skills

OpenClaw Shortcuts

OpenClaw plugin providing a config-driven /shortcuts command with safe placeholder defaults. Use when you want a /shortcuts command that lists your local com...

v0.1.0
❤️ 0
⬇️ 218
👁 1
Share

Description


name: openclaw-shortcuts description: OpenClaw plugin providing a config-driven /shortcuts command with safe placeholder defaults. Use when you want a /shortcuts command that lists your local commands and project shortcuts without leaking private info to public repos.

openclaw-shortcuts

Registers /shortcuts in your OpenClaw agent.

What it does

  • /shortcuts → prints configured sections (projects, commands, model switching, etc.)
  • Ships with generic placeholder defaults — real shortcuts stay in local config
  • requireAuth: false — gateway commands.allowFrom handles authorization

Configure

Inject your shortcuts via openclaw.json:

{
  "plugins": {
    "entries": {
      "openclaw-shortcuts": {
        "enabled": true,
        "config": {
          "includeTips": false,
          "sections": [
            {
              "title": "📁 Projects",
              "lines": ["/myproject   - My project shortcut"]
            }
          ]
        }
      }
    }
  }
}

OPSEC

Never commit personal shortcuts to the repo. Local config only.

Version: 0.1.0

Reviews (0)

Sign in to write a review.

No reviews yet. Be the first to review!

Comments (0)

Sign in to join the discussion.

No comments yet. Be the first to share your thoughts!

Compatible Platforms

Pricing

Free

Related Configs