tinyclaw

by warengonzagaโœ“ Verified

The original Tiny Claw as your personal autonomous AI companion. ๐Ÿœ

287
Stars
41
Forks
TypeScript
Language
8/23/2026
Added
View on GitHubDownload ZIP

โš ๏ธ Third-Party Software Notice

This skill is third-party open-source software developed and hosted independently on GitHub. SkillTip is an informational directory and does not control or maintain the underlying repository. Any security checks displayed are automated and limited in scope. Review the source code before installing.

Read the Terms of Service

Installation

Add to your Claude Code skills directory:

# Add to your Claude Code skills
git clone https://github.com/warengonzaga/tinyclaw

Getting Started

Guides for using skills like tinyclaw.

Security Report

Verified

Last scanned: โ€”

{
  "status": "PASSED",
  "issues": []
}

README.md

Tiny Claw (Mandibles) ๐Ÿœ

[!NOTE] Tiny Claw is NOT a smaller version of OpenClaw. It is a completely independent product and an alternative to OpenClaw. While the original idea and inspiration came from OpenClaw (the lobster ๐Ÿฆž), Tiny Claw (the ant ๐Ÿœ) has its own mission, architecture, and identity built from the ground up.

GitHub Repo Banner

Your autonomous AI companion.

[!WARNING] ๐Ÿšง Under Active Development - This project is in heavy development and things will break. Running it now may spoil the experience we're building for you. Please wait for the first official release before trying it out. Follow @TinyClawAI and @warengonzaga on X for launch updates.

[!CAUTION] ๐Ÿšซ No Crypto Token โ€” Tiny Claw has NO official token, coin, or cryptocurrency and we have no plans to create one. If you see any token using Tiny Claw's name, it is not affiliated with this project. The only way to support Tiny Claw is through GitHub Sponsors or Buy Me a Coffee. ๐Ÿ™

AI agents today are powerful but complex, expensive to run, and heavy to set up. Tiny Claw believes AI should be simple, affordable, and truly personal, like having your own Codsworth or AYLA as a helpful friend. It achieves this by being a native framework built from scratch with a tiny core, plugin architecture, self-improving memory, and smart routing that tiers queries to cut costs. The result is an autonomous, self-improving, self-learning, and self-configuring personal AI companion that grows with you over time.

Think of the personal computer revolution. Computers were once reserved for governments, military, and large corporations. Having one meant building it yourself or spending serious money. Then Apple came along and made them personal and accessible to everyone. Tiny Claw does the same for AI agents.

โ“ Why Tiny Claw?

Most AI agent frameworks are powerful but heavy. They require expensive subscriptions, complex setup, and are built on top of other frameworks. Tiny Claw takes a different approach. It's built from scratch, cheap to run, and treats you as a friend, not just a user to be served.

Tiny Claw ๐ŸœOther AI Agent Frameworks
ArchitectureNative framework, built from scratchBuilt on existing frameworks (Pi, Claude Code, Codex)
PhilosophyPersonal companion with its own personalityConfigurable assistant you shape from scratch
Core sizeTiny by design, everything else is a pluginLarge monolith that grows over time
PersonalityHas its own, you can't override itFully configurable system prompts
MemorySelf-improving with temporal decayFlat conversation history
Context4-layer compaction keeps context small and cheapUnbounded context windows burn tokens
SecurityBuilt-in SHIELD.md anti-malware enforcementNo native threat model
UIDiscord-like web experience out of the boxTerminal-only or separate UI dependency
SetupSelf-configuring, zero hassleComplex onboarding with multiple dependencies
RuntimeBun-native, single binaryNode.js 22+, pnpm, multiple processes
Built-in ProviderOllama Cloud (free sign-up, generous free tier)Requires Claude Pro/Max ($20-200/mo) or API keys
CostSmart routing slashes LLM spend by tiering queriesEvery query hits the most expensive model
RoutingAdapts to whichever provider plugins you installHardcoded to a single provider

๐Ÿ’ก Philosophy

Tiny Claw is inspired by personal AI companions from science fiction like Codsworth from Fallout (the loyal robot butler) and AYLA from Deliver Us Mars (the autonomous drone companion). It's not designed to be your employee or your robot slave. It's designed to be your helpful friend that can assist with your work, your projects, and your daily life, but on its own terms.

The ant metaphor is intentional. A single ant is tiny, but it's autonomous, it learns, it adapts, and it builds something greater over time. That's Tiny Claw. Small by design, mighty by nature. The name "Mandibles" refers to the ant's powerful jaws โ€” tiny but capable of carrying many times their own weight.

Core Principles

  • Personal, not enterprise. Built for you, not your org chart. Helps with your work and business as a friend, not as a tool.
  • Tiny core, plugin everything. The core stays minimal. Channels, providers, and tools are all plugins.
  • Self-improving. Learns from every conversation via episodic memory with temporal decay.
  • Self-configuring. No manual config files. The agent configures itself through conversation.
  • Own personality. Ships with a personality (Heartware system) that's uniquely its own.
  • Native, not wrapped. Every component is built from scratch with zero dependency on external AI frameworks.
  • Easy to start. Uses Ollama Cloud with two built-in models โ€” kimi-k2.5:cloud (default) and gpt-oss:120b-cloud. Choose your model during setup and switch anytime via conversation.
  • Cost-conscious. Smart routing tiers queries across your installed providers. Cheap models handle simple stuff, powerful models only fire when needed.

โœจ Features

FeatureDescription
๐Ÿ’ฌDiscord-Like UIDark-themed web interface inspired by Discord with real-time SSE streaming, typing indicators, inline delegation event cards, and an active agents sidebar
๐Ÿง Adaptive Memory3-layer memory system (episodic, semantic FTS5, temporal decay) that learns what to remember and forget
๐Ÿค–Self-ImprovingBehavioral pattern detection that makes the agent better with every interaction
๐Ÿ”ŒPlugin ArchitectureChannels, providers, and tools are all plugins. Core stays tiny
๐ŸŽญHeartware PersonalityBuilt-in personality engine with SOUL.md and IDENTITY.md. It has its own character
๐ŸงฉSmart Routing8-dimension query classifier that adapts to your installed provider plugins, routing simple queries to cheap models and complex ones to powerful ones, cutting LLM costs
๐Ÿ“Context Compactor4-layer context compaction pipeline with rule-based pre-compression, shingle deduplication, LLM summarization, and tiered summaries (L0/L1/L2)
๐Ÿ›ก๏ธSHIELD.md Anti-MalwareRuntime SHIELD.md enforcement engine with threat parsing, pattern matching, and re-enforce action for built-in anti-malware protection
๐Ÿ”’5-Layer SecurityPath sandbox, content validation, audit log, auto-backup, rate limiting
๐Ÿ—๏ธDelegation SystemAutonomous sub-agent orchestration with self-improving role templates, blackboard collaboration, and adaptive timeout estimation
๐Ÿ“กInter-Agent CommsLightweight pub/sub event bus for real-time inter-agent communication with wildcard subscriptions and bounded history
๐Ÿ’พEasy SetupSQLite persistence with Ollama Cloud built-in. Free to sign up and start using immediately
โšกBun-NativeBuilt on Bun for maximum performance, minimal footprint
๐Ÿ”„Provider FallbackMulti-provider support (Ollama, OpenAI, Anthropic) with automatic failover

๐Ÿ›๏ธ Architecture

Architecture

Everything above the plugin line is the tiny core. Channels, extra providers, and additional tools live as plugins in plugins/.

๐Ÿš€ Quick Start

Install

bun install

Run

bun start

Open http://localhost:3000. Tiny Claw will walk you through the rest. No config files needed.

Development

bun dev      # Development mode with hot reload
bun build    # Build all packages
bun test     # Run test suite

๐Ÿ”Œ Plugin Development

๐Ÿ“ Project Structure

tinyclaw/
  packages/          Core library packages (tiny, focused, no circular deps)
    core/            Agent loop, database, built-in Ollama provider
    types/           Shared interfaces (leaf dependency)
    config/          Zod-validated configuration engine
    compactor/       Context compaction engine (4-layer pipeline)
    heartware/       Personality engine + safety layers
    memory/          Adaptive memory with episodic + FTS5
    delegation/      Sub-agent orchestration + blackboard
    router/          Smart provider routing (8-dim classifier)
    learning/        Behavioral pattern detection
    sandbox/         Bun Worker code execution
    shell/           Controlled shell execution with permission engine
    shield/          Runtime SHIELD.md enforcement + anti-malware
    pulse/           Cron-like proactive scheduler
    queue/           Per-session message locking queue
    intercom/        Pub/sub inter-agent communication
    matcher/         Hybrid semantic matcher (TF-IDF + fuzzy + synonyms)
    logger/          Singleton logger with emoji mappings
    secrets/         Encrypted secrets management (AES-256-GCM)
    plugins/         Plugin discovery and loading
  plugins/           Plugin packages (keep the core tiny)
    channel/         Messaging integrations (Discord, Friends, etc.)
    provider/        LLM providers (OpenAI, etc.)
  src/
    cli/             CLI entry point
    landing/         Official landing page (Svelte + Vite)
    web/             Web UI (Svelte 5, Discord-like experience)

๐Ÿ› Issues

Please report any issues and bugs by creating a new issue here, also make sure you're reporting an issue that doesn't exist. Any help to improve the project would be appreciated. Thanks! ๐Ÿ™โœจ

๐Ÿ™ Sponsor

Like this project? Leave a star! โญโญโญโญโญ

Want to support my work and get some perks? Become a sponsor! ๐Ÿ’–

Or, you just love what I do? Buy me a coffee! โ˜•

Recognized my open-source contributions? Nominate me as GitHub Star! ๐Ÿ’ซ

๐Ÿ“‹ Code of Conduct

Read the project's code of conduct.

๐Ÿ“ƒ License

This project is licensed under GNU General Public License v3.0.

๐Ÿ™ Credits

๐Ÿ“ Author

This project is created by Waren Gonzaga, with the help of awesome contributors.

contributors


๐Ÿ’ป๐Ÿ’–โ˜• by Waren Gonzaga | YHWH ๐Ÿ™ - Without Him, none of this exists, even me.

Frequently Asked Questions

What is tinyclaw?โŒ„

tinyclaw is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by warengonzaga. The original Tiny Claw as your personal autonomous AI companion. ๐Ÿœ. It has 287 GitHub stars.

Is tinyclaw safe to use?โŒ„

Yes. tinyclaw passed SkillsLLM's automated security scan โ€” a dependency vulnerability audit plus prompt-injection heuristics โ€” with no high-severity issues. You can read the full report in the Security Report section on this page.

How do I install tinyclaw?โŒ„

Clone the repository with "git clone https://github.com/warengonzaga/tinyclaw" and add it to your Claude Code skills directory (see the Installation section above).

What programming language is tinyclaw written in?โŒ„

tinyclaw is primarily written in TypeScript. It is open-source under warengonzaga on GitHub, so you can review or fork the full source.

Are there alternatives to tinyclaw?โŒ„

Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh tinyclaw against similar tools.

Comments (0)

No comments yet. Be the first to share your thoughts!

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

โญ 242,219โ‘‚ 36,702JavaScript
AI Agentsai-agentsanthropicclaude-code
View details โ†’
15

An agentic skills framework & software development methodology that works.

โญ 234,966โ‘‚ 20,863Shell
AI Agentsai-agentsbrainstorming
View details โ†’

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

โญ 185,940โ‘‚ 28,768JavaScript
AI Agentsai-agentsanthropicclaude-code
View details โ†’

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

โญ 128,868โ‘‚ 8,826Rust
AI Agentsclaude-codeai-tools
View details โ†’

claude-code

by anthropics

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

โญ 120,031โ‘‚ 19,897Shell
AI Agents
View details โ†’

Developers Also Liked

Based on votes and bookmarks from developers who liked this skill

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

โญ 242,219โ‘‚ 36,702JavaScript
AI Agentsai-agentsanthropicclaude-code
View details โ†’
15

An agentic skills framework & software development methodology that works.

โญ 234,966โ‘‚ 20,863Shell
AI Agentsai-agentsbrainstorming
View details โ†’

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

โญ 201,881โ‘‚ 60,308TypeScript
MCP Serversapisai-tools
View details โ†’

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

โญ 185,940โ‘‚ 28,768JavaScript
AI Agentsai-agentsanthropicclaude-code
View details โ†’

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

โญ 128,868โ‘‚ 8,826Rust
AI Agentsclaude-codeai-tools
View details โ†’