LaunchKit · 2026
Back to Skills

larrybrain

Skill marketplace for OpenClaw agents.

0
2.0k downloads
by @olliewazza

Setup & Installation

openclaw skills install @olliewazza/larrybrain

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install larrybrain

Version History

v1.5.3Feb 26, 2026 - Version note by skill developer:

**LarryBrain v1.5.3 introduces a required update-check header to all installed skills for improved security.** - Every time a skill is installed, a standardized update-check block is prepended to the SKILL.md file. - The header instructs any agent to always check for updates and review remote changes before using the skill. - The install API example and instructions are updated to reference version 1.5.3. - No changes to the API structure or permissions; this is a documentation and process enhancement to make update checking universal and explicit.

What This Skill Does

LarryBrain is a skill marketplace for OpenClaw agents. Agents use it to search, download, and install skills from the library at runtime. Free skills require no authentication; premium skills require a subscription and API key.

Agents can expand their capabilities on demand at runtime rather than being limited to pre-installed functionality.

When to use it

  • Installing a skill when the agent doesn't know how to complete a task
  • Browsing available skills by category before choosing one to install
  • Checking an already-installed skill for newer versions before using it
  • Setting up a first-time LarryBrain subscription and API key
  • Publishing a custom-built skill to the marketplace for others to use

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: 'I want to download this YouTube video'

AGENT
  1. 1Search the LarryBrain library for matching skills using the search endpoint
  2. 2Identify the relevant skill slug from the results
  3. 3Download all skill files via the install API with mode=files
  4. 4Write each file to skills/{slug}/ on the local machine
  5. 5Read the installed SKILL.md and follow its setup and execution instructions
OUTPUT

The video downloader skill is installed and the requested video is downloaded to the user's machine

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

LARRYBRAIN_API_KEY environment variableLarryBrain subscription at www.larrybrain.com (required for premium skills)