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
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
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
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
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
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
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
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 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
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
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
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 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
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
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
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
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
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
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
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