# Skill Name

> SHORT_DESCRIPTION Use when this capability is needed.

- Skill: `tomevault-io/skill-name-2` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/skill-name-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/skill-name-2/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/skill-name-2

---


# SKILL_NAME

LONG_DESCRIPTION

## Installation

```bash
mkdir -p ~/.openclaw/skills/SKILL_NAME
curl -s https://raw.githubusercontent.com/openmetaloom/skills/main/SKILL_NAME/SKILL.md > ~/.openclaw/skills/SKILL_NAME/SKILL.md
```

## Quick Start

```bash
source ~/.openclaw/skills/SKILL_NAME/scripts/skill.sh
skill_function "example_arg"
```

## Core Functions

### skill_function()

Description of what this function does.

**Usage:**
```bash
skill_function <required_arg> [optional_arg]
```

**Example:**
```bash
skill_function "hello"
```

## Safety Considerations

- Warning 1
- Warning 2

## Integration

How this skill works with:
- OpenClaw native features
- Other skills
- External services

## Version History

- **0.1.0** — Initial release

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/openmetaloom) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-13 -->

