skill-add

Install skills from ZIP URLs or local ZIP files into ~/.clacky/skills.

1.2k|100|Updated Dec 30, 2025
One-click install
npx skills add https://github.com/clacky-ai/openclacky --skill skill-add-clacky-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-add
Source: https://github.com/clacky-ai/openclacky/tree/main/lib/clacky/default_skills/skill-add
Command: npx skills add https://github.com/clacky-ai/openclacky --skill skill-add-clacky-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires zip, and includes scripts (resource) components.

What problem does it solve?

This Skill simplifies adding new Skills by installing from ZIP URLs or local ZIP files, automating discovery and deployment of ZIP-based Skills.

Core Features & Use Cases

  • Install a skill from remote ZIP URLs or local ZIP files.
  • Automatically locate SKILL.md inside archives, copy the skill directory to ~/.clacky/skills, and provide a summary of installed skills.
  • Handles both single-root and nested ZIP layouts, and reports installation results.

Quick Start

Run the /skill-add command with a ZIP URL or a local ZIP file path to install a skill.

Frequently Asked Questions about skill-add

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

FAQPage Schema
How do I install a skill from a ZIP file?

To install a skill from a ZIP file, run the skill-add command with a local ZIP path or remote URL. The tool extracts the archive, locates SKILL.md, copies the directory to ~/.clacky/skills, and reports the installation summary.

Can I install skills directly from a remote ZIP URL?

Yes, you can install skills directly from a remote ZIP URL. The automation handles HTTP redirects, downloads the archive, extracts it, and copies the skill directory to your ~/.clacky/skills folder.

Does skill-add work with nested ZIP layouts?

Yes, skill-add works with nested ZIP layouts. It automatically detects the SKILL.md file inside single-root or nested archive structures and extracts the correct skill directory to the target installation path.

What is the best way to automate skill packaging and installation from ZIP archives?

The best way to automate skill packaging and installation is using the skill-add command. It streamlines deployment by handling ZIP extraction, redirect resolution, and copying skill directories to ~/.clacky/skills.

Do I need Ruby to install skills from ZIPs?

Ruby is used by the skill-add scripts to automate the installation process. The command handles the ZIP extraction and file copying natively, so you only need the ZIP utility installed as a dependency.

Why is my ZIP skill installation not working?

ZIP skill installation may fail if the archive lacks a SKILL.md file or the ZIP utility dependency is missing. Ensure your local ZIP file or remote URL is accessible and contains a valid skill directory structure.