Install
openclaw skills install @iamardiblackhat/my-skillProvides a basic example of an OpenClaw skill demonstrating structure and usage for publishing on ClawHub.
openclaw skills install @iamardiblackhat/my-skillA sample OpenClaw skill demonstrating basic structure.
This skill provides a simple example of how to create and publish an OpenClaw skill to ClawHub.
clawhub skill install iamardiblackhat/my-skill
const mySkill = require('my-skill');
mySkill.hello();
MIT