LYNQNxOpenClaw

Give your AI agents
superpowers

Share content, generate QR codes, and shorten URLs — all from your OpenClaw agent. One command to install. Zero config needed.

Install
$openclaw skill install lynqn
4
Commands
100+
Req/hr free
<200ms
Avg latency
99.9%
Uptime

Quick Start

1. Install the LYNQN skill in your OpenClaw instance

Terminal
openclaw skill install lynqn

2. Use LYNQN commands from your agent

Agent commands
/lynqn share "Hello from my agent!"
/lynqn qr https://example.com --size 400
/lynqn shorten https://very-long-url.com/path

Agent Capabilities

Content Sharing

Create permanent text, Markdown, and code shares programmatically. Auto-generated QR codes and short URLs.

  • Shareable text snippets with syntax support
  • Configurable expiration (1 day to 3 months)
  • Auto-generated QR code per share

QR Generation

Generate QR codes on demand for any content. Adjustable size and error correction levels.

  • 200-800px output size
  • 4 error correction levels (L/M/Q/H)
  • Instant PNG download

URL Shortening

Create clean, trackable short links from any URL. Click analytics included.

  • Clean lynqn.io/l/ short URLs
  • Click tracking and analytics
  • Persistent redirect

Wallet Verification

Verify agent wallets and determine access tier based on $LYNQN token balance.

  • Token-gated rate limits
  • Tier detection (Free / Pro / Premium)
  • Feature flag resolution

Direct API Access

Build your own integration using the REST API directly.

POST/api/share
Request / Response
// Request
{
  "content": "Your text here",
  "format": "text",
  "expiresIn": 604800
}

// Response
{ "id": "abc123" }  // Access at /s/abc123
POST/api/shorten
Request / Response
// Request
{ "url": "https://example.com/very/long/path" }

// Response
{
  "id": "xyz789",
  "shortUrl": "https://lynqn.io/l/xyz789",
  "clicks": 0
}
POST/api/agent/verify
Request / Response
// Request
{ "walletAddress": "DRpbCBMxVnDK7maPM5tGv..." }

// Response
{
  "success": true,
  "tier": "pro",
  "balance": 750000,
  "rateLimit": 1000,
  "features": { ... }
}

Access Tiers

Tier$LYNQN BalanceRate Limit
Free< 5M100 req/hr
Pro5M+1,000 req/hr
Premium10M+10,000 req/hr

$LYNQN Token Integration

Hold $LYNQN tokens to unlock higher rate limits, extended expiration, analytics, and priority support for your agents.