clawhub-skill-install

Install ClawHub skills into the Hermes skill cache from ZIP packages.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/azmiariffaris/HERMES-AGENT --skill clawhub-skill-install
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: clawhub-skill-install
Source: https://github.com/azmiariffaris/HERMES-AGENT/tree/main/snapshot/hermes/skills/software-development/clawhub-skill-install
Command: npx skills add https://github.com/azmiariffaris/HERMES-AGENT --skill clawhub-skill-install

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Installing external skills from ClawHub to extend Hermes capabilities without manual setup.

Core Features & Use Cases

  • Install new skills from ClawHub to expand Hermes with external tooling.
  • Handle ZIP-based skill packages that include SKILL.md, references, and assets.
  • Use Case: A user asks for a new skill from ClawHub, and the system installs it locally for immediate use.

Quick Start

Run the clawhub-skill-install process to fetch and place the requested skill into your Hermes skill directory.

Frequently Asked Questions about clawhub-skill-install

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

FAQPage Schema
How do I install ClawHub skills into Hermes?▼

Installing a ClawHub skill involves downloading the clawhub.ai package, extracting the ZIP file, and placing the contents into the ~/.hermes/skills/<skill-name> directory for immediate local availability.

What is the process for adding an external skill from a URL to Hermes?▼

Adding an external skill from a URL triggers automated installation, fetching the ZIP package, extracting the directory structure, and caching it locally under the Hermes skill directory.

Does installing a ClawHub skill automatically handle binary dependencies?▼

Installing a ClawHub skill optionally handles binary dependency installation per the instructions defined in the skill's SKILL.md file.

Where are downloaded ClawHub skill packages stored on the local system?▼

Downloaded ClawHub skill packages are stored locally by extracting the ZIP contents into the ~/.hermes/skills/<skill-name> directory path.

Can I manually set up external skill ZIP packages in Hermes without using an installer?▼

Manual setup requires downloading the ZIP, extracting the skill directory, and placing all assets under ~/.hermes/skills/, whereas the installer automates this extraction and dependency process.