Example profiles and skills for chai.
This repository is versioned alongside chai using the same tag numbers. Each tagged release corresponds to a specific chai version — use examples from the tag that matches your chai installation. Examples on main may reference features or schema changes not yet released.
| Tag | Chai Version |
|---|---|
v0.1.0 |
v0.1.0 |
v0.2.0 |
v0.2.0 |
v0.3.0 |
v0.3.0 |
v0.4.0 |
v0.4.0 |
v0.5.0 |
v0.5.0 |
Example profile configurations demonstrating agent setup patterns.
| Profile | Description |
|---|---|
assistant |
Example profile for knowledge base work |
developer |
Example profile for software development |
skillsmith |
Example profile for building chai skills |
Copy a profile directory to ~/.chai/profiles/:
cp -r profiles/assistant ~/.chai/profiles/Example skill packages that demonstrate CLI-backed skill design, compound subcommands, and resolveCommand patterns. These skills are not bundled with Chai because they depend on external binaries or deployment infrastructure not available by default.
| Skill | Tools | Tier | Depends On |
|---|---|---|---|
notesmd |
7 | moderate | notesmd-cli |
notesmd-daily |
2 | minimal | notesmd-cli |
websearch |
2 | full | SearXNG instance |
Copy a skill directory to ~/.chai/skills/:
cp -r skills/websearch ~/.chai/skills/Then enable the skill in your profile's enabledSkills list.
The bundled notes-* skill family provides equivalent functionality with sandbox enforcement:
| Example Skill | Bundled Replacement |
|---|---|
notesmd |
notes, notes-frontmatter, notes-wikilink |
notesmd-daily |
notes-daily |