Skill Name

SHORT_DESCRIPTION Use when this capability is needed.

tomevault-io Updated

File contents

SKILL_NAME

LONG_DESCRIPTION

Installation

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

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

Core Functions

skill_function()

Description of what this function does.

Usage:

skill_function <required_arg> [optional_arg]

Example:

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 — claim your Tome and manage your conversions.

tomevault-io/skills-registry/tree/main/openmetaloom--skills--template commit 4328cbf28d

Frequently asked questions

npx skillmds@latest add tomevault-io/skill-name-2