
chunhualiao skills on Remote OpenClaw
9 skills published by chunhualiao. Each listing includes a one-command install for Claude Code, OpenClaw, Codex, and Hermes, plus a link to the upstream source.
save-to-obsidian
Saves markdown content to a remote Obsidian vault over SSH using SCP. Built for Linux and Ubuntu machines that lack iCloud sync and cannot write directly to the vault. Enforces Obsidian-compatible formatting: Mermaid diagrams, markdown tables, and wiki-links.
rose-docker-build-skill
Builds the ROSE source-to-source compiler inside a Docker container using either autotools or CMake. ROSE requires GCC 7-10, which conflicts with GCC 11+ on modern hosts, making Docker the practical build environment. Supports editing source on the host while compiling inside the container.
rose-container-tools
Provides a Makefile-based workflow for building and running ROSE compiler tools inside a Docker container. ROSE requires GCC 7-10 and specific Boost versions that most modern hosts lack — the container supplies a pre-configured environment with ROSE at /rose/install. Covers identity translators, call graph generators, and AST traversal tools.
skill-engineer
Manages the full lifecycle of agent skills in OpenClaw systems. Three independent subagents handle design, review, and testing separately to prevent a designer from evaluating their own work. Supports iterative refinement loops with configurable quality gates before a skill is considered ready to ship.
autonomous-task-runner
A daemon-style task queue that persists across agent sessions. Users add tasks in natural language; a dispatcher executes them via subagents and polls on a heartbeat for retries and completions. The queue accumulates work over time and never auto-closes.
skill-releaser
Manages the full publication pipeline for releasing skills to ClawhHub. Handles structure scaffolding, OPSEC scanning, staging, user review, and public release. Batch releases run Phase 1 in parallel and collapse to a single review message; git history is erased before the repo goes public.
skill-mermaid-diagrams
Generates Mermaid diagrams from 12 pre-built templates with LLM-powered placeholder filling. Supports architecture, flowchart, sequence, Gantt, class, and state diagram types with a consistent color scheme. A subagent handles the full workflow: reading source content, selecting templates, rendering diagrams, and validating output.
x-extract
Extracts tweet content from x.com or twitter.com URLs using browser automation, returning text, author, timestamp, media links, and engagement stats. No Twitter/X API credentials or account login required. Can also download attached media files on request.
rotate-openrouter-key
Handles OpenRouter API key rotation across an entire OpenClaw installation. Finds every config location where the key is stored, updates them according to the priority chain, restarts the gateway, and verifies the new key works before advising you to disable the old one.