openclaw 网盘下载
OpenClaw

技能详情(站内镜像,无评论)

首页 > 技能库 > Lemonsqueezy Admin

Admin CLI for Lemon Squeezy stores. View orders, subscriptions, and customers.

开发与 DevOps

许可证:MIT-0

MIT-0 ·免费使用、修改和重新分发。无需归因。

版本:v0.1.0

统计:⭐ 1 · 1.6k · 0 current installs · 0 all-time installs

1

安装量(当前) 0

🛡 VirusTotal :良性 · OpenClaw :可疑

Package:abakermi/lemonsqueezy-admin

安全扫描(ClawHub)

  • VirusTotal :良性
  • OpenClaw :可疑

OpenClaw 评估

The skill's description and requested API key match Lemon Squeezy usage, but the runtime instructions reference a CLI binary (ls-admin) that is neither provided nor declared, creating an unexplained gap you should resolve before installing.

目的

The name/description (Lemon Squeezy admin) align with requesting LEMONSQUEEZY_API_KEY, but the SKILL.md demonstrates usage of a 'ls-admin' CLI tool. No such binary is required, provided, or described in an install spec, which is inconsistent with the presented CLI-centric workflow.

说明范围

Instructions are narrowly scoped to setting the Lemon Squeezy API key and running example CLI commands; they do not ask the agent to read unrelated files or exfiltrate data. However, the guidance assumes existence of 'ls-admin' (not present), so it's unclear whether the agent should call the Lemon Squeezy API directly or invoke a separate tool.

安装机制

There is no install spec and no code files (instruction-only), which minimizes installation risk. Because nothing is downloaded or written by the skill itself, there is low install-supply-chain risk — but also no executable provided to match the documented CLI usage.

证书

The skill requests a single LEMONSQUEEZY_API_KEY, which is appropriate for an admin client. No additional unrelated secrets or config paths are requested.

持久

The skill is not marked always:true and uses default model invocation settings. It does not request persistent system-wide changes or other skills' credentials.

安装(复制给龙虾 AI)

将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。

请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Lemonsqueezy Admin」。简介:Admin CLI for Lemon Squeezy stores. View orders, subscriptions, and customers.。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/abakermi/lemonsqueezy-admin/SKILL.md
(来源:yingzhi8.cn 技能库)

SKILL.md

打开原始 SKILL.md(GitHub raw)

---
name: lemonsqueezy-admin
version: 1.0.0
description: Admin CLI for Lemon Squeezy stores. View orders, subscriptions, and customers.
author: abakermi
metadata:
  openclaw:
    emoji: "🍋"
    requires:
      env: ["LEMONSQUEEZY_API_KEY"]
---

# Lemon Squeezy Admin 🍋

Manage your Lemon Squeezy store from the command line.

## Setup

1. Get an API Key from [Lemon Squeezy Settings > API](https://app.lemonsqueezy.com/settings/api).
2. Set it: `export LEMONSQUEEZY_API_KEY="your_key"`

## Commands

### Orders
```bash
ls-admin orders --limit 10
# Output: #1234 - $49.00 - john@example.com (Paid)
```

### Subscriptions
```bash
ls-admin subscriptions
# Output: Active: 15 | MMR: $450
```

### Stores
```bash
ls-admin stores
```