Skip to content

elvatis/openclaw-shortcuts

openclaw-shortcuts

OpenClaw plugin providing a config-driven /shortcuts command with safe placeholder defaults.

Current version: 0.1.0

Replaces: openclaw-help (deprecated — name was misleading; plugin never registered /help but /shortcuts)


What it does

Registers /shortcuts in your OpenClaw agent.

Prints:

  • Generic placeholder sections by default
  • Custom sections injected via local openclaw.json config

Security design: The repo ships with placeholder-only content. All personal shortcuts, project names, and command mappings live in your local config — never in the repo.


Install

clawhub install openclaw-shortcuts

Or local development:

openclaw plugins install -l ~/.openclaw/workspace/skills/openclaw-shortcuts
openclaw gateway restart

Configure

In ~/.openclaw/openclaw.jsonplugins.entries.openclaw-shortcuts.config:

{
  "enabled": true,
  "includeTips": false,
  "sections": [
    {
      "title": "📁 Projects",
      "lines": [
        "/<project>   - Your project shortcut"
      ]
    },
    {
      "title": "🛠 Tools",
      "lines": [
        "/<command>   - Your custom command"
      ]
    }
  ]
}

OPSEC rule

  • Never put personal commands, phone numbers, group IDs, tokens, or internal workflows into this repo
  • Keep all real shortcuts in local config only

Changelog

v0.1.0

  • Initial release (merged from deprecated openclaw-help)
  • Registers /shortcuts with requireAuth: false
  • Config-driven sections via openclaw.json
  • Safe placeholder defaults

License

MIT

About

OpenClaw plugin: Config-driven /shortcuts command with safe placeholder defaults

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors