Skip to content

lnbotdev/agent-skill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ln.bot Agent Skill

Agent Skill for ln.bot — Lightning Network wallet infrastructure for AI agents.

Teaches AI coding agents (Claude Code, Codex, Copilot, etc.) how to integrate ln.bot wallets, invoices, payments, Lightning addresses, and webhooks using any of the 5 SDKs, CLI, MCP, or REST API.

Install

Claude Code

claude skill add --url https://github.com/lnbotdev/agent-skill

Codex

codex skill add https://github.com/lnbotdev/agent-skill

Copilot

copilot skill add https://github.com/lnbotdev/agent-skill

Manual

git clone https://github.com/lnbotdev/agent-skill.git
# Copy or symlink into your agent's skills directory

Structure

agent-skill/
├── SKILL.md                      # Core instructions
├── README.md                     # This file
├── LICENSE                       # MIT
└── references/
    ├── sdk-typescript.md         # TypeScript SDK — @lnbot/sdk
    ├── sdk-python.md             # Python SDK — lnbot (sync + async)
    ├── sdk-go.md                 # Go SDK — github.com/lnbotdev/go-sdk
    ├── sdk-rust.md               # Rust SDK — lnbot crate
    ├── sdk-csharp.md             # C# SDK — LnBot NuGet package
    ├── cli-reference.md          # CLI commands and flags
    └── patterns.md               # Integration patterns and anti-patterns

Links

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors