Global Rank · of 601 Skills
install-skills AI Agent Skill
View Source: rarestg/rarestg-skills
MediumInstallation
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. Enablescheck/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 -yInstall 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 --globalInstall 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 -yInstall all skills from a repo
npx --yes skills add owner/repo --skill '*' -a openclaw -yVerify installed skills
npx --yes skills list -a openclaw
npx --yes skills list -a openclaw --globalFind 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 --globalCheck for updates and update
Requires skills to have been installed with --global:
npx --yes skills check
npx --yes skills updateDefaults
- Prefer GitHub shorthand
owner/repoover full URLs. --listbefore installing an unfamiliar repo.- One skill at a time unless asked otherwise.
- Always
-a openclaw -yfor deterministic, non-interactive installs. - Use
--globalwhen the user wants skills kept up to date.
Installs
Security Audit
View Source
rarestg/rarestg-skills
More from this source
Power your AI Agents with
the best open-source models.
Drop-in OpenAI-compatible API. No data leaves Europe.
Explore Inference APIGLM
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
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.
No configuration needed. Your AI agent (Claude Code, Cursor, Windsurf, etc.) automatically detects installed skills and uses them as context when generating code.
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.
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.