Skills cjl-plugin
install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/0xcjl/cjl-plugin" ~/.claude/skills/openclaw-skills-cjl-plugin && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/0xcjl/cjl-plugin" ~/.openclaw/skills/openclaw-skills-cjl-plugin && rm -rf "$T"
manifest:
skills/0xcjl/cjl-plugin/SKILL.mdsource content
CJL Skills Collection
This is a plugin containing 17 individual skills. Activate any skill directly:
| Command | Description |
|---|---|
| Content → PNG visuals (infographics, posters) |
| Academic paper analysis |
| Paper analysis + PNG card pipeline |
| Paper genealogy / citation tracing |
| Plain language rewriter |
| Dimensional reduction analysis |
| Relationship analysis |
| Multi-perspective roundtable discussion |
| Visual overview of installed skills |
| City travel research workflow |
| English word deep-dive |
| Word analysis → infographic card |
| Writing engine for idea development |
| X/Twitter media downloader |
| Concept dissection and learning |
| Investment research and analysis |
| HTML presentations in 24 design styles |
Installation
/install-plugin https://github.com/0xcjl/cjl-plugin
Design Philosophy
- Atomic: one skill, one responsibility
- Observable: clear input → output contract
- Self-contained: no external state dependencies
- User-invocable: trigger via
or natural language/cjl-{name}
Credits
Adapted from lijigang/ljg-skills, with
ljg- → cjl- renaming and the addition of cjl-slides.