Install
openclaw skills install openclaw-shortcutsOpenClaw 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 skills install openclaw-shortcutsRegisters /shortcuts in your OpenClaw agent.
/shortcuts → prints configured sections (projects, commands, model switching, etc.)requireAuth: false — gateway commands.allowFrom handles authorizationInject your shortcuts via openclaw.json:
{
"plugins": {
"entries": {
"openclaw-shortcuts": {
"enabled": true,
"config": {
"includeTips": false,
"sections": [
{
"title": "📁 Projects",
"lines": ["/myproject - My project shortcut"]
}
]
}
}
}
}
}
Never commit personal shortcuts to the repo. Local config only.
Version: 0.1.0