clawhub

Manage agent skills via the ClawHub CLI and registry.

5|Updated Mar 17, 2026
One-click install
npx skills add https://github.com/p-sree-sai-pavan/P.A.R.K.E.R --skill clawhub-p-sree-sai-pavan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clawhub
Source: https://github.com/p-sree-sai-pavan/P.A.R.K.E.R/tree/main/gateway/skills/clawhub
Command: npx skills add https://github.com/p-sree-sai-pavan/P.A.R.K.E.R --skill clawhub-p-sree-sai-pavan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This front-end-facing capability helps teams discover, install, update, synchronize, and publish agent skills through the ClawHub CLI and registry for streamlined skill management.

Core Features & Use Cases

  • Discover and search for skills in the ClawHub registry.
  • Install, update, and manage skills locally, including version control and dependency handling.
  • Publish and version-control your own skills to the registry for team collaboration.
  • Synchronize local skill catalogs with remote registries to maintain consistency across environments.

Quick Start

Install the ClawHub CLI and search for a skill to install one locally.

Frequently Asked Questions about clawhub

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I install and manage agent skills locally across multiple projects?

You can install and manage agent skills locally using the ClawHub CLI, which handles version control and dependency tracking across multiple projects. It enables deterministic setup and reproducible workflows by encapsulating commands and metadata.

What is the best way to publish version-controlled agent skills to a registry?

Publishing version-controlled agent skills to a registry uses the ClawHub CLI to package and release your skills for team collaboration. It encapsulates required binaries and install metadata in frontmatter to drive reproducible releases.

Can I synchronize local skill catalogs with remote registries to maintain consistency?

Yes, you can synchronize local skill catalogs with remote registries using the ClawHub CLI to maintain consistency across environments. This sync functionality ensures local skills match the remote registry versions.

How do I search for agent skills in a CLI registry?

Searching for agent skills in a CLI registry involves using the ClawHub CLI discover and search commands to find available skills. It returns matching skills from the registry for quick local installation.

Does ClawHub work for operators managing reproducible skill workflows without extra dependencies?

Yes, ClawHub works for operators managing reproducible skill workflows without extra dependencies, as it requires none. It encapsulates CLI commands and install metadata in frontmatter to drive deterministic setup.

Why do I need frontmatter metadata when publishing agent skills to a registry?

Frontmatter metadata is needed when publishing agent skills to a registry because it encapsulates required binaries and install metadata to drive deterministic setup. This ensures reproducible workflows across different environments.