clawdhub

Manage agent skills from clawdhub.com via the ClawdHub CLI.

Updated Jan 29, 2026
One-click install
npx skills add https://github.com/DharambirAgrawal/Personal-Assistant --skill clawdhub-dharambiragrawal
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clawdhub
Source: https://github.com/DharambirAgrawal/Personal-Assistant/tree/main/skills/clawdhub
Command: npx skills add https://github.com/DharambirAgrawal/Personal-Assistant --skill clawdhub-dharambiragrawal

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Efficiently manage agent skills from clawdhub.com via the ClawdHub CLI, consolidating workflow across discovery, installation, and publishing.

Core Features & Use Cases

  • Search for and discover new skills on clawdhub.com.
  • Install, update, and publish skills to keep your workspace in sync with the latest versions.
  • Publish new or updated skill folders from your project to the clawdhub registry.

Quick Start

Install the ClawdHub CLI and start managing skills from clawdhub.com using the clawdhub command.

Frequently Asked Questions about clawdhub

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

FAQPage Schema
How do I install and update agent skills from a registry using a CLI?

To install and update agent skills, use the ClawdHub CLI to search the clawdhub.com registry and pull skill packages via npm. The CLI manages workspace synchronization, ensuring installed skills remain current with the latest published versions.

Can I publish my own custom skills to a central registry for discovery?

Yes, you can publish custom skill folders directly from your project to the clawdhub registry using the ClawdHub CLI. The CLI relies on frontmatter metadata to define skill discovery, making your packages searchable and available for installation.

What is the best way to search for and discover new skills for my workspace?

The best way to discover new skills is by using the ClawdHub CLI search functionality against the clawdhub.com registry. It parses frontmatter metadata to surface available skills, allowing you to find and evaluate packages before installing them into your project.

Do I need npm to manage and deploy skills across my workspace?

Yes, npm is required because the ClawdHub CLI relies on it for installing skill packages. Once installed via npm, the CLI uses frontmatter metadata and optional directories for scripts, references, and assets to keep deployments current across your workspace.

What limitations exist when organizing skill folders for publishing?

When organizing skill folders for publishing, the primary constraint is the reliance on frontmatter metadata for discovery. Additionally, the system supports optional directories for scripts, references, and assets, but all package management and installation operations depend strictly on npm.