Skip to content

docularxu/openclaw-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

OpenClaw Skills

Custom skills for OpenClaw - an AI assistant framework.

Skills

riscv-spec

Look up RISC-V ISA specification details using the local riscv-unified-db repository. Covers extensions, instructions, encodings, CSR fields, and profile requirements.

english-word-card

Generate illustrated English word learning cards for kids, with pronunciation, example sentences, and Chinese explanations.

Installation

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-spec

License

MIT

About

Custom OpenClaw skills for RISC-V development and more

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors