Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 1.52 KB

File metadata and controls

46 lines (31 loc) · 1.52 KB

scripts4bots

A collection of Agent Skills for Nostr, Lightning wallets, and development tools.

Skills

This repository contains three OpenClaw-compatible Agent Skills:

  • nostr - Post, read, reply, quote, mention, react, repost, search, and zap on Nostr via raw WebSocket scripts
  • wallet - Pay and receive Lightning invoices via Cashu ecash or LNbits wallets
  • use-claude-code - Use Claude Code CLI for automated coding tasks with completion notifications

Each skill directory contains:

  • SKILL.md - Skill definition and documentation
  • scripts/ - Executable scripts and tools
  • references/ - Supporting documentation (when applicable)

Installation

To use these skills with OpenClaw:

git clone git@github.com:koteitan/scripts4bots.git ~/.openclaw/skills/scripts4bots
cd ~/.openclaw/skills/scripts4bots/skills/nostr/scripts && npm install
cd ~/.openclaw/skills/scripts4bots/skills/wallet/scripts && npm install

Alternatively, clone individual skills or install them via OpenClaw's skill management commands.

Usage

Each skill's SKILL.md contains detailed usage instructions, including:

  • Required environment variables
  • Available commands
  • Examples
  • References to relevant protocols (NIPs, APIs, etc.)

Resources

License

MIT