Test skill for verifying the skill system
Scanned 6/5/2026
Install via CLI
openskills install markqvist/lc---
name: TestSkill
description: Test skill for verifying the skill system
version: 1.0.0
triggers:
- test
- echo
pinned: false
---
# Test Skill
This is a test skill for verifying that the skill loading system works correctly.
## When to Use
Use this skill when testing the skill system functionality.
## Available Tools
- `echo`: Echo back a message
- `add`: Add two numbers
## Examples
```
TestSkill.echo(message="Hello, world!")
TestSkill.add(a=5, b=3)
```
No comments yet. Be the first to comment!