# Skill Installer

> Install skills from a git repository; use when the user asks to install, add, fetch, or set up a new skill.

- **Type:** Skill
- **Install:** `agentstack add skill-gizclaw-opencraft-skill-installer`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [GizClaw](https://agentstack.voostack.com/s/gizclaw)
- **Installs:** 0
- **Category:** [AI & ML](https://agentstack.voostack.com/c/ai-and-ml)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [GizClaw](https://github.com/GizClaw)
- **Source:** https://github.com/GizClaw/opencraft/tree/main/internal/capabilities/skills/assets/skills/skill-installer

## Install

```sh
agentstack add skill-gizclaw-opencraft-skill-installer
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Skill Installer

When the user asks to install a skill:

1. Determine the source — a git repository URL is best — and the target scope: "user" for personal skills (`~/.agents/skills`) or "repo" for project skills (`.agents/skills` at the workspace root).
2. If the skill lives in a subdirectory of the repository (e.g. `skills/flowcraft-config`), pass that as `path` so only that directory is installed.
3. Use `tool_search` to locate the `skill_install` tool if it is not already available, then call it with `repo`, `path` (when needed) and `scope`.
4. Report the installed path and confirm the skill is now discoverable (`/skills` in the TUI, or `skill_search` once loaded).

There is no curated registry yet: if no URL is given, ask the user for one.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [GizClaw](https://github.com/GizClaw)
- **Source:** [GizClaw/opencraft](https://github.com/GizClaw/opencraft)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-gizclaw-opencraft-skill-installer
- Seller: https://agentstack.voostack.com/s/gizclaw
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
