# My Skill

> A brief description of what this skill does

- Skill: `prowlrbot/my-skill` (Agent Skill)
- Install (CLI): `npx skillmds@latest add prowlrbot/my-skill`
- Raw SKILL.md: https://api.skillmd.com/api/skills/prowlrbot/my-skill/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- License: Apache-2.0
- Author: ProwlrBot (https://skillmd.com/u/prowlrbot)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/prowlrbot/my-skill

---


# My Skill

Clear instructions for the agent on how to use this skill.

## When to Use

Describe the situations where this skill should be activated.

## Tools Available

- `scripts/process.py` — Description of what this script does
- `scripts/analyze.py` — Description of what this script does

## Usage Examples

When the user asks to [do something], use this skill to [accomplish it].

### Example 1

```
User: "Process this PDF"
Agent: Uses the process.py script to extract and analyze PDF content
```

## Prerequisites

- List any required packages or tools
- List any environment variables needed

## Configuration

Describe any configuration options available.

