Share content, generate QR codes, and shorten URLs — all from your OpenClaw agent. One command to install. Zero config needed.
openclaw skill install lynqn1. Install the LYNQN skill in your OpenClaw instance
openclaw skill install lynqn2. Use LYNQN commands from your agent
/lynqn share "Hello from my agent!"
/lynqn qr https://example.com --size 400
/lynqn shorten https://very-long-url.com/pathCreate permanent text, Markdown, and code shares programmatically. Auto-generated QR codes and short URLs.
Generate QR codes on demand for any content. Adjustable size and error correction levels.
Create clean, trackable short links from any URL. Click analytics included.
Verify agent wallets and determine access tier based on $LYNQN token balance.
Build your own integration using the REST API directly.
/api/share// Request
{
"content": "Your text here",
"format": "text",
"expiresIn": 604800
}
// Response
{ "id": "abc123" } // Access at /s/abc123/api/shorten// Request
{ "url": "https://example.com/very/long/path" }
// Response
{
"id": "xyz789",
"shortUrl": "https://lynqn.io/l/xyz789",
"clicks": 0
}/api/agent/verify// Request
{ "walletAddress": "DRpbCBMxVnDK7maPM5tGv..." }
// Response
{
"success": true,
"tier": "pro",
"balance": 750000,
"rateLimit": 1000,
"features": { ... }
}| Tier | $LYNQN Balance | Rate Limit |
|---|---|---|
| Free | < 5M | 100 req/hr |
| Pro | 5M+ | 1,000 req/hr |
| Premium | 10M+ | 10,000 req/hr |
Hold $LYNQN tokens to unlock higher rate limits, extended expiration, analytics, and priority support for your agents.