clawhub

Manage AgentClaw skill package discovery, installation, and version control via clawhub CLI.

339|32|Updated May 6, 2026
One-click install
npx skills add https://github.com/Negai-ai/AgentClaw --skill clawhub-negai-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clawhub
Source: https://github.com/Negai-ai/AgentClaw/tree/main/agentclaw/skills/builtin_skills/clawhub
Command: npx skills add https://github.com/Negai-ai/AgentClaw --skill clawhub-negai-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires clawhub.

What problem does it solve?

This Skill solves the challenge of discovering, installing, and maintaining reusable AgentClaw skill packages, ensuring your agent environment stays synchronized and up-to-date.

Core Features & Use Cases

  • Package Management: Search, install, and update skill packages from the registry with simple commands.
  • Authentication & Publishing: Securely authenticate to the registry to share your own custom skills with the community.
  • Use Case: When you need to add a new capability to your agent, such as a specialized database connector, you can use this skill to search for and install the latest version directly into your workspace.

Quick Start

Use the clawhub skill to search for and install the latest version of the postgres-backups package.

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 skill packages from a remote registry?

Agent skill package management is handled through the clawhub CLI tool, which lets you discover, install, and update custom capabilities from a remote registry into your local workspace.

What is the best way to distribute custom agent capabilities to a community registry?

Distributing custom agent capabilities securely requires authenticating to the remote registry via the clawhub CLI, which handles version control and publishing your custom skill packages for community access.

Do I need a specific CLI tool installed to sync local agent environments with a remote registry?

Yes, you must have the clawhub CLI tool installed and accessible within your system path to sync local environments with remote registries and perform skill package lifecycle management.

Can I search for and install specific agent capabilities like a database connector?

Yes, you can search for and install specific agent capabilities such as a specialized database connector by using package management commands to find and add the latest version directly to your workspace.

Does the clawhub package manager support version control for deployed agent skills?

Yes, the clawhub package manager supports version control, ensuring your agent environment stays synchronized and up-to-date with the latest skill package releases from the remote registry.

Why does my agent skill package installation fail during registry sync?

Installation failures during registry sync often occur if the clawhub CLI tool is not properly installed or accessible within your system path, preventing successful package discovery and updates.