← 返回 Skills 市场
449
总下载
0
收藏
0
当前安装
5
版本数
在 OpenClaw 中安装
/install qingping-ai-skill
功能描述
青萍 AI 图片生成工具。通过 API 生成高质量图片并自动下载到本地。使用场景:(1) 用户需要生成 AI 图片,(2) 提到"青萍"、"qingping"、"生成图片"、"AI生图"等关键词,(3) 需要快速生成设计素材或创意图片。支持多种模型、尺寸和比例配置。
安全使用建议
This skill's code and instructions implement an AI image generator that needs an API key (QINGPING_API_KEY) and will POST to video.lusyoe.com and download images from img-cdn.lusyoe.cn into a local qingping-ai/ folder — that behaviour matches the description. However, the registry metadata that came with the skill incorrectly omits the required API credential and primary credential fields. Before installing or running it: (1) verify the publisher/repository and that video.lusyoe.com / auth.lusyoe.com / img-cdn.lusyoe.cn are legitimate and trustworthy; (2) do not paste your API key into public/shared environments — scope the key appropriately if possible; (3) prefer running the script in a sandbox or isolated environment the first time to confirm network activity; (4) ask the publisher to correct the registry metadata to explicitly declare QINGPING_API_KEY as a required credential so agents and users aren't surprised. If you cannot verify the service origin, avoid using secrets with this skill.
功能分析
Type: OpenClaw Skill
Name: qingping-ai-skill
Version: 1.0.4
The qingping-ai-skill is a legitimate tool for generating and downloading AI images via the Qingping AI API. The Python script (scripts/generate_image.py) uses only standard libraries to handle API requests and file downloads, with no evidence of data exfiltration, malicious execution, or obfuscation. All network activity is directed to the service's documented endpoints (lusyoe.com).
能力评估
Purpose & Capability
The SKILL.md and scripts explicitly require QINGPING_API_KEY for API calls to video.lusyoe.com, but the top-level registry metadata listed in the submission says 'Required env vars: none' and 'Primary credential: none'. That mismatch is an incoherence between declared requirements and actual runtime needs.
Instruction Scope
The runtime instructions and scripts stay within the stated purpose: they read QINGPING_API_KEY, POST to the documented img generation endpoint, poll status, and download images to a local qingping-ai/ directory. There are no instructions to read unrelated system files or exfiltrate arbitrary data.
Install Mechanism
This is an instruction-only skill with a small Python script that uses only the standard library (urllib). There is no install spec, no external downloads, and no archive extraction — low install risk.
Credentials
The only environment secret the code uses is QINGPING_API_KEY which is proportionate for an API client. However, the registry metadata does not declare this required env/primary credential, which is misleading and could lead to accidental key exposure if users follow different provisioning instructions.
Persistence & Privilege
The skill does not request persistent platform privileges (always:false) and does not modify other skills or global agent settings. It only writes generated images to a local directory and prints instructions that suggest how users can add an env var to their shell files (user action).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install qingping-ai-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/qingping-ai-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.4
v1.0.4 主要变更:移除云端认证,优化默认参数
- 统一认证方式为 API Key,移除云端托管环境认证支持
- 默认图片比例由 1:1 调整为 16:9,更适合封面和主流需求
- 优化认证错误提示,提高易用性
- 简化参数说明,精简文档内容
v1.0.3
### v1.0.3 更新内容
- 增加完整的 Registry 元数据字段,包括 version、homepage、repository、authors、license 等
- 新增 `requirements` 和 `credentials` 配置,规范了 API Key 的声明和校验
- 明确指出 `QINGPING_API_KEY` 是必需凭证,完善认证和部署说明
v1.0.2
**v1.0.2 Changelog**
- 移除 API 端点说明,端点信息现在内置于脚本无需用户关注
- 精简并优化文档结构,简化用户操作和理解
v1.0.1
Version 1.0.1
- 增加 skill 配置元数据,包括 version、author、homepage、license 字段
- 明确要求 QINGPING_API_KEY,并补充 credentials 字段与说明
- 增强技能描述和 API Key 获取指引
- 其余文档与功能保持一致
v1.0.0
qingping-ai-skill 1.0.0
- 首次发布,支持通过青萍 AI API 生成高质量图片并自动下载到本地。
- 支持多种模型、尺寸与图片比例配置,满足多元创意需求。
- 单任务并发控制,确保每次只允许一个生成任务,提升稳定性。
- 提供详细的环境配置说明、参数用法、API 端点和错误处理提示。
- 命令行用法友好,适合需求快速生成设计图或创意图片的用户。
元数据
常见问题
青萍 AI 平台 是什么?
青萍 AI 图片生成工具。通过 API 生成高质量图片并自动下载到本地。使用场景:(1) 用户需要生成 AI 图片,(2) 提到"青萍"、"qingping"、"生成图片"、"AI生图"等关键词,(3) 需要快速生成设计素材或创意图片。支持多种模型、尺寸和比例配置。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 449 次。
如何安装 青萍 AI 平台?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install qingping-ai-skill」即可一键安装,无需额外配置。
青萍 AI 平台 是免费的吗?
是的,青萍 AI 平台 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
青萍 AI 平台 支持哪些平台?
青萍 AI 平台 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 青萍 AI 平台?
由 lusyoe(@lusyoe)开发并维护,当前版本 v1.0.4。
推荐 Skills