clawhub

Search and install third-party agent skills from the ClawHub registry via npx.

65|9|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/EthanAlgoX/MarketBot --skill clawhub-ethanalgox
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clawhub
Source: https://github.com/EthanAlgoX/MarketBot/tree/main/marketbot/skills/clawhub
Command: npx skills add https://github.com/EthanAlgoX/MarketBot --skill clawhub-ethanalgox

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enables quick discovery and installation of third-party agent skills so users do not need to manually search repositories, read installation notes, or manage workspace placement.

Core Features & Use Cases

  • Search the ClawHub public skill registry by natural language to find relevant skills.
  • Install, update, and list installed skills using npx so skills are placed into the marketbot workspace.
  • Use Case: A user wants to add a web-scraping skill to MarketBot and needs a reliable way to find the best match and install it into ~/.marketbot/workspace.

Quick Start

Run the clawhub search and install commands with npx to locate a skill and place it into your ~/.marketbot/workspace.

Frequently Asked Questions about clawhub

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

FAQPage Schema
How do I search for and install third-party agent skills into a workspace?

You can search for and install third-party agent skills using the ClawHub registry via npx commands, which automatically places the npm-based skill packages into your specified marketbot workspace directory.

Can I use ClawHub to update and list installed agent skills in my marketbot workspace?

Yes, ClawHub supports updating and listing installed agent skills within the marketbot workspace, allowing you to manage your skill registry and ensure all packages are current.

Do I need Node.js and network access to install skills from a public registry?

Yes, installing skills from the ClawHub public registry requires Node.js and network access because the tool uses npx to fetch and place npm-based packages into the workspace directory.

What is the best way to discover public agent skills without manually browsing repositories?

Searching the ClawHub public skill registry by natural language is the best way to discover relevant agent skills, eliminating the need to manually read installation notes or manage workspace placement.

Does ClawHub work with npm packages for adding web-scraping capabilities to MarketBot?

Yes, ClawHub installs npm-based skill packages via npx into the marketbot workspace, enabling you to reliably find and add specific capabilities like web-scraping skills to MarketBot.