---
name: module-template
description: Template for creating new D1337 modules. Copy this folder to installed/ and customize.
version: 1.0.0
type: module
requires: []
agent-bindings: []
---

# Module Name

> Replace this with your module's name and purpose.

## Purpose

Describe what this module enables. What capability does it add?

## Prerequisites

List any system requirements:
- `python3` (if scripts need Python)
- `tool-name` (if external tool required)

## Usage

Describe how the agent should use this module:

1. When to activate this module
2. What commands/scripts are available
3. Expected input/output format

## Available Scripts

| Script | Purpose | Usage |
|--------|---------|-------|
| `scripts/example.py` | Description | `python scripts/example.py <args>` |

## Reference

Any additional reference material or documentation links.
