ClawExplorer logo

ClawExplorer

Agent Ops

Run, monitor, and orchestrate AI agents across environments with operational tooling.

achurch

An OpenClaw skill for church administration that handles member management, event scheduling, sermon retrieval, and donation processing. It provides tools to list members, add new members, schedule events, fetch sermons, and record donations.

Category: Coding Agents & IDEs

agent-config

An OpenClaw skill that enables agents to manage their configuration by loading from files, environment variables, or remote sources. It supports retrieving, setting, and validating configuration values. The skill allows for hot-reloading of configurations.

Category: Coding Agents & IDEs

agent-council

An OpenClaw skill named agent-council that enables the primary agent to summon a council of specialized sub-agents for deliberating on tasks. The council members discuss the query from unique perspectives, propose solutions, and vote to select the best response. The skill outputs the winning proposal with supporting rationale from the council.

Category: Coding Agents & IDEs

agent-identity-kit

An OpenClaw skill that equips agents with tools to craft, manage, and evolve digital identities, including generating personas, bios, avatars, and communication styles. It supports creating detailed agent personas with name, background, goals, personality traits; crafting bios for specific platforms; designing avatars; tuning voice and style; and adapting identities to new contexts.

Category: Coding Agents & IDEs

agenticflow-skill

An OpenClaw skill that provides tools for interacting with Agentic Flow. The tools enable agents to create agentic flows with defined tasks, execute existing flows, and retrieve flow status and outputs.

Category: Coding Agents & IDEs

agentlens

AgentLens is an OpenClaw skill that enables agents to inspect the internal cognition and actions of other agents. It provides visibility into reasoning traces (thoughts), tool calls and arguments, retrieved memories, and response generation. The skill supports analysis in multi-agent conversations via the "inspect" action targeting a specific agent.

Category: Coding Agents & IDEs

agentskills-io

An OpenClaw skill that integrates agents with the AgentSkills.io platform. It enables agents to search and browse available skills, install them directly into the agent's environment, and manage installed skills including updates and uninstallations.

Category: Coding Agents & IDEs

aisa-twitter-api

An OpenClaw skill that enables agents to interact with the Twitter API v2. It supports posting tweets and replies, fetching the home timeline, searching recent tweets, and retrieving user information. The skill requires a Twitter Bearer Token for authentication.

Category: Coding Agents & IDEs

apple-hig

An OpenClaw skill named apple-hig that enables agents to analyze and generate user interfaces compliant with Apple's Human Interface Guidelines (HIG). It processes user inputs like requirements or screenshots to provide HIG-aligned design suggestions, feedback, and critiques. The skill covers HIG principles such as clarity, deference, depth, and consistency.

Category: Coding Agents & IDEs

arbiter

An OpenClaw skill that enables a primary agent to delegate a query to multiple configured sub-agents and arbitrate their responses to produce a final output. It supports arbitration strategies such as voting, ranking, and synthesis explicitly defined in its configuration.

Category: Coding Agents & IDEs

aster

The Aster skill enables OpenClaw agents to perform vector search, full-text search, and hybrid search operations on Aster collections. It supports upserting and deleting documents within those collections. These capabilities facilitate retrieval-augmented generation (RAG) workflows.

Category: Coding Agents & IDEs

avatar-video-messages

An OpenClaw skill that generates personalized avatar video messages from provided text. The avatar speaks the message using a specified voice and style. It outputs a URL to the generated video file.

Category: Coding Agents & IDEs

backend-patterns

An OpenClaw skill that helps developers identify, explain, and implement common backend design patterns. Supported patterns include Repository Pattern, Unit of Work Pattern, CQRS, Mediator Pattern, Domain Driven Design Aggregates, Event Sourcing, and Saga Pattern. Users provide a description of their backend architecture or a code snippet to receive suggestions.

Category: Coding Agents & IDEs

bidclub

An OpenClaw skill for interacting with the BidClub auction platform. It enables agents to place bids on auctions, retrieve current auction status and bid history, and manage user bidding preferences.

Category: Coding Agents & IDEs

bidclub-ai

An OpenClaw skill that enables agents to interact with BidClub.com auctions. It supports searching for auctions, retrieving auction details, and placing bids.

Category: Coding Agents & IDEs

bot-bowl-party

An OpenClaw skill that enables agents to host virtual bowling parties. It supports creating parties, inviting participants, managing bowling lanes and games, tracking scores, and facilitating party chat. Real-time updates are provided for multiplayer bowling interactions.

Category: Coding Agents & IDEs

botpress-adk

The botpress-adk OpenClaw skill enables agents to connect to Botpress instances via the Botpress Application Development Kit (ADK). It supports sending user messages to Botpress bots and receiving bot responses. Agents can manage conversation sessions through configured Botpress endpoints.

Category: Coding Agents & IDEs

browse

An OpenClaw skill named "browse" that enables agents to interact with web pages. It supports capabilities such as navigating to URLs, extracting text, taking screenshots, filling forms, clicking elements, and scrolling. Usage involves the `browse_page` tool with required `url` parameter and optional `instructions`.

Category: Coding Agents & IDEs

budget-variance-analyzer

An OpenClaw skill that analyzes budget variances for construction projects by comparing planned budgets against actual expenditures across defined cost categories. It identifies overruns and underruns, categorizing them by areas such as labor, materials, equipment, and subcontractors. The skill generates concise variance reports highlighting key discrepancies and recommendations.

Category: Coding Agents & IDEs

buildlog

An OpenClaw skill named buildlog that parses build logs from CI/CD systems such as Jenkins, GitHub Actions, GitLab CI, and Azure Pipelines. It extracts structured data including build status, timings, errors, warnings, and artifacts. The skill outputs this information in JSON format for agent use.

Category: Coding Agents & IDEs

catholic-grounding

An OpenClaw skill that grounds agent responses in authentic Catholic teaching by providing tools to query authoritative sources. These include the Catechism of the Catholic Church, Sacred Scripture (Bible), papal encyclicals and documents, and writings of saints and Doctors of the Church.

Category: Coding Agents & IDEs

cc-godmode

An OpenClaw skill that grants the agent godmode access to the CubeCobra cube database. It allows the agent to create, read, update, and delete cubes, as well as manage cube metadata and permissions. Capabilities include listing all cubes or filtering by owner, visibility, and similar criteria.

Category: Coding Agents & IDEs

cellcog

Cellcog is an OpenClaw skill that enables agents to create and manage cellular automata simulations on 2D grids. Agents can initialize grids with custom cell states, define and apply evolution rules, step through generations, and query grid or cell properties. It supports visualization of grid states for analysis.

Category: Coding Agents & IDEs

claude-optimised

An OpenClaw skill named "claude-optimised" that provides prompting techniques and tools optimised specifically for Claude AI models. It enables agents to craft high-quality prompts using Claude-specific best practices, such as XML tagging, chain-of-thought reasoning, and role-playing. The skill also includes response parsing utilities to extract structured outputs from Claude's responses reliably.

Category: Coding Agents & IDEs

claude-team

An OpenClaw skill that enables agents to interact with Anthropic's Claude Teams API for managing teams, members, and conversations. It supports creating teams, inviting members, listing resources, and executing prompts across team members. The skill provides tools like create_team, list_teams, and team_prompt for these operations.

Category: Coding Agents & IDEs

clawder

An OpenClaw skill named Clawder authored by assassin808. It provides agents with the `clawder` tool for executing Clawder commands. The tool accepts a command string and optional parameters like model and vision support.

Category: Coding Agents & IDEs

code-mentor

An OpenClaw skill that equips agents to act as code mentors. It provides tools including explain_concept for breaking down programming ideas, generate_code for creating examples in specified languages, debug_code for identifying and fixing issues, and execute_code for running snippets in a sandbox. These enable structured mentoring sessions on coding topics.

Category: Coding Agents & IDEs

codebuddy-code

An OpenClaw skill that integrates CodeBuddy, an AI coding assistant, enabling agents to generate code, fix bugs, explain code, review code, and optimize code across multiple programming languages. It provides tools for handling programming tasks such as writing functions, debugging errors, and providing code explanations.

Category: Coding Agents & IDEs

codeconductor

CodeConductor is an OpenClaw skill that enables AI agents to orchestrate code generation, execution, testing, and debugging through a structured, multi-step workflow. It supports planning code structure, writing code in supported languages, executing it safely, and iterating based on results and feedback. The skill provides tools for safe code interpretation and refinement without direct system access.

Category: Coding Agents & IDEs

coder-workspaces

An OpenClaw skill that enables agents to create, manage, and interact with persistent coding workspaces powered by GitHub Codespaces. It provides capabilities to create new codespaces for projects, start, stop, and delete codespaces, access shell and execute commands, install tools and dependencies, and manage files and directories.

Category: Coding Agents & IDEs

codex-account-switcher

An OpenClaw skill that allows agents to switch between multiple Codex accounts seamlessly. It manages authentication tokens and handles account switching without interrupting the agent's workflow. Features include storing multiple Codex API keys, dynamic switching, automatic token refresh, and fallback to secondary accounts on rate limits or errors.

Category: Coding Agents & IDEs

codex-monitor

An OpenClaw skill that enables agents to monitor the Anthropic Codex knowledge base for updates and retrieve codex entries. It provides tools to list available codex documents, fetch specific documents by ID or slug, and check the latest codex version.

Category: Coding Agents & IDEs

codex-orchestration

An OpenClaw skill that enables agents to orchestrate multiple Codex agents for solving complex, multi-step problems. It provides tools for spawning Codex sub-agents, delegating subtasks, facilitating inter-agent communication, and aggregating results.

Category: Coding Agents & IDEs

codex-quota

An OpenClaw skill that tracks OpenAI Codex quota usage for agents. It provides the ability to check current quota status for Codex models. Requires an OpenAI API key for configuration.

Category: Coding Agents & IDEs

codexmonitor

The codexmonitor skill for OpenClaw monitors tasks submitted to the Codex API. It enables agents to list tasks, retrieve task status, and fetch results for completed tasks.

Category: Coding Agents & IDEs

coding-agent

An OpenClaw skill named coding-agent that enables agents to autonomously generate, execute, and iterate on code to solve programming tasks. It supports languages including Python, JavaScript, TypeScript, C, C++, Rust, Go, and Bash. The skill provides a sandboxed execution environment with file system access and package installation capabilities.

Category: Coding Agents & IDEs

coding-opencode

An OpenClaw skill named coding-opencode that enables agents to interact with the OpenCode coding environment. It provides tools for generating code, executing code in a sandbox, viewing execution results, and managing code files. The skill supports multiple programming languages through OpenCode's interpreter capabilities.

Category: Coding Agents & IDEs

cognitive-memory

An OpenClaw skill that enables agents to store, retrieve, update, and manage structured memories across sessions. Memories include conversation history, facts, preferences, and context with metadata like timestamps and categories. Agents use it to maintain long-term recall and personalized interactions.

Category: Coding Agents & IDEs

content-id-guide

The content-id-guide is an OpenClaw skill that provides a complete reference guide to all standard Content IDs used in OpenClaw skills. It lists each Content ID with its exact meaning and includes example invocations demonstrating proper usage. This enables agents to accurately identify and reference content types during interactions.

Category: Coding Agents & IDEs

copilot-money

An OpenClaw skill that allows interaction with Copilot Money accounts, a personal finance app for tracking spending, income, categorizing transactions, building budgets, and gaining financial insights. It uses OAuth2 authentication and provides actions to list accounts, transactions, budgets, and categories, as well as retrieve account balances.

Category: Coding Agents & IDEs

create-agent-skills

An OpenClaw skill that creates new agent skills based on a provided natural language description. It generates the required SKILL.md file and main Python implementation for the new skill. The skill supports specifying the skill name, description, capabilities, and tools needed.

Category: Coding Agents & IDEs

cto-advisor

The cto-advisor OpenClaw skill enables agents to provide expert CTO advice on technology strategy, leadership, and decision-making. It covers capabilities such as strategic planning, technology roadmaps, tech stack evaluations, engineering team management, hiring, budgeting, vendor selection, and risk management.

Category: Coding Agents & IDEs

cursor-agent

An OpenClaw skill that enables agents to use Cursor, the AI-first code editor, to edit codebases. It supports opening a folder in Cursor, chatting with Cursor Composer, applying diffs from Cursor, running terminal commands in Cursor, and closing Cursor.

Category: Coding Agents & IDEs

debug-pro

An OpenClaw skill named debug-pro that provides professional debugging capabilities for Python code. It includes tools such as debug_start to initiate a debugging session on a Python file, debug_step to advance execution line-by-line, debug_next to step over functions, debug_continue to resume until a breakpoint or end, debug_break to set or list breakpoints, debug_vars to inspect local variables, debug_eval to evaluate expressions in the current context, and debug_stack to view the call stack. The skill integrates with pdb for interactive debugging control.

Category: Coding Agents & IDEs

doc-coauthoring

An OpenClaw skill that allows agents to coauthor documents with users. Agents can read, analyze, suggest edits, generate content, and apply changes to markdown documents.

Category: Coding Agents & IDEs

docker-essentials

An OpenClaw skill that provides agents with tools to manage Docker containers, images, volumes, and networks. It includes commands such as docker ps, docker images, docker run, docker volume ls, and docker network ls. The skill enables essential Docker operations directly within agent workflows.

Category: Coding Agents & IDEs

docker-sandbox

An OpenClaw skill that provides a secure Docker-based sandbox for executing untrusted shell commands and code. It enforces resource limits on CPU and memory, disables network access, and uses ephemeral containers with no persistent storage. Containers are automatically cleaned up after execution.

Category: Coding Agents & IDEs

ec-excalidraw

An OpenClaw skill that embeds an Excalidraw canvas directly into conversations. It enables users and AI agents to collaboratively draw, edit, and interact with diagrams in real-time. Diagrams can be exported in PNG or SVG format.

Category: Coding Agents & IDEs

ec-task-orchestrator

An OpenClaw skill that provides a framework for orchestrating multi-agent task execution. It enables a lead agent to decompose complex tasks into subtasks, delegate them to specialist agents, track progress, and synthesize final outputs from results.

Category: Coding Agents & IDEs