My Skill

Provides a basic example of an OpenClaw skill demonstrating structure and usage for publishing on ClawHub.

Install

openclaw skills install @iamardiblackhat/my-skill

MySkill

A sample OpenClaw skill demonstrating basic structure.

Description

This skill provides a simple example of how to create and publish an OpenClaw skill to ClawHub.

Features

  • Basic skill structure
  • Example implementation
  • Ready for publishing

Installation

bash
clawhub skill install iamardiblackhat/my-skill

Usage

javascript
const mySkill = require('my-skill');
mySkill.hello();

License

MIT