Lil Agents Macos Dock
Skill by adisinghstudent
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/adisinghstudent/lil-agents-macos-dock---
name: lil-agents-macos-dock
description: Tiny AI companions (Bruce and Jazz) that live on your macOS dock and provide Claude Code, OpenAI Codex, and GitHub Copilot CLI access via animated characters
triggers:
- "add lil agents to my dock"
- "set up dock AI companions"
- "configure lil agents"
- "add a new character or theme to lil agents"
- "integrate claude codex copilot with lil agents"
- "build lil agents from source"
- "customize lil agents appearance"
- "troubleshoot lil agents not showing"
---
# lil-agents macOS Dock AI Companions
> Skill by [ara.so](https://ara.so) — Daily 2026 Skills collection.
lil-agents places animated AI companion characters (Bruce and Jazz) above your macOS dock. Click a character to open a themed terminal popover that shells out to your chosen AI CLI (Claude Code, OpenAI Codex, or GitHub Copilot). Characters walk, display thinking bubbles, and play sound effects — all rendered from transparent HEVC video bundled in the app.
---
## What It Does
| Feature | Detail |
|---|---|
| Characters | Bruce & Jazz walk back and forth above the dock |
| AI backends | Claude Code, OpenAI Codex CLI, GitHub Copilot CLI |
| Themes | Peach, Midnight, Cloud, Moss |
| Terminal | Themed popover with live streaming output |
| Thinking bubbles | Playful phrases while the agent runs |
| Updates | Sparkle framework for auto-updates |
| Privacy | Fully local — no telemetry, no accounts |
---
## Requirements
- macOS Sonoma 14.0+
- Xcode 15+ (to build from source)
- At least one AI CLI installed
### Install AI CLIs
```bash
# Claude Code
# Download from https://claude.ai/download and install
# OpenAI Codex
npm install -g @openai/codex
# GitHub Copilot CLI
brew install copilot-cli
Building from Source
git clone https://github.com/ryanstephen/lil-agents.git
cd lil-agents
open lil-agents.xcodeproj
# Press ⌘R in Xcode to build and run
No additional package manager steps are required — dependencies (Sparkle) are resolved automatically by Xcode's Swift Package Manager integration.
Project Structure
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-adisinghstudent-lil-agents-macos-dock": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
Planning With Files Manus Workflow
Skill by adisinghstudent
claude-better-cli
Compatibility-first Claude CLI reimplementation with faster startup, lower memory, and drop-in command compatibility
mirofish-offline-simulation
Fully local multi-agent swarm intelligence simulation engine using Neo4j + Ollama for public opinion, market sentiment, and social dynamics prediction.
ghostling-libghostty-terminal
Build minimal terminal emulators using the libghostty-vt C API with Raylib for windowing and rendering
Obra Superpowers Agentic Workflow
Skill by adisinghstudent