example-skill

Provides a placeholder template for authoring task skill instructions.

39|1|Updated Jul 2, 2026
One-click install
npx skills add https://github.com/HKU-MMLab/UniClawBench --skill example-skill-hku-mmlab
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: example-skill
Source: https://github.com/HKU-MMLab/UniClawBench/tree/main/injection/000_template/task_000_example/skills/example-skill
Command: npx skills add https://github.com/HKU-MMLab/UniClawBench --skill example-skill-hku-mmlab

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? This Skill serves as a starting scaffold for authors creating new task skills, showing the required SKILL.md structure with frontmatter and instruction sections so new skills follow a consistent format. ## Core Features & Use Cases - Template Structure: Demonstrates the mandatory YAML frontmatter with name and description fields plus a Markdown instruction body. - Authoring Guidance: Lists typical contents a real skill should include, such as when to use it, exact commands, output constraints, and recovery steps. - Use Case: When adding a new task to a benchmark suite, copy this template and replace the placeholder text with the actual operational instructions the agent should follow. ## Quick Start Copy this example skill directory and replace the placeholder instructions in SKILL.md with the real commands and constraints for your task.

Frequently Asked Questions about example-skill

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

FAQPage Schema
How do I create a new skill from a template?▼

Copy the example skill directory, then edit SKILL.md to replace the placeholder frontmatter name and description, and write the actual instructions in the Markdown body covering usage triggers, commands, and constraints.

What should a SKILL.md file contain?▼

A SKILL.md file must contain YAML frontmatter with at least a name and description, followed by a Markdown body with operational instructions such as when to use the skill, exact commands to run, output constraints, and recovery steps.

Does this example skill execute any commands?▼

No, this is a placeholder template with no scripts, references, or assets. It only demonstrates the required file structure and is meant to be replaced with real task instructions.

When should I not use this example skill directly?▼

Do not use it as an operational skill in production tasks, since its body contains only placeholder guidance. It is intended solely as a scaffolding reference for authoring new skills.