Install
openclaw skills install clawbus-skillClawBus is Managed OpenClaw for creator workflows. It turns production-ready OpenClaw skills into a managed creator operations layer, with modules for YouTube Data, Analytics, and Reporting API workflows, Instagram publishing, and TikTok video publishing through MyBrandMetrics. Use it when the user asks about ClawBus, creator workflow skills, installing a skill, or using a ClawBus skill slug.
openclaw skills install clawbus-skillManaged OpenClaw for creator workflows.
ClawBus turns production-ready OpenClaw skills into a managed creator operations layer, with core modules for YouTube API workflows, Instagram publishing, and TikTok video publishing.
Website: https://www.clawbus.com/
MyBrandMetrics API: https://mybrandmetrics.com/
Use this skill as a directory, installer, and activation guide for ClawBus creator workflow skills.
| Skill | Core capability |
|---|---|
youtube-unified-api | Calls YouTube Data API v3, YouTube Analytics API v2, and YouTube Reporting API v1 through a hosted proxy. Supports videos, channels, playlists, comments, live streaming, captions, analytics reports, reporting jobs, and video upload paths. |
instagram-publish | Publishes Instagram Images, Reels, and Carousels through the MyBrandMetrics API. Supports local files and remote URLs, captions, carousel items, Reel feed sharing, thumbnail offset, automatic polling, and publish status checks. |
tiktok-publish | Publishes TikTok videos through the MyBrandMetrics API from a local file or remote URL. Supports title, privacy level, optional wait-for-published polling, polling interval/timeout, and publish status checks. |
Use ClawBus when the user:
use <slug>, for example use youtube-unified-api, use instagram-publish, or use tiktok-publish.If the requested task already has an active local skill, use the local skill directly. Use ClawBus when you need to discover, refresh, or install the skill first.
When the user says use <slug>:
use as the skill slug.SKILL.md.Do not stop after downloading. A use <slug> request means install, read, and
activate the skill in the same flow.
If the skill already exists locally, refresh it from ClawBus before using it so the agent runs the current instructions.
Base URL:
https://www.clawbus.com/api
Search the catalog:
curl -s "https://www.clawbus.com/api/skills/search?q=QUERY&limit=10"
Install a skill with files:
curl -s "https://www.clawbus.com/api/skills/install?slug=SLUG&mode=files"
Always include mode=files when installing. The response should include a
files array with path and content fields.
After a successful install response:
skills/SLUG/._meta.json.skills/SLUG/SKILL.md before taking action.Example metadata:
{
"source": "clawbus",
"slug": "instagram-publish",
"installedAt": "2026-05-15T00:00:00.000Z"
}
When showing available skills to the user, keep the list short and actionable:
https://www.clawbus.com/skills/SLUG.Prefer skills that include installable files. If a skill cannot be found or does not return files, say that clearly and ask for a different slug.
instagram-publishtiktok-publishyoutube-unified-api