con un clic
petdex
Install and select animated petdex mascots for Simplicio Agent.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Install and select animated petdex mascots for Simplicio Agent.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
Legacy compatibility alias for `/simplicio-loop`. Use only when an older install, adapter, or saved prompt still invokes `/simplicio-tasks`; immediately route the run through `.claude/skills/simplicio-loop/SKILL.md`, which now owns the public core + loop protocol.
Operate and troubleshoot local Hermes/Simplicio gateway services safely, including config edits, launchd/service restarts, and live verification with logs.
Transforma a memória do Simplicio (memory_items + embeddings all-MiniLM) em um knowledge graph consultável — nós + arestas, comunidades, god nodes, path/explain/query. Port do conceito Graphify (Graphify-Labs) reusando a infra já existente (neural-recall, vec0).
Legacy compatibility alias for `/simplicio-loop`. Use only when an older install, adapter, or saved prompt still invokes `/simplicio-tasks`; immediately route the run through `.claude/skills/simplicio-loop/SKILL.md`, which now owns the public core + loop protocol.
Learned skill -- when the task mentions "not", run this proven sequence (5 successful runs, confidence 1.00).
Evolutionary optimize-by-metric loop — mutate a target, evaluate against fixed criteria, KEEP if the score improves (commit) or REVERT if it doesn't (git checkout), repeat, plateau-break after N stagnated runs. Adapts Karpathy's `autoresearch` pattern (and the ECC `autoresearch-agent`) with mandatory yool guardrails (§11 caps), git-isolated branch discipline, an anti-Goodhart eval order (correctness gate FIRST, score SECOND, labeled tokenizer), a local-first mutation ladder, and a `simplicio.savings-event/v1` receipt per run. Use when the user says "optimize this by <metric>", "autoresearch loop", "evolutionary optimize", "mutate/eval/keep-revert", or asks to shrink tokens/latency/bundle size/improve pass-rate against a fixed, measurable eval. Worker: `scripts/autoresearch.py`.
| name | petdex |
| description | Install and select animated petdex mascots for Simplicio Agent. |
| version | 1.0.0 |
| author | Simplicio Agent |
| license | MIT |
| platforms | ["linux","macos","windows"] |
| metadata | {"hermes":{"tags":["petdex","mascot","display","cli","tui","desktop"],"category":"productivity","homepage":"https://petdex.dev"}} |
Browse, install, and select animated "pet" mascots from the public
petdex gallery. An installed pet
reacts to agent activity (idle, running a tool, reviewing, error, done) across
the Simplicio Agent CLI, TUI, and desktop app. This skill drives the simplicio-agent pets CLI
and the display.pet config — it does not generate sprites.
petdex.dev for the gallery/manifest (read-only, no auth).Use the terminal tool to run simplicio-agent pets <subcommand>.
| Goal | Command |
|---|---|
| Browse the gallery | simplicio-agent pets list (add a substring to filter: simplicio-agent pets list cat) |
| List installed pets | simplicio-agent pets list --installed |
| Install a pet | simplicio-agent pets install <slug> (add --select to make it active) |
| Set the active pet | simplicio-agent pets select <slug> (omit slug for a picker) |
| Resize the pet everywhere | simplicio-agent pets scale <factor> (e.g. 0.5, clamped 0.1–3.0) |
| Preview/animate in terminal | simplicio-agent pets show [slug] [--cycle] [--state run] |
| Disable the pet | simplicio-agent pets off |
| Remove a pet | simplicio-agent pets remove <slug> |
| Diagnose setup | simplicio-agent pets doctor |
simplicio-agent pets list <query> and note its slug.simplicio-agent pets install <slug> --select.simplicio-agent pets show (Ctrl+C to stop).simplicio-agent pets doctor — shows the resolved pet, configured
render mode, detected terminal graphics protocol, and effective mode.Pets install into <HERMES_HOME>/pets/<slug>/ (profile-aware). Selecting a pet
writes display.pet.slug + display.pet.enabled to config.yaml.
Under display.pet in config.yaml:
enabled (bool) — master on/off.slug (str) — active pet; empty = first installed.render_mode — auto (detect) | kitty | iterm | sixel | unicode | off.scale (float) — on-screen size of the native 192×208 frames (default 0.33,
clamped 0.1–3.0). One knob resizes every surface; set it with
simplicio-agent pets scale <factor>, the /pet scale slash command, or the desktop
Appearance slider.unicode_cols (int) — width in columns for the Unicode fallback.enabled: true).~/.codex/pets; Simplicio Agent uses its own
profile-scoped <HERMES_HOME>/pets/ instead — install through simplicio-agent pets.simplicio-agent pets doctor reports ✓ ready when a pet is installed, selected,
enabled, and Pillow is importable.