skill

Manage AI skills through a CLI for discovery, installation, and execution.

Updated Feb 25, 2026
One-click install
npx skills add https://github.com/movebrickschi/refly --skill skill-movebrickschi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill
Source: https://github.com/movebrickschi/refly/tree/main/packages/cli/skill/references
Command: npx skills add https://github.com/movebrickschi/refly --skill skill-movebrickschi

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a command-line interface for discovering, installing, managing, and interacting with AI skills, streamlining the integration of AI capabilities into your workflows.

Core Features & Use Cases

  • Skill Discovery: Search and list available skills with filtering by status, tags, and ownership.
  • Installation & Management: Install, uninstall, and manage local skill installations.
  • Workflow Integration: Create, publish, and run skills that can be bound to specific workflows.
  • Use Case: As a developer, you need to find a skill that can process images. You would use refly skill search "image processing" to find relevant skills, then refly skill install <skillId> to add it to your environment, and finally refly skill run <installationId> to execute it.

Quick Start

List all available skills with the status 'published'.

Frequently Asked Questions about skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I discover and install AI skills using a command-line interface?

You can discover and install AI skills by running a CLI command to search available packages with filters like tags or status, then executing an install command with the specific skill ID to add it to your local environment.

Can I bind a specific AI skill to my workflow automation pipeline?

Yes, you can bind installed AI skills to specific workflows. The CLI supports creating, publishing, and running skills that integrate directly with your workflow automation pipeline for streamlined execution.

What is the process for publishing a custom skill to a backend service for versioning?

Publishing a custom skill involves using the CLI to package your skill and push it to a backend service. This backend manages skill package versioning, making your custom skill available for discovery and installation.

Does the AI skill management CLI support filtering by ownership and published status?

Yes, the CLI supports skill discovery with filtering options. You can list available skills and narrow down search results by applying filters for ownership, tags, and publication status.

How do I run an installed AI skill locally after synchronizing it with the backend?

After installing a skill and completing local synchronization, you execute it by running a command with the specific installation ID. This triggers the skill execution within your configured environment.

What's the best way to manage local installations of developer tools and AI skills?

The best way to manage local AI skill installations is using a dedicated CLI that handles discovery, installation, uninstallation, and execution. It synchronizes with a backend service to maintain package versioning.