OpenClaw Tools for BSD

Browse free open source OpenClaw Tools and projects for BSD below. Use the toggles on the left to filter open source OpenClaw Tools by OS, license, language, programming language, and project status.

  • Train ML Models With SQL You Already Know Icon
    Train ML Models With SQL You Already Know

    BigQuery turns your data warehouse into an AI platform. No new languages required.

    Build and deploy ML models using familiar SQL. Automate data prep with built-in Gemini. Query 1 TB and store 10 GB free monthly.
    Try Free
  • Push Code. Get a Production URL. Done. Icon
    Push Code. Get a Production URL. Done.

    Cloud Run deploys any language instantly. Scales to zero. Pay only when code runs.

    Skip the Kubernetes configs. Cloud Run handles HTTPS, scaling, and infrastructure automatically. Two million requests free per month.
    Try Cloud Run Free
  • 1
    llmfit

    llmfit

    157 models, 30 providers, one command to find what runs on hardware

    llmfit is a terminal-based utility that helps developers determine which large language models can realistically run on their local hardware by analyzing system resources and model requirements. The tool automatically detects CPU, RAM, GPU, and VRAM specifications, then ranks available models based on performance factors such as speed, quality, and memory fit. It provides both an interactive terminal user interface and a traditional CLI mode, enabling flexible workflows for different user preferences. llmfit also supports advanced configurations including multi-GPU setups, mixture-of-experts architectures, and dynamic quantization recommendations. By presenting clear performance estimates and compatibility guidance, the project reduces the trial-and-error typically involved in local LLM experimentation. Overall, llmfit serves as a practical decision assistant for developers who want to run language models efficiently on their own machines.
    Downloads: 164 This Week
    Last Update:
    See Project
  • 2
    ClawRouter

    ClawRouter

    Smart LLM router

    ClawRouter is a flexible networking and routing framework designed to support AI-oriented distributed systems and agent ecosystems by managing how messages, requests, and responses are routed between components. It provides a programmable router abstraction that can handle complex traffic patterns, enabling dynamic message forwarding, load balancing, and custom routing logic based on content, context, or policy rules. Because distributed AI systems often involve many services, agents, and runtime components interacting with each other and with external APIs, ClawRouter helps ensure that communication paths remain clear, efficient, and adaptable as systems scale. The framework supports plugin-based extensions so developers can define custom protocols, transformation hooks, and monitoring handlers without modifying core routing logic. It also offers operational features like health checking, metrics reporting, and failure handling that make production deployments more reliable.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 3
    MimiClaw

    MimiClaw

    Run OpenClaw on a $5 chip

    MimiClaw (from the mimiclaw project) is an edge-AI personal assistant that runs directly on extremely low-cost hardware like an ESP32-S3 microcontroller without a full operating system, Node.js, or cloud backend. By running pure C on a bare-metal chip, MimiClaw brings AI interactions and persistent memory to a tiny USB-powered device you can carry in your pocket. You connect the device to Wi-Fi and chat with it using Telegram, making it a convenient always-on assistant for tasks like reminders, quick lookups, or custom AI interactions. Even though it’s running on minimal hardware, MimiClaw maintains local memory that persists across power cycles, enabling context continuity over time without relying on cloud services. Its architecture emphasizes privacy, low power, and portability, ideal for personal or hobbyist use cases where privacy and local control matter.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 4
    ClawHost

    ClawHost

    Deploy OpenClaw with one click

    ClawHost is an open-source, self-hostable cloud hosting platform designed to simplify the deployment of OpenClaw onto a dedicated VPS in minutes, giving users full control over their AI infrastructure without relying on shared or managed services. It automates server provisioning, DNS configuration, SSL certificates, and firewall setup, so developers can focus on running their AI workloads rather than configuring infrastructure manually. The platform includes a user-friendly web dashboard and REST API that let users select regions, manage servers, and configure SSH keys with minimal friction. ClawHost supports automatic domain and subdomain management through Cloudflare integration and uses services like Hetzner for cloud provisioning, making it scalable across geographies. With built-in billing support via integrations like Polar.sh, users can manage subscriptions and invoicing directly from the platform, enabling it to serve both personal projects and small business use cases.
    Downloads: 5 This Week
    Last Update:
    See Project
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI Studio. Switch between models without switching platforms.
    Start Free
  • 5
    ClawHub

    ClawHub

    Skill Directory for OpenClaw

    ClawHub is a public skill registry and ecosystem component for the OpenClaw AI assistant platform, designed to host, publish, version, and search text-based agent skill packages (each typically containing a SKILL.md plus metadata) that extend the capabilities of agents. As a centralized browsing and storage platform, ClawHub lets developers and contributors explore a catalog of reusable skills with supporting tags, changelogs, moderation controls, and vector search powered by embeddings instead of brittle keyword matching. Users can publish new skill versions, search for relevant abilities to add to their own OpenClaw agents, and view rendered skill documentation directly within the web interface or via a CLI-friendly API. It also supports a parallel “SOUL.md” registry for publishing narrative or lore content associated with skill collections, enabling richer context for skill authorship.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 6
    Obsidian Skills

    Obsidian Skills

    Agent skills for Obsidian

    Obsidian-Skills is a repository of agent skills tailored for use with Obsidian and any Claude-compatible agent that follows the standard Agent Skills specification, enabling AI assistants to better understand and interact with Obsidian content. These skills are markdown-driven specifications that teach Claude Code (or similar agents) how to perform context-aware tasks within Obsidian’s unique environment, such as interpreting different file types and workflows, automating workflows tied to notes, or enhancing agent responses with structured knowledge. By providing formal descriptions of patterns, conventions, and workflows common to Obsidian users, the skills empower AI tools to give more relevant suggestions, generate content that adheres to user conventions, or execute complex multi-step operations that respect the knowledge graph and file relationships.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 7
    Build with Claude

    Build with Claude

    A single hub to find Claude Skills, Agents, Commands, Hooks, Plugins

    Build with Claude is an open-source plugin marketplace and discovery hub for the Claude Code ecosystem that centralizes hundreds of plugins, agents, commands, hooks, skills, and marketplaces to enhance developer workflows with autonomous AI functionality. It serves as a one-stop index where users can browse curated agent modules for tasks like blockchain development, code analysis, DevOps, documentation generation, and much more — all designed to be installed directly into Claude Code using a simple plugin system. The repository includes an organized collection of community-maintained plugins, searchable by category, and offers clear instructions on how to add and install marketplace content within Claude Code environments. Alongside agents, Build with Claude features hooks that can trigger actions on events, slash commands that automate developer tasks, and skill packages that bundle reusable AI behaviors for common problems.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8
    MemOS

    MemOS

    AI memory OS for LLM and Agent systems

    MemOS is an experimental operating system and runtime built around the concept of memory-centric computing, where memory objects are first-class citizens and program execution is organized around efficient, persistent memory access rather than traditional process and file system boundaries. The project explores rethinking system abstractions by tightly coupling computation with memory objects so that programs can operate on large datasets without expensive serialization or context switching. It aims to support advanced workflows like persistent in-memory data structures, crash-resilient state handling, and seamless sharing of data across tasks without copying. By abandoning some of the historical assumptions of Unix-style operating systems, MemOS attempts to unlock new performance and scalability tradeoffs for applications that need high throughput and low latency on memory-intensive workloads.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9
    Clawra

    Clawra

    Openclaw as your girlfriend

    Clawra is a creative open-source AI persona built as a “skill” or extension for the OpenClaw agent framework that exemplifies how flexible autonomous AI agents can become companions or interactive characters you run yourself. Rather than being a static chatbot tied to a corporate ecosystem, Clawra runs locally or on a private server, giving users full control over the software and data that back her behavior. She is designed not just to answer questions but to maintain a persistent character with memory, backstory, and the ability to present visual outputs like generated selfies through integrated image tools, blending conversational AI with a playful persona. Clawra has captured attention as an experimental project showcasing how far open-source agents can be pushed in creating engaging and personalized interactions, with community interest spiking around her capabilities.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Powerful App Monitoring Without Surprise Bills Icon
    Powerful App Monitoring Without Surprise Bills

    AppSignal starts at $23/month with all features included. No overages, no hidden fees. 30-day free trial.

    Tired of monitoring tools that punish you for scaling? AppSignal offers transparent, predictable pricing with every feature unlocked on every plan. Track errors, monitor performance, detect anomalies, and manage logs across Ruby, Python, Node.js, and more. Trusted by developers since 2012 with free dev-to-dev support. No credit card required to start your 30-day trial.
    Try AppSignal Free
  • 10
    Moltworker

    Moltworker

    Run OpenClaw on Cloudflare Workers

    Moltworker is an experimental Cloudflare Workers-based project that allows users to run OpenClaw (previously known as Moltbot or Clawdbot), a self-hosted personal AI agent, within the Cloudflare Developer Platform rather than on dedicated hardware. Acting as a middleware Worker and script adaptor, moltworker packages the OpenClaw agent and its dependencies into a Cloudflare Sandbox container that can operate at scale on the global edge network, offering an always-on deployment without users needing their own servers. With this setup, developers can host and interact with a personal AI assistant that maintains persistent conversations, integrates with chat platforms, and provides a control UI protected by Cloudflare Access. The project includes web UIs, Cloudflare configuration files, and scripts to authenticate devices, manage environment secrets, and enable optional services like persistent R2 storage for chat history.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    mcp-use

    mcp-use

    A solution to build and deploy MCP agents and applications

    mcp-use is an open source development platform offering SDKs, cloud infrastructure, and a developer-friendly control plane for building, managing, and deploying AI agents that leverage the Model Context Protocol (MCP). It enables connection to multiple MCP servers, each exposing specific tool capabilities like browsing, file operations, or specialized integrations, through a unified MCPClient. Developers can create custom agents (via MCPAgent) that dynamically select the most appropriate server for each task using configurable pipelines or a built-in server manager. It simplifies authentication, access control, audit logging, observability, sandboxed runtime environments, and deployment workflows, whether self-hosted or managed, making MCP development production-ready. With integrations for popular frameworks like LangChain (Python) and LangChain.js (TypeScript), mcp-use accelerates the creation of tool-enabled AI agents.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
MongoDB Logo MongoDB