
trumppo skills on Remote OpenClaw
4 skills published by trumppo. Each listing includes a one-command install for Claude Code, OpenClaw, Codex, and Hermes, plus a link to the upstream source.
gh
Runs authenticated GitHub operations from the terminal using the gh CLI. Covers repo creation, cloning, forking, issue management, pull requests, and releases. Prefers explicit, idempotent commands and returns URLs for created resources.
search-memory
Indexes local memory files and runs keyword search with a recency boost. Covers MEMORY.md and all files under memory/, with an incremental cache to avoid full re-indexing on each run. Designed for Openclaw's local-first memory layout.
gitbackup
Creates a self-contained Git bundle of the OpenClaw workspace repository and saves it to `/root/.openclaw/backups`. The bundle filename includes a UTC timestamp. Older backups are not deleted.
fullbackup
Runs a bundled script that archives the OpenClaw workspace and configuration to /root/.openclaw/backups. Caches and logs are automatically excluded from the archive. Triggered via /fullbackup in Telegram or directly from the command line.