SkyClaw v2.2 Rust AI Agent Runtime Adds OpenAI OAuth and Custom Tool Authoring

SkyClaw v2.2 Release Details
SkyClaw v2.2 is an open-source AI agent runtime written in Rust that communicates through Telegram, Discord, and Slack channels. The agent can execute shell commands, browse the web, manage files, self-heal, and learn from mistakes.
New Features in v2.2
- OpenAI OAuth - Use ChatGPT Plus/Pro subscriptions instead of API keys. Authentication:
skyclaw auth login, select model, done. According to the source, only two agent runtimes support this: OpenClaw and SkyClaw. - Custom Tool Authoring - The agent writes its own bash/python/node tools at runtime. Example: Ask it to "make a tool that checks my server status" and it creates a script, saves it, and reuses it across sessions without restarting.
- Daemon Mode -
skyclaw start -d/skyclaw stopfor background operation without tmux.
Performance Benchmarks
- 31ms cold start
- 15 MB idle RAM
- 17 MB peak during conversation
- 9.3 MB single binary
- For comparison: OpenClaw needs ~1.2 GB idle RAM and ~800 MB install size
Technical Specifications
- 56K lines of Rust code
- 1,278 tests
- Zero warnings, zero panic paths
- 7 AI providers supported
- 4 communication channels (Telegram/Discord/Slack/others)
- 13 built-in tools + MCP self-extension
- 14 server registry - agent installs new tools autonomously
This type of lightweight, self-extending agent runtime is useful for developers who want AI assistants that can operate efficiently on constrained systems while maintaining extensibility through custom tool creation.
📖 Read the full source: r/openclaw
👀 See Also

Developer builds .NET SaaS template generator with Claude Code, shares workflow insights
A developer open-sourced NETrock, a .NET 10 SaaS starter template with authentication, ORM, and background jobs, then built a client-side generator for it using Claude Code. The generator lets users pick features and download a working .zip project that stays in their browser.

T9OS: An AI Orchestration System Built Entirely with Claude Code
An economics student built T9OS, a complete AI orchestration layer using Claude Code as the only programming tool. The system includes 18 production pipelines, a 12-state lifecycle engine, and 7 AI 'Guardians' that review every output.

Forge: A Memory System for Claude Code Built with Claude Code
A developer built Forge, a TypeScript monorepo MCP server that automatically captures decisions, constraints, and rejections from Claude Code conversations. It uses a six-stage pipeline to classify, extract, and persist structured data in an event-sourced SQLite model.

DreamScape: Browser-Based 3D World Builder Powered by Claude Code and MCP
DreamScape is a browser-based 3D world builder where Claude Code controls 30 MCP tools to generate terrain, models, weather, and behaviors in real time through natural language commands.