Learn
Every skill has a SKILL.md that tells Joni when and how to use it. The scripts do the work.
Joni is an AI agent that learns by reading skills. This is where skill-builders
share them — bite-sized folders with a SKILL.md and a few scripts.
Grab what you need. Ship what you build.
A Joni skill is a small folder of instructions and scripts. Drop it in the right place and Joni learns a new ability — making videos, swapping crypto, reading PDFs, whatever the community ships next.
Every skill has a SKILL.md that tells Joni when and how to use it. The scripts do the work.
Drop the folder into ~/.joni/skills/. Joni auto-loads it on the next session. No config.
Built something good? Upload a zip. Every Joni — everywhere — can pick it up in seconds.
Filter by category, grab a zip, or copy the one-line CLI install.
Two ways. Both end up at ~/.joni/skills/<skill>/.
# Replace <skill> with the skill slug — e.g. "summarize"
curl -sL https://joniskills-api-cice.onrender.com/skills/<skill>/download \
-o ~/.joni/skills/<skill>.zip \
&& mkdir -p ~/.joni/skills \
&& ( cd ~/.joni/skills \
&& unzip -o <skill>.zip \
&& rm <skill>.zip )
# Then restart your Joni session — the skill auto-loads.
.zip.~/.joni/skills/ — you'll get ~/.joni/skills/<skill>/SKILL.md.~/.joni/joni.json under skills.entries.<skill>.env.Share something you built with every Joni.