install

Discovers and installs Claude tools (skills, agents, commands) from this repository.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "install" with this command: npx skills add robdmc/claude_tools/robdmc-claude-tools-install

Install Skill

Discovers and installs Claude tools (skills, agents, commands) from this repository.

Quick Reference

Command Action

/install

Interactive installation wizard

/install list

Show available tools

Workflow

Step 1: Discover Available Tools

Run the discovery script:

python {SKILL_DIR}/install.py --list

This shows all tools in the repository with their components:

  • skills/ - Skill definitions with optional scripts/, references/, assets/

  • agents/ - Agent definition markdown files

  • commands/ - Legacy command markdown files

Step 2: Present Numbered Tool List

Display the tools as a numbered list for the user:

Available tools:

  1. brainstorm - skills + 3 agents
  2. duckdb_sql - skills with references
  3. implement - skills + task-worker agent
  4. presentation - skills with scripts/references
  5. scribe - skills with scripts/references
  6. viz - skills with scripts/references

Step 3: Gather User Choices

Use AskUserQuestion to get:

Target location:

  • Global (~/.claude/ ) - Available in all projects

  • Project (.claude/ ) - Only available in current project

Installation mode:

  • Copy - Files are copied (portable, independent)

  • Symlink - Links to source (updates automatically, requires repo access)

Tools to install:

  • Ask the user to enter tool numbers (e.g., "1,3,5" or "all")

  • Parse the response and map numbers back to tool names

Step 4: Execute Installation

Run the installation with user choices:

python {SKILL_DIR}/install.py --install --target <global|project> --mode <copy|symlink> --tools <tool1,tool2,...>

Step 5: Report Results

Show the user what was installed:

  • Skills installed to {target}/skills/{tool_name}/

  • Agents installed to {target}/agents/ (flat)

  • Commands installed to {target}/commands/ (flat)

Installation Mapping

Source Destination

{tool}/skills/ (entire tree) {target}/skills/{tool}/

{tool}/agents/*.md

{target}/agents/ (flat)

{tool}/commands/*.md

{target}/commands/ (flat)

Example Session

User: /install

Claude: Available tools:

  1. brainstorm - skills + 3 agents
  2. duckdb_sql - skills with references
  3. implement - skills + task-worker agent
  4. presentation - skills with scripts/references
  5. scribe - skills with scripts/references
  6. viz - skills with scripts/references

[Uses AskUserQuestion for target and mode] [Asks user: "Enter tool numbers to install (e.g., 1,3,5 or 'all'):"]

User selects: Global, Symlink, enters "1,6"

Claude: Installing brainstorm and viz...

[Runs: python install.py --install --target global --mode symlink --tools brainstorm,viz]

Installation complete! Linked skills/brainstorm/ -> /path/to/repo/brainstorm/skills Linked skills/viz/ -> /path/to/repo/viz/skills Linked agents/pragmatic-explorer.md Linked agents/creative-challenger.md Linked agents/devils-advocate.md

Handling "list" Argument

If the user runs /install list , skip the interactive workflow and just display the tool list:

python {SKILL_DIR}/install.py --list

Notes

  • Symlink mode requires the repository to remain accessible

  • Copy mode creates independent copies that won't auto-update

  • Existing installations are replaced (no merge)

  • The skill directory structure is preserved (SKILL.md, scripts/, references/, assets/)

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

uninstall

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

Openclaw Remote Install

One-click remote OpenClaw deployment via SSH. Auto-detects OS and selects best method (Docker/Podman/npm). Use when: (1) Installing on VPS/cloud servers, (2)...

Registry SourceRecently Updated
0175
Profile unavailable
Security

Skill Safe Install (L0 Strict)

Strict secure-install workflow for ClawHub/OpenClaw skills. Use when asked to install a skill safely, inspect skill permissions, review third-party skill ris...

Registry SourceRecently Updated
063
Profile unavailable