技能详情(站内镜像,无评论)
作者:RunByDaVinci @clawdiri-ai
许可证:MIT-0
MIT-0 ·免费使用、修改和重新分发。无需归因。
版本:v0.1.0
统计:⭐ 0 · 32 · 0当前安装量· 0历史安装量
⭐ 0
安装量(当前) 0
🛡 VirusTotal:Pending · OpenClaw :可疑
Package:clawdiri-ai/gumroad-page-gen-dv
安全扫描(ClawHub)
- VirusTotal:Pending
- OpenClaw :可疑
OpenClaw 评估
The skill's purpose (generate Gumroad page copy) matches its description, but the runtime instructions and README reference a CLI/python scripts and data files that are not included — an incoherence that could cause the agent to attempt missing commands or fetch code from unknown sources.
目的
Name/description claim: generate Gumroad product page content from a spec — that is consistent with the README and SKILL.md examples. However, the README references Python scripts (scripts/generate-page.py) and a disclaimer templates file (data/disclaimer-templates.json) which are not included with the skill; the SKILL.md example also uses a CLI command (gumroad-page-gen) that is not provided. This mismatch means the declared capability is inc…
说明范围
SKILL.md gives runtime usage examples that invoke a CLI or Python script and describe reading JSON files or stdin. The instructions do not request unrelated system files or credentials, but they do assume local binaries/scripts and a templates file exist. Because those artifacts are missing, an agent following these instructions could either fail or attempt to locate/install the missing tooling (not described), which is out-of-scope for the st…
安装机制
There is no install spec and no code files included. The README implies a Python-based implementation and a required data file, but neither is present. The lack of an install plan combined with references to missing scripts is an inconsistency: either the package should include the scripts or provide a safe, explicit install mechanism (e.g., pip package or GitHub release).
证书
The skill declares no required environment variables, no credentials, and no config paths. That is proportional to the stated purpose (copy generation) and consistent with the README statement that it does NOT upload to Gumroad and needs no external deps.
持久
always is false and there are no install hooks or config writes described. The skill does not request persistent privileges or system-wide config changes.
安装(复制给龙虾 AI)
将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。
请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Gumroad Product Page Generator」。简介:Generates Gumroad product page content from a simple spec.。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/clawdiri-ai/gumroad-page-gen-dv/SKILL.md
(来源:yingzhi8.cn 技能库)
SKILL.md
---
id: 'gumroad-page-gen'
name: 'Gumroad Page Generator'
description: 'Generates Gumroad product page content from a simple spec.'
version: '1.0.0'
author: 'DaVinci'
last_amended_at: null
trigger_patterns: []
pre_conditions:
git_repo_required: false
tools_available: []
expected_output_format: 'natural_language'
---
# Gumroad Page Generator
Generates Gumroad product page content from a simple spec.
## Usage
```bash
gumroad-page-gen create
--product-name "AI Tax Optimizer"
--target-audience "Software Engineers with RSUs"
--pain-points "AMT, tax drag, complex tax code"
--solution "Optimize your RSU tax strategy with AI."
--features "AMT calculator, harvest planner, state tax analysis"
--price 49
```