← 返回 Skills 市场
1952
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install gumroad-admin
功能描述
Gumroad Admin CLI. Check sales, products, and manage discounts.
使用说明 (SKILL.md)
Gumroad Admin
Manage your Gumroad store from OpenClaw.
Setup
- Get your Access Token from Gumroad (Settings > Advanced > Applications).
- Set it:
export GUMROAD_ACCESS_TOKEN="your_token"
Commands
Sales
gumroad-admin sales --day today
gumroad-admin sales --last 30
Products
gumroad-admin products
Discounts
gumroad-admin discounts create --product \x3Cid> --code "TWITTER20" --amount 20 --type percent
安全使用建议
This skill's behavior is inconsistent: it tells you to run a 'gumroad-admin' CLI but does not include or document that CLI or how to install it. Before installing or supplying your Gumroad token, ask the publisher for an official install instruction or source for the CLI (repository or release URL). If you must test it, do so with a throwaway Gumroad token with minimal scope in an isolated environment. Do not paste your primary access token into shared shells or public logs. If you cannot verify the CLI's origin, prefer an official Gumroad integration or request a self-contained implementation that clearly documents what it will install and why.
功能分析
Type: OpenClaw Skill
Name: gumroad-admin
Version: 0.1.0
The skill bundle is benign. The `SKILL.md` clearly states its purpose to manage a Gumroad store and declares a necessary dependency on `GUMROAD_ACCESS_TOKEN` for its functionality. There is no evidence of data exfiltration, malicious execution, persistence, prompt injection against the agent, or obfuscation within the provided files. The instructions are straightforward and align with the stated purpose.
能力评估
Purpose & Capability
The skill's stated purpose (manage Gumroad sales/products/discounts) justifies asking for GUMROAD_ACCESS_TOKEN. However, the SKILL.md shows example commands invoking a 'gumroad-admin' CLI binary that is neither provided by the skill nor declared as a required binary or installed by an install spec. That is an incoherence: the skill expects a tool that isn't supplied or documented.
Instruction Scope
The instructions are narrowly scoped to Gumroad operations and only ask the user to export the Gumroad token and run CLI commands. They do not request unrelated files, other credentials, or system paths. Note: storing the access token in environment variables is sensitive and should be done carefully (avoid shared shells, CI logs, etc.).
Install Mechanism
There is no install spec and no code files. That limits risk from arbitrary installs but creates a functional gap: the SKILL.md expects a CLI to exist. A benign explanation is that the author assumes the user already has a third-party 'gumroad-admin' binary; absent that, an agent might try to download/execute a binary at runtime — which would be risky. The skill should either provide an install path or declare the required binary.
Credentials
The only required environment variable is GUMROAD_ACCESS_TOKEN, which is proportional to the described Gumroad functionality. This credential is sensitive; the skill does not request unrelated secrets or multiple credentials.
Persistence & Privilege
The skill does not request always:true and has no install actions or config paths, so it does not demand persistent or escalated privileges. Model invocation is allowed (the platform default) but that alone is not concerning here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install gumroad-admin - 安装完成后,直接呼叫该 Skill 的名称或使用
/gumroad-admin触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release: Manage your Gumroad store from the command line.
- Check and list recent sales data.
- View available products.
- Create and manage product discounts.
- Requires GUMROAD_ACCESS_TOKEN for authentication.
元数据
常见问题
Gumroad Admin 是什么?
Gumroad Admin CLI. Check sales, products, and manage discounts. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1952 次。
如何安装 Gumroad Admin?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install gumroad-admin」即可一键安装,无需额外配置。
Gumroad Admin 是免费的吗?
是的,Gumroad Admin 完全免费(开源免费),可自由下载、安装和使用。
Gumroad Admin 支持哪些平台?
Gumroad Admin 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Gumroad Admin?
由 abakermi(@abakermi)开发并维护,当前版本 v0.1.0。
推荐 Skills