test-skill · v1.0.0 · 2026-08-28 · sha256 67d14bcc7ba5c0db

test-skill v1.0.0A

Immutable. This exact content is served forever at /api/v1/blob/67d14bcc7ba5c0db.

---
name: test-skill
display-name: Test Skill
description: A test skill for unit testing
version: 1.0.0
category: development
experimental: true
user-invocable: false
tags: [test, skill]
capabilities: [test-skill-action]
execution-capabilities: [data:result, data:task, host:logger]
handler: ./handler.js
os: [win32, darwin, linux]
tools: [test-skill-tool]
instructions: |
  A test skill for unit testing
examples:
  - input: "example usage of test-skill"
    action: default
author: ChainlessChain
license: MIT
---

# Test Skill

A test skill for unit testing

## Usage

```
/test-skill <action> [options]
```

## Actions

| Action    | Description               |
| --------- | ------------------------- |
| `default` | [Main action description] |

## Examples

```
/test-skill [example]
```