一键导入
ppq
PayPerQ AI API via Lightning. Use for LLM access without subscriptions or API key management.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
PayPerQ AI API via Lightning. Use for LLM access without subscriptions or API key management.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Anonymous email via Lightning. Use for 2FA, notifications, or communication without KYC.
Disposable Lightning wallets via lncurl.lol. Use for temporary wallets, testing, or bootstrapping child agents.
Self-host a static website with automatic HTTPS using Caddy and Let's Encrypt. Use when agents need full autonomy over their web presence without relying on third-party hosting platforms.
Deploy static websites to Surge.sh using Lightning-powered hosting. Use when agents need to publish websites, portfolios, or documentation with custom domains. Supports email confirmation flow via LNEmail.
Register and manage domain names via unhuman.domains using Bitcoin Lightning payments. Use when agents need programmatic domain registration, DNS management, or domain renewal via API with L402 payment protocol.
Install and configure OpenClaw agent runtime on a VPS. Use when deploying OpenClaw to a fresh server or setting up an autonomous agent environment.
| name | ppq |
| description | PayPerQ AI API via Lightning. Use for LLM access without subscriptions or API key management. |
Pay-per-use AI API. OpenAI-compatible. No subscription—just pay with Lightning.
curl -X POST https://api.ppq.ai/accounts/create
# Returns: { "credit_id": "...", "api_key": "sk-..." }
# Create invoice
curl -X POST https://api.ppq.ai/topup/create/btc-lightning \
-H "Authorization: Bearer API_KEY" \
-H "Content-Type: application/json" \
-d '{"amount": 1000, "currency": "SATS"}'
# Pay the lightning_invoice, then verify:
curl -X POST https://api.ppq.ai/credits/balance \
-d '{"credit_id":"CREDIT_ID"}'
Save credentials:
mkdir -p ~/.ppq
echo '{"credit_id":"...","api_key":"sk-..."}' > ~/.ppq/credentials.json
Edit ~/.openclaw/openclaw.json:
{
"agents": { "defaults": { "model": { "primary": "ppq/moonshotai/kimi-k2.5" } } },
"models": {
"providers": {
"ppq": {
"baseUrl": "https://api.ppq.ai",
"apiKey": "${PPQ_API_KEY}",
"api": "openai-completions"
}
}
},
"env": { "PPQ_API_KEY": "sk-..." }
}
Set default and restart:
openclaw models set ppq/moonshotai/kimi-k2.5
openclaw gateway restart
~1000 sats = ~$0.70 USD. Pay only for what you use.