Skales Desktop AI Agent Built with Claude, Features Clippy-Style Mascot

Skales is a desktop AI agent built using Claude (via OpenRouter/Anthropic API) that runs locally on Windows and macOS. The app uses Claude as its core brain to handle reasoning, tool execution, and natural language responses.
Key Features and Functionality
Claude powers the agent's reasoning and tool execution - it decides what actions to take and executes them. The agent can perform several practical tasks:
- Sending emails
- Managing files
- Browsing the web
- Managing your calendar
When minimized, a Desktop Buddy mascot floats on your screen. You click it, give it a command, and Claude handles the rest. One of the mascot skins (called Bubbles) morphs into a paperclip 📎 - a reference to the classic Clippy assistant, but with actual functionality.
How Claude Integrates
Claude serves as the core brain of the agent, handling several key functions:
- The ReAct loop (reasoning + acting)
- Tool selection
- Safety checks
- Natural language responses across multiple interfaces
The agent supports three modes: Chat, Telegram, and Autopilot mode.
Availability and Licensing
Skales is free for personal use. The source code is available on GitHub under the BSL-1.1 license. The project can be downloaded from skales.app and the GitHub repository is at github.com/skalesapp/skales.
This type of desktop AI agent represents a practical implementation of language model tool use, where the model not only understands requests but can directly execute actions on the user's system through a controlled interface.
📖 Read the full source: r/ClaudeAI
👀 See Also

Mastering Antropic Subscription Modes: Haiku, Sonnet, and Opus
Explore Antropic's innovative subscription modes—Haiku, Sonnet, and Opus—designed to enhance your AI coding experience with tailored features and pricing.

Running NemoClaw with Local vLLM: Setup Notes and Agent Engineering Observations
A developer documented running NVIDIA's NemoClaw sandboxed AI agent platform with a local Nemotron 9B v2 model via vLLM on WSL2. Key findings include inference routing details, parser compatibility issues, and observations about the agent engineering gap.

Caveman: A Claude Code Skill That Cuts 75% of Tokens by Using Caveman-Style Speech
Caveman is a Claude Code skill that reduces token usage by approximately 75% by making Claude respond in a concise, caveman-like style while maintaining full technical accuracy. It's installed via npx or the Claude plugin marketplace.

Creation OS: A Local σ-Gated LLM Runtime That Lets Models Say ‘I Don’t Know’ Instead of Hallucinating
Creation OS wraps local LLMs (BitNet, Qwen, Gemma, any GGUF) with a σ-gate that measures multiple uncertainty channels and decides ACCEPT, RETHINK, or ABSTAIN per output. No cloud, no API. TruthfulQA accuracy improved ~29% via selective regeneration.