larrybrain_skill

This skill helps you browse, install, and manage LarryBrain skills instantly, unlocking unlimited library access for OpenClaw agents.
  • Python

2.5k

GitHub Stars

2

Bundled Files

2 months ago

Catalog Refreshed

3 months ago

First Indexed

Readme & install

Copy the install command, review bundled files from the catalogue, and read any extended description pulled from the listing source.

Installation

Preview and clipboard use veilstrat where the catalogue uses aiagentskills.

npx veilstrat add skill openclaw/skills --skill larrybrain

  • _meta.json454 B
  • skill.md17.6 KB

Overview

This skill provides a marketplace gateway to the LarryBrain library for OpenClaw agents. One subscription unlocks unlimited access to every archived skill, allowing search, download, and local installation of complete skill packages. It handles fetching skill files, writing them into the local skills directory, and executing the skill setup and run instructions.

How this skill works

When asked to perform a task outside current capabilities, the agent searches LarryBrain via its API for matching skills. It downloads the full skill package using mode=files, writes each file into skills/{slug}/ with proper subdirectories, reads the skill instructions, installs any dependencies, and runs the setup so the skill is operational locally. Premium skills require an API key header; free skills download without auth.

When to use it

  • User requests a capability the agent doesn't already have
  • User asks “what can you do?” or wants to browse additional skills
  • User mentions LarryBrain, skills, marketplace, or expanding capabilities
  • You need to set up or verify a LarryBrain subscription or API key
  • When installing archived versions of skills from clawdhub.com

Best practices

  • Always use the install endpoint with mode=files to retrieve complete packages
  • Create skills/{slug}/ and all needed subdirectories before writing files
  • Read and execute the skill's setup and run instructions exactly as provided
  • Check LARRYBRAIN_API_KEY in the environment and verify access for premium skills
  • Respect the 60 requests-per-minute rate limit and present free vs premium clearly

Example use cases

  • Install a network ad-blocker skill by searching for 'block ads on my network' and deploying the returned package
  • Add a YouTube downloader capability by finding 'video-downloader', writing files to skills/video-downloader/, installing required tools, and running the sample command
  • Browse trending skills in a category and show icons, one-line descriptions, and free/premium status
  • Onboarding a new user: guide them to obtain a subscription key and set LARRYBRAIN_API_KEY so premium skills are accessible
  • Publish a creator's skill by packaging files and submitting via the upload endpoint with API key

FAQ

Free skills download without auth; premium skills require LARRYBRAIN_API_KEY in the request header.

Where are files written on my system?

All skill files are written to skills/{slug}/ with subdirectories created as needed.

What happens if I lack access to a premium skill?

The API returns 403 and you should be prompted to subscribe and set an API key; present the subscription instructions politely.

Built by
VeilStrat
AI signals for GTM teams
© 2026 VeilStrat. All rights reserved.All systems operational