Custom skills for OpenClaw - an AI assistant framework.
Look up RISC-V ISA specification details using the local riscv-unified-db repository. Covers extensions, instructions, encodings, CSR fields, and profile requirements.
Generate illustrated English word learning cards for kids, with pronunciation, example sentences, and Chinese explanations.
Copy the skill directory into ~/.openclaw/skills/:
cp -r riscv-spec ~/.openclaw/skills/Or clone the whole repo and symlink:
git clone https://github.com/docularxu/openclaw-skills.git
ln -s $(pwd)/openclaw-skills/riscv-spec ~/.openclaw/skills/riscv-specMIT