#601

Global Rank · of 601 Skills

install-skills AI Agent Skill

View Source: rarestg/rarestg-skills

Medium

Installation

npx skills add rarestg/rarestg-skills --skill install-skills

9

Installs

Install Skills

Manage skills using the npx skills CLI. All commands use npx --yes (skip npx install prompt) and -a openclaw -y (target OpenClaw, skip confirmation).

Install scope: project vs global

  • Project (default): installs to workspace. Skills work but are not tracked for check/update.
  • Global (--global): installs to ~/.agents/skills/ and creates a lock file. Enables check/update.

Use --global for skills that should be kept up to date. Use project scope for experiments.

List skills in a repo

Always list before installing an unfamiliar repo:

npx --yes skills add owner/repo --list -a openclaw -y

Install a skill

# Project scope (no update tracking)
npx --yes skills add owner/repo --skill <skill-name> -a openclaw -y

# Global scope (enables check/update)
npx --yes skills add owner/repo --skill <skill-name> -a openclaw -y --global

Install one skill at a time unless explicitly asked to install multiple.

Source formats

# GitHub shorthand (preferred)
npx --yes skills add owner/repo --skill <name> -a openclaw -y

# Full GitHub URL
npx --yes skills add https://github.com/owner/repo --skill <name> -a openclaw -y

# Direct path to a specific skill in a repo
npx --yes skills add https://github.com/owner/repo/tree/main/skills/my-skill -a openclaw -y

# Local path
npx --yes skills add ./my-local-skills --skill <name> -a openclaw -y

Install all skills from a repo

npx --yes skills add owner/repo --skill '*' -a openclaw -y

Verify installed skills

npx --yes skills list -a openclaw
npx --yes skills list -a openclaw --global

Find skills

Search the skills directory by keyword:

npx --yes skills find <query>

Remove a skill

npx --yes skills remove <skill-name> -a openclaw -y
npx --yes skills remove <skill-name> -a openclaw -y --global

Check for updates and update

Requires skills to have been installed with --global:

npx --yes skills check
npx --yes skills update

Defaults

  • Prefer GitHub shorthand owner/repo over full URLs.
  • --list before installing an unfamiliar repo.
  • One skill at a time unless asked otherwise.
  • Always -a openclaw -y for deterministic, non-interactive installs.
  • Use --global when the user wants skills kept up to date.

Installs

Installs 9
Global Rank #601 of 601

Security Audit

ath Medium
socket Safe
Alerts: 0
snyk Medium
EU EU-Hosted Inference API

Power your AI Agents with the best open-source models.

Drop-in OpenAI-compatible API. No data leaves Europe.

Explore Inference API

GLM

GLM 5

$1.00 / $3.20

per M tokens

Kimi

Kimi K2.5

$0.60 / $2.80

per M tokens

MiniMax

MiniMax M2.5

$0.30 / $1.20

per M tokens

Qwen

Qwen3.5 122B

$0.40 / $3.00

per M tokens

How to use this skill

1

Install install-skills by running npx skills add rarestg/rarestg-skills --skill install-skills in your project directory. Run the install command above in your project directory. The skill file will be downloaded from GitHub and placed in your project.

2

No configuration needed. Your AI agent (Claude Code, Cursor, Windsurf, etc.) automatically detects installed skills and uses them as context when generating code.

3

The skill enhances your agent's understanding of install-skills, helping it follow established patterns, avoid common mistakes, and produce production-ready output.

What you get

Skills are plain-text instruction files — not executable code. They encode expert knowledge about frameworks, languages, or tools that your AI agent reads to improve its output. This means zero runtime overhead, no dependency conflicts, and full transparency: you can read and review every instruction before installing.

Compatibility

This skill works with any AI coding agent that supports the skills.sh format, including Claude Code (Anthropic), Cursor, Windsurf, Cline, Aider, and other tools that read project-level context files. Skills are framework-agnostic at the transport level — the content inside determines which language or framework it applies to.

Data sourced from the skills.sh registry and GitHub. Install counts and security audits are updated regularly.

EU Made in Europe

Chat with 100+ AI Models in one App.

Use Claude, ChatGPT, Gemini alongside with EU-Hosted Models like Deepseek, GLM-5, Kimi K2.5 and many more.

Customer Support