openclaw-help
// OpenClaw plugin providing a config-driven /help command (safe placeholder-only defaults).
$ git log --oneline --stat
stars:1,933
forks:367
updated:March 4, 2026
SKILL.mdreadonly
SKILL.md Frontmatter
nameopenclaw-help
descriptionOpenClaw 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-help
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— gatewaycommands.allowFromhandles authorization
Configure
Inject your shortcuts via openclaw.json:
{
"plugins": {
"entries": {
"openclaw-help": {
"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.2.0