← 返回 Skills 市场
Lemonsqueezy
作者
aiwithabidi
· GitHub ↗
· v1.0.0
323
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install lemonsqueezy
功能描述
Lemon Squeezy — digital products, subscriptions, orders, customers, checkouts, license keys, and discounts. Digital commerce CLI.
使用说明 (SKILL.md)
🍋 Lemon Squeezy
Digital products and subscriptions — orders, checkouts, licenses, and discounts.
Features
- Products & variants — list digital products
- Orders — view purchase history
- Subscriptions — manage, cancel subscriptions
- Checkouts — create checkout sessions
- License keys — activate, validate licenses
- Customers & discounts — manage customers
Requirements
| Variable | Required | Description |
|---|---|---|
LEMONSQUEEZY_API_KEY |
✅ | API key/token for Lemon Squeezy |
Quick Start
python3 {baseDir}/scripts/lemonsqueezy.py stores
python3 {baseDir}/scripts/lemonsqueezy.py products
python3 {baseDir}/scripts/lemonsqueezy.py orders
python3 {baseDir}/scripts/lemonsqueezy.py subscriptions
python3 {baseDir}/scripts/lemonsqueezy.py license-validate \x3Ckey>
python3 {baseDir}/scripts/lemonsqueezy.py me
Credits
Built by M. Abidi | agxntsix.ai YouTube | GitHub Part of the AgxntSix Skill Suite for OpenClaw agents.
📅 Need help setting up OpenClaw for your business? Book a free consultation
安全使用建议
This skill appears to do what it says: a simple CLI that uses your Lemon Squeezy API key to call api.lemonsqueezy.com. Before installing, verify you trust the author/homepage, and be aware: if LEMONSQUEEZY_API_KEY isn't set, the script will try to read a .env file under WORKSPACE (defaults to ~/.openclaw/workspace/.env) to obtain the key. Use a key with minimal permissions, avoid putting production secrets in an untrusted workspace .env, consider testing with a scoped/test key, and review the included script (scripts/lemonsqueezy.py) yourself. If you ever suspect the key was exposed, rotate it immediately.
功能分析
Type: OpenClaw Skill
Name: lemonsqueezy
Version: 1.0.0
The skill bundle is a standard CLI implementation for the Lemon Squeezy API using only the Python standard library. The script 'scripts/lemonsqueezy.py' correctly handles API authentication via environment variables or a local .env file and interacts exclusively with the official 'api.lemonsqueezy.com' endpoint for managing products, orders, and subscriptions. No evidence of data exfiltration, malicious execution, or prompt injection was found.
能力评估
Purpose & Capability
Name/description, SKILL.md, and the included Python script all target the Lemon Squeezy API (products, orders, checkouts, licenses). The requested credential (LEMONSQUEEZY_API_KEY) is appropriate for the stated purpose.
Instruction Scope
The runtime instructions tell the agent to run the included CLI scripts which only call Lemon Squeezy endpoints. The script contains a fallback that will open a .env file under a WORKSPACE path (default ~/.openclaw/workspace/.env) to find the API key if the environment variable is not set; this file-read behavior is not mentioned in SKILL.md and is the only scope creep to note.
Install Mechanism
There is no install spec (instruction-only skill with a bundled script). No external downloads, packages, or installers are invoked; the script uses only Python stdlib network calls.
Credentials
Only LEMONSQUEEZY_API_KEY is declared and used as the primary credential, which is proportional. The script optionally reads the WORKSPACE environment variable to locate a .env file for the key; WORKSPACE is not declared as required in metadata, so users should be aware the script may attempt to read that file if the env var is absent.
Persistence & Privilege
The skill does not request permanent/always-on presence and does not modify other skills or system-wide settings. Default autonomous invocation remains allowed (platform default) but is not combined with other red flags.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install lemonsqueezy - 安装完成后,直接呼叫该 Skill 的名称或使用
/lemonsqueezy触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the lemonsqueezy skill.
- Provides CLI tools for managing Lemon Squeezy digital products, orders, subscriptions, license keys, customers, checkouts, and discounts.
- Requires only a Lemon Squeezy API key; no dependencies (Python 3.10+ stdlib only).
- Includes quick start CLI commands for common actions.
- Part of the AgxntSix Skill Suite for OpenClaw agents.
元数据
常见问题
Lemonsqueezy 是什么?
Lemon Squeezy — digital products, subscriptions, orders, customers, checkouts, license keys, and discounts. Digital commerce CLI. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 323 次。
如何安装 Lemonsqueezy?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install lemonsqueezy」即可一键安装,无需额外配置。
Lemonsqueezy 是免费的吗?
是的,Lemonsqueezy 完全免费(开源免费),可自由下载、安装和使用。
Lemonsqueezy 支持哪些平台?
Lemonsqueezy 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Lemonsqueezy?
由 aiwithabidi(@aiwithabidi)开发并维护,当前版本 v1.0.0。
推荐 Skills