ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified developer tools Safety 4/5

clawdhub-reskill-usage

Teaches AI agents how to use reskill — a Git-based package manager for AI agent skills. Covers CLI commands, install formats, configuration, publishing, and common workflows.

Why use this skill?

Learn how to use reskill to manage AI agent tools. Install, update, and configure skills efficiently using the Git-based manager for your OpenClaw agent projects.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/krislavten/rush-reskill-usage
Or

What This Skill Does

The clawhub-reskill-usage skill provides your OpenClaw agent with comprehensive knowledge and operational capabilities for the reskill package manager. reskill acts as a Git-centric infrastructure layer specifically designed for the AI agent ecosystem, allowing for the declaration, versioning, and lifecycle management of agentic skills. This skill enables the agent to interact with skills.json and skills.lock files, facilitating the installation of modular functionality from various sources including GitHub, GitLab, and custom HTTP registries. It standardizes how an agent discovers, integrates, and updates its internal toolset, effectively transforming a static agent into a modular, upgradable assistant.

Installation

To equip your agent with this skill, run the following command within your environment: clawhub install openclaw/skills/skills/krislavten/rush-reskill-usage

Ensure that your environment meets the core prerequisites, specifically Node.js version 18.0.0 or higher. For optimal performance, the agent should verify the existence of a global installation using which reskill. If unavailable, the agent is configured to fallback to npx reskill@latest to execute management tasks without needing permanent system-wide binary installation.

Use Cases

This skill is essential when managing complex agent environments. Use it to bootstrap new agent projects by initializing the skill architecture, or to synchronize toolsets across multiple agent platforms such as Cursor, Claude Code, or Codex. It is particularly valuable for developers building private skill registries, as it enables the agent to publish proprietary skills to internal endpoints. Furthermore, it serves as an excellent troubleshooting aid when an agent reports dependency conflicts or missing skill definitions within a project's configuration files.

Example Prompts

  1. "Check my current project setup and list all installed skills to ensure everything is up to date."
  2. "I need to add the latest web-scraper skill from the community registry, can you handle the installation using reskill?"
  3. "My project is failing to resolve a skill dependency; please examine my skills.json file and fix the configuration."

Tips & Limitations

When using reskill, always be mindful of your registry context. The tool defaults to the Rush community registry, but if you are working within an enterprise environment, ensure your agent is aware of your custom registry URL to avoid failed authentication or connection errors. Keep in mind that while reskill supports multiple VCS providers, private repositories require the agent to have pre-configured SSH or token-based authentication access to those platforms. Finally, verify that your network environment allows outbound traffic to the designated registry, as firewall restrictions can occasionally block dependency resolution.

Metadata

Stars1656
Views1
Updated2026-02-28
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-krislavten-rush-reskill-usage": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags

#cli#package-manager#skills#reskill
Safety Score: 4/5

Flags: file-read, file-write, code-execution, network-access