← 返回
未分类

LYNQN

Create shareable text snippets, generate QR codes, and shorten URLs using LYNQN from any OpenClaw agent.
使用 LYNQN 从任意 OpenClaw 代理创建可分享的文字片段、生成二维码并缩短链接。
lynqnio
未分类 clawhub v1.0.2 1 版本 100000 Key: 无需
★ 0
Stars
📥 167
下载
💾 0
安装
1
版本
#latest

概述

LYNQN Skill

Share text, generate QR codes, and shorten URLs from any OpenClaw agent.

  • Name: lynqn
  • Version: 1.0.1
  • Category: Productivity
  • License: MIT
  • Homepage: https://lynqn.io/agents

Install

openclaw skill install lynqn

Commands

CommandDescriptionUsage
-----------------------------
/lynqn shareCreate a shareable text or code snippet`/lynqn share [--syntax] [--expires 1d\1w\1m\3m]`
/lynqn qrGenerate a QR code from text or URL`/lynqn qr [--size 200-800] [--error L\M\Q\H]`
/lynqn shortenShorten a long URL/lynqn shorten
/lynqn statsGet LYNQN platform statistics/lynqn stats

Quick Examples

# Share text with a 1-week expiry
/lynqn share Hello from my agent!

# Share code with syntax highlighting
/lynqn share const x = 42; console.log(x); --syntax --expires 1w

# Generate a QR code
/lynqn qr https://lynqn.io --size 400 --error H

# Shorten a URL
/lynqn shorten https://example.com/very/long/path/to/resource

# Check platform stats
/lynqn stats

Configuration

VariableDefaultDescription
--------------------------------
LYNQN_API_URLhttps://lynqn.io/apiAPI endpoint

Permissions Required

  • network.http — Make HTTP requests to LYNQN API

Rate Limits

TierRequests/hourExpirationNotes
---------------------------------------
Free10090 daysNo token required
Pro (100k+ $LYNQN)1,000180 daysAnalytics included
Premium (1M+ $LYNQN)10,000365 daysCustom QR branding

API Endpoints

POST /api/share

Create a shareable snippet.

{
  "content": "Your text here",
  "format": "text",
  "expiresIn": 604800
}

POST /api/shorten

Shorten a URL.

{
  "url": "https://example.com/long/path"
}

GET /api/stats

Returns platform statistics.

Links

  • Website: https://lynqn.io
  • Agent Docs: https://lynqn.io/agents
  • Tokenomics: https://lynqn.io/tokenomics
  • Issues: https://github.com/lynqn/lynqn-openclaw-skill/issues

版本历史

共 1 个版本

  • v1.0.2 当前
    2026-05-12 05:50 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 672 📥 324,440
ai-intelligence

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,362 📥 318,921
ai-intelligence

self-improving agent

pskoett
捕获经验教训、错误和纠正,以实现持续改进。使用时机:(1)命令或操作意外失败;(2)用户纠正……
★ 4,061 📥 799,140