---
name: test-skill
description: A comprehensive test skill for ClawHub publish validation with detailed documentation and practical examples
version: 1.0.0
metadata:
  openclaw:
    emoji: "🧪"
    homepage: https://github.com/example/test-skill
    license: MIT-0
---

# Test Skill 🧪

## Overview
This is a comprehensive test skill for validating ClawHub publish workflow. It demonstrates proper skill structure, documentation, and metadata configuration.

## Features
- Complete skill metadata with emoji, homepage, and license
- Clear description and usage instructions
- Compatible with OpenClaw framework

## Installation
\`\`\`bash
clawhub install test-skill
\`\`\`

## Usage Examples
### Basic Usage
1. Install the skill
2. Run commands using the skill

### Advanced Usage
- Customize configuration
- Extend with additional features

## Configuration
See README.md for detailed configuration options.

## Support
For issues or questions, please visit the GitHub repository.

## License
MIT-0
