ar-skill

Upload, list, get, download, and delete Skill packages on the platform.

20|7|Updated Apr 20, 2026
One-click install
npx skills add https://github.com/Serverless-Devs/agentrun-cli --skill ar-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ar-skill
Source: https://github.com/Serverless-Devs/agentrun-cli/tree/main/docs/en
Command: npx skills add https://github.com/Serverless-Devs/agentrun-cli --skill ar-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Packaging, uploading, and management of Skill packages address the core workflow for AI agents.

Core Features & Use Cases

  • Control plane: upload, list, get, download, and delete Skill packages on the platform.
  • Data plane: scan local Skill directories, load instructions from SKILL.md, read files, and execute commands inside a Skill directory.
  • Use case: build and deploy modular capabilities for agents and reuse skills across projects.

Quick Start

Upload a local Skill directory containing SKILL.md to the platform and begin managing it with ar skill commands.

Frequently Asked Questions about ar-skill

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

FAQPage Schema
How do I package and upload local AI agent skill directories to a platform?

To package and upload local AI agent skill directories, use the ar skill commands to scan the directory, load instructions from SKILL.md, and execute the upload operation to the platform. The SKILL.md file must contain YAML frontmatter with name and description fields.

What is a SKILL.md file and when do I need it for agent skill management?

A SKILL.md file is the root instruction file required for agent skill management, needed when packaging and uploading modular capabilities. It must contain YAML frontmatter with name and description, and directs the use of optional folders like scripts/, references/, and assets/.

Can I execute commands and read files inside a local skill directory before uploading?

Yes, you can execute commands and read files inside a local skill directory before uploading. The data plane supports scanning local directories, loading instructions from SKILL.md, reading files, and executing commands within the skill directory structure.

What's the best way to manage deployed skill packages across different projects?

The best way to manage deployed skill packages is using the control plane commands for upload, list, get, download, and delete operations. This enables teams to deploy modular AI capabilities and reuse skills across multiple projects efficiently.

Do I need any dependencies to run skill package management operations?

No external dependencies are required to run skill package management operations. The skill operates independently to handle local directory scanning and platform-level operations like upload, list, get, download, and delete for modular AI agent capabilities.

Why does my skill package upload fail when the SKILL.md frontmatter is missing?

Skill package uploads fail when SKILL.md frontmatter is missing because the system requires YAML frontmatter containing the name and description fields to properly identify and process the skill directory for packaging and platform deployment.