A collection of Agent Skills for Nostr, Lightning wallets, and development tools.
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 documentationscripts/- Executable scripts and toolsreferences/- Supporting documentation (when applicable)
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 installAlternatively, clone individual skills or install them via OpenClaw's skill management commands.
Each skill's SKILL.md contains detailed usage instructions, including:
- Required environment variables
- Available commands
- Examples
- References to relevant protocols (NIPs, APIs, etc.)
- AgentSkills.io - Agent Skills specification
- OpenClaw Skills Documentation
- OpenClaw
MIT