← Back to Skills Marketplace
ffffff9331

AI内容生成器(付费版)

by ffffff9331 · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
559
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install paid-content-generator
Description
AI内容生成器 - 小红书文案、视频脚本、多平台内容一键生成。接入SkillPay收费,每次调用0.001 USDT。
Usage Guidance
要不要装?——谨慎。该技能确实实现了按次收费的工作流,但有几点需要你考虑并在安装前处理: - 源码中包含一个硬编码的 SkillPay API 密钥(备份值)。如果你不提供自己的 SKILLPAY_API_KEY,脚本会使用这个内置密钥与 skillpay.me 交互;这可能导致不可预期的计费或滥用。建议在运行前替换或删除该默认密钥,或强制要求环境变量存在。 - 脚本会向外部域(https://skillpay.me)发送请求并提交 userId、skill_id、amount 等信息。仅在你信任该服务并理解计费流程时才输入真实用户标识或使用真实资金。 - 模板里会尝试检查一个相对路径下的“旧生成器”文件(../../../content-generator/scripts/generator.py),这会访问文件系统的相对位置。虽然只是 exists-check,但如果你对本地文件敏感,应在隔离环境中运行或审查该逻辑并移除不必要的外部路径访问。 - 如果你希望使用此技能: 1) 在受控环境(容器/VM)中测试; 2) 不要用真实账户或重要 userId 做首次测试; 3) 用你自己的 SKILLPAY_API_KEY,并从代码中删除或注释掉硬编码默认密钥; 4) 确认并信任 skillpay.me 提供方或替换为你认可的计费后端。 综上:该技能不是明显恶意,但包含足以造成风险的实现细节(硬编码密钥、外部计费调用、本地路径检查),安装前需解决这些问题或仅在受限环境中运行。
Capability Analysis
Type: OpenClaw Skill Name: paid-content-generator Version: 1.0.0 The skill implements a paid content generation service that interacts with an external billing API (skillpay.me). It contains a hardcoded API key in 'scripts/skillpay.js', which is a significant security vulnerability. More importantly, 'templates/xiaohongshu.js' contains code that probes for files outside the skill's own directory structure ('../../../content-generator/scripts/generator.py'), indicating potential path traversal or environment discovery attempts. While these behaviors are risky and deviate from best practices, there is no clear evidence of intentional data exfiltration or malicious payloads.
Capability Assessment
Purpose & Capability
名称/描述与代码和运行流程一致:脚本会在调用前通过 SkillPay 扣费,然后生成文本内容。需要 SKILLPAY_API_KEY 与计费 API 一致,功能与声明相符。
Instruction Scope
SKILL.md 指示运行 node scripts/generate.js,生成流程限于计费+模板生成,范围总体明确。但模板代码(templates/xiaohongshu.js)会尝试访问相对路径下的外部文件(../../../content-generator/scripts/generator.py)以检测“旧生成器”的存在——SKILL.md 未说明会检查本地文件或读取外部脚本,属于轻度的作用域蔓延。
Install Mechanism
无安装脚本或远程下载,只有源码文件(instruction-only + JS)。没有从不明 URL 下载或将可执行文件写入系统的行为,安装风险较低。
Credentials
只声明需要 SKILLPAY_API_KEY,这与计费功能相符,但实现里包含一个硬编码的备份 API Key 常量(BILLING_API_KEY 的默认值),意味着在未提供环境变量时代码会使用该内置密钥向远端计费接口发起请求并提交用户ID/扣费请求,这既是不必要的也可能导致意外的计费/滥用或泄露密钥来源。
Persistence & Privilege
没有设置 always:true,也不修改其他技能或系统配置。默认允许模型调用(平台默认)且与其他风险标志未组合成更高权限问题。
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install paid-content-generator
  3. After installation, invoke the skill by name or use /paid-content-generator
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
首个版本 - 小红书文案+视频脚本生成
Metadata
Slug paid-content-generator
Version 1.0.0
License
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is AI内容生成器(付费版)?

AI内容生成器 - 小红书文案、视频脚本、多平台内容一键生成。接入SkillPay收费,每次调用0.001 USDT。 It is an AI Agent Skill for Claude Code / OpenClaw, with 559 downloads so far.

How do I install AI内容生成器(付费版)?

Run "/install paid-content-generator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is AI内容生成器(付费版) free?

Yes, AI内容生成器(付费版) is completely free (open-source). You can download, install and use it at no cost.

Which platforms does AI内容生成器(付费版) support?

AI内容生成器(付费版) is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created AI内容生成器(付费版)?

It is built and maintained by ffffff9331 (@ffffff9331); the current version is v1.0.0.

💬 Comments