skill-add
- Repo stars 707
- Author updated Live
- Author repo openclacky
- Domain
- Other
- Compatible agents
-
- Claude Code
- Cursor
- Cline
- Codex
- Windsurf
- Gemini CLI
- +20
- Trust score
- 88 / 100 · community maintained
- Author / version / license
- @clacky-ai · no license declared
- Token usage
- Lean
- Setup complexity
- Plug-and-play
- External API key
- Not required
- Operating systems
- Unspecified (assume cross-platform)
- Runtime requirements
- No special requirements
- Permissions
-
- Read-only
- Write / modify
- Network behavior
- Local-only
- Install commands
- 26 variants
Profile is derived at build time from SKILL.md and install vectors. Subject to drift from author intent.
Heads up: 未限定 allowed-tools,默认拥有全部工具权限。
---
name: skill-add
description: Installs a skill from a zip URL or a local zip file path using the bundled installfromzip.rb scr…
category: other
runtime: no special runtime
---
# skill-add output preview
## PART A: Task fit
- Use case: Installs a skill from a zip URL or a local zip file path using the bundled installfromzip.rb script. The script path is listed in the Supporting Files above (scripts/installfromzip.rb) — use the full path directly, no find needed. runs entirely locally. Works with Claude Code, Cursor, Cline and 23 more..
- Inputs: target material, constraints, expected output, and acceptance criteria.
- Evidence boundary: follow “How to Install / Examples / Notes” and do not present inference as author intent.
## PART B: Execution result
- **01** The card summarizes the use case; runtime output centers on “Installs a skill from a zip URL or a local zip file path using the bundled installfromzip.rb script. The script path is listed in the Supporting Files above (scripts/installfromzip.rb) — use the full path directly, no find needed. runs entirely locally. Works with Claude Code, Cursor, Cline and 23 more.”.
- **02** When the source has headings, the agent prioritizes “How to Install / Examples / Notes” so the result follows the author’s structure.
- **03** Typical output includes task judgment, concrete steps, required commands or file edits, validation, and follow-up options.
- **04** Risk context follows the fingerprint: read files, write/modify files; mostly runs locally; usually needs no extra API key.
## Running Rules
- read files, write/modify files; mostly runs locally; usually needs no extra API key.
- Validate with a small sample before expanding scope.
- Return the result, validation criteria, and next iteration options. The source mentions slash commands such as `/skill-add`, `/users`, `/path`; use them first when your agent supports command triggers.
Name target files or source material, expected output, forbidden changes, and whether network or shell access is allowed. Permission fingerprint: read files, write/modify files.
Start with a small task and check whether the result follows “How to Install / Examples / Notes”. Inspect diffs, logs, previews, or tests before expanding scope.
Confirm the final output includes a concrete result, evidence, and next action. If it stays generic, tighten inputs, boundaries, and acceptance criteria.
---
name: skill-add
description: Installs a skill from a zip URL or a local zip file path using the bundled installfromzip.rb scr…
category: other
source: clacky-ai/openclacky
---
# skill-add
## When to use
- Installs a skill from a zip URL or a local zip file path using the bundled installfromzip.rb script. The script path i…
- Use it when the task has clear inputs, repeatable steps, and validation criteria.
## What to provide
- Target material, scope, expected result, and forbidden changes.
- Whether network, commands, file writes, or external services are allowed.
## Execution rules
- Organize steps around “How to Install / Examples / Notes” and keep inference separate from source facts.
- read files, write/modify files; mostly runs locally; usually needs no extra API key.
- Validate with a small sample before expanding the task.
## Output requirements
- Return the deliverable, key evidence, validation method, and next action.
- Mark missing information as unknown; do not invent commands, platforms, or dependencies. The author source anchors workflow facts; repository files anchor sources and commands; Fluxly only adds fit, limitations, and quality judgment.
skill "skill-add" {
input -> user goal + target files + boundaries + acceptance criteria
context -> How to Install / Examples / Notes
rules -> SKILL.md triggers / order / output contract
runtime -> no special runtime | read files, write/modify files | mostly runs locally
guardrails -> usually needs no extra API key + small-sample validation + diff/log review
output -> copyable result + checklist + next iteration
} Skill Add — Zip Installer
Installs a skill from a zip URL or a local zip file path using the bundled install_from_zip.rb script.
How to Install
The script path is listed in the Supporting Files above (scripts/install_from_zip.rb) — use the full path directly, no find needed.
The script accepts either a remote URL or a local file path:
ruby "SKILL_DIR/scripts/install_from_zip.rb" <zip_url_or_path> [slug]
<zip_url_or_path>— a remotehttps://URL or an absolute/relative local path to a.zipfile[slug]— optional; the skill's directory name. If omitted, inferred from the filename (e.g.canvas-design-1.2.0.zip→canvas-design)
The script handles everything automatically:
- For URLs: downloads the zip (follows HTTP redirects)
- For local paths: reads the file directly (no download needed)
- Extracts and locates all
SKILL.mdfiles inside - Copies skill directories to
~/.clacky/skills/ - Reports installed skills with their descriptions
Do NOT manually download or unzip — the script handles everything.
Examples
From a remote URL:
/skill-add https://store.clacky.ai/skills/canvas-design-1.2.0.zip
ruby "SKILL_DIR/scripts/install_from_zip.rb" \
"https://store.clacky.ai/skills/canvas-design-1.2.0.zip" \
"canvas-design"
From a local file:
/skill-add /Users/alice/Downloads/my-skill-1.0.0.zip
ruby "SKILL_DIR/scripts/install_from_zip.rb" \
"/Users/alice/Downloads/my-skill-1.0.0.zip"
Notes
- Skills install to
~/.clacky/skills/by default - Local paths may be absolute (
/path/to/skill.zip) or use~(~/Downloads/skill.zip) - If the user doesn't provide a URL or path, ask them for the zip source
Decide Fit First
Design Intent
How To Use It
Boundaries And Review