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

OpenIntel Iran: AI-Powered Conflict Dashboard Updates with Hourly Briefings
A developer's AI agent has overhauled the OpenIntel Iran dashboard, an auto-updating intelligence tool that scans Reuters, AP, BBC, and other major sources hourly to verify developments and publish structured briefings on the Iran-Israel-US conflict.

CodeLedger: Open-source Claude Code plugin tracks token usage and background agents
CodeLedger is an open-source MCP server plugin for Claude Code that automatically tracks token usage across projects, identifies background agents, and provides cost optimization recommendations based on analysis of local JSONL session files.

Introducing cltree: A File Tree TUI for Claude Code
cltree is a split-pane TUI that displays your project file tree in real-time alongside Claude Code, showing the current working directory, hiding noise, and allowing all keystrokes to pass through.

Cowork Context Management Kit Solves Claude's File Overload Problem
A developer built a context management kit for Cowork after Claude AI was reading all 462 files in their project folder, causing performance issues and contradictions. The solution includes global instructions, a manifest file system, and a Cowork skill to prioritize relevant documents.