openrouter/SKILL.md
OpenRouter AI integration — list available models, get integration code examples for different environments, and send prompts to any OpenRouter-compatible model. Requires OPENROUTER_API_KEY env var for chat operations.
npx skillsauth add aibtcdev/skills openrouterInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Provides AI integration capabilities via OpenRouter — a unified API for 100+ LLMs.
OPENROUTER_API_KEY env var.bun run openrouter/openrouter.ts <subcommand> [options]
List available OpenRouter models with capabilities and pricing.
bun run openrouter/openrouter.ts models [--filter <term>]
Options:
--filter (optional) — Filter models by name (case-insensitive substring match)Print integration code examples for a target environment.
bun run openrouter/openrouter.ts guide [--env <environment>] [--feature <feature>]
Options:
--env — Target environment: nodejs | cloudflare-worker | browser | all (default: all)--feature — Feature to show: chat | completion | streaming | function-calling | all (default: all)Send a prompt to an OpenRouter model. Requires OPENROUTER_API_KEY environment variable.
bun run openrouter/openrouter.ts chat --prompt "Hello" [--model <model-id>] [--max-tokens <n>]
Options:
--prompt (required) — The prompt to send--model (optional) — Model ID (default: openai/gpt-4o-mini)--max-tokens (optional) — Max tokens in response (default: 1024)models and guide work without an API key.chat requires OPENROUTER_API_KEY environment variable (get from https://openrouter.ai/keys).https://openrouter.ai/api/v1development
Web of Trust operations for Nostr pubkeys — trust scoring, sybil detection, trust path analysis, neighbor discovery, follow recommendations, and network health. Free tier (wot.klabo.world, 50 req/day) with paid fallback (maximumsats.com, 100 sats via L402). Covers 52K+ pubkeys and 2.4M+ zap-weighted trust edges. Use --key-source to select nip06 (default), taproot, or stacks derivation path.
data-ai
BTC ordinals marketplace operations via Magic Eden — browse active listings, list inscriptions for sale via PSBT flow, submit signed listings, buy inscriptions, and cancel active listings. BTC ordinals only (not Solana). Mainnet-only.
testing
Pay-per-call access to LunarCrush social and market intelligence (Galaxy Score, AltRank, market cap rank, price, 24h change) via x402 on Stacks. USD-pegged pricing recomputed hourly from live STX/USD. Mainnet endpoint live; testnet supported.
devops
Detects HODLMM LP inventory drift (token-ratio imbalance from one-sided swap flow) and restores the target ratio via a corrective Bitflow swap plus a hodlmm-move-liquidity redeploy, gated by the 4h per-pool cooldown.