Agent skill

personality

Manage voice assistant personalities. List, create, switch, edit, delete, export, or import personalities.

majiayu000534★ · 1 repos on radarProfile →
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill personality --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 7 KB
Bundled scripts: none
Path: skills/agent/personality/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Personality Management Manage multiple voice assistant personalities for claude-talk. ## Storage - `~/.claude-talk/personalities/<name>.md` — saved personalities - `~/.claude-talk/personality.md` — active personality (backward compat) - `~/.claude-talk/active-personality` — name of active personality - Personality names are lowercase with hyphens (e.g., `witty-jarvis`) ## Route by $ARGUMENTS Parse the first word of `$ARGUMENTS` as the subcommand. The rest are arguments to that subcommand. --- ### No arguments (or "list"): List Personalities 1. Check if `~/.claude-talk/personalities/` exists. If not, run the **Migration** step below first. 2. List all `.md` files in `~/.claude-talk/personalities/`. 3. Read `~/.claude-talk/active-personality` to get the active name. 4. Display a table: | Personality | Style | Voice | Active | |---|---|---|---| | default | Witty & playful | Daniel | | | pirate-claude | Casual & warm | Moira | ✓ | Read the `## Conversational Style` and `## Voice` sections from each file to populate Style and Voice columns. If no personalities exist, say: "No personalities found. Run `/claude-talk:personality create` to make one, or `/claude-talk:install` to set up fr

What's inside
Steps it walks through
  1. Storage
  2. Route by $ARGUMENTS
  3. No arguments (or "list"): List Personalities
  4. "switch \<name>": Switch Active Personality
  5. "create": Create New Personality
  6. "edit [name]": Edit a Personality
  7. "delete \<name>": Delete a Personality
  8. "export [name]": Export a Personality
  9. "import": Import a Personality
  10. Migration
  11. If no personality directory and no personality.md
Ships with 1 file
  • metadata.json
Commands it runs
source ~/.claude-talk/venvs/wlk/bin/activate
claude-talk server set-voice "<voice>"
claude-talk server speak "Switching to <name>. How do I sound?"
claude-talk voices --enhanced
More from claude-skill-registry
All skills →
About this skill
What does the personality skill do?

Manage voice assistant personalities. List, create, switch, edit, delete, export, or import personalities.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill personality --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going