← 返回 Skills 市场
love254443233

万相 2.6 生成微信公众号封面图

作者 love254443233 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
90
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install wan26-text-to-image
功能描述
使用阿里云万相 2.6 模型生成微信公众号封面图和技术架构设计图
安全使用建议
This skill appears to implement the advertised image-generation features, but there are two practical concerns to weigh before installing: (1) the registry metadata omits that you must provide an API key—the code expects DASHSCOPE_API_KEY (and will also accept QWEN_API_KEY / ALIYUN_DASHSCOPE_API_KEY); verify the skill metadata is updated so you understand what secrets are required; (2) the runtime will load shared env files (OPENCLAW_ENV_FILE, ~/.openclaw/.env, ~/.workbuddy/.env) to locate keys. If those files contain credentials for other services, the skill could read them. Recommended actions: inspect the code locally (you already have it), provide the API key via a dedicated .env in the skill folder or explicit --api-key when invoking, avoid placing unrelated secrets in shared ~/.openclaw/.env or ~/.workbuddy/.env, and run the tool in a sandboxed environment if you cannot fully trust the author. If you need higher assurance, ask the maintainer to update registry metadata to declare DASHSCOPE_API_KEY as a required env var and to avoid loading unrelated shared env files by default.
功能分析
Type: OpenClaw Skill Name: wan26-text-to-image Version: 1.0.0 The skill bundle is a legitimate tool for generating images using Alibaba's Wanxiang 2.6 API. It follows security best practices by managing API keys through local .env files with restricted permissions (chmod 600) and explicitly avoids printing sensitive credentials to the console in setup.sh and config.py. The core logic in wan26_generator.py is transparent, using the official dashscope SDK and standard requests library to download generated images to a designated local directory (~/WorkBuddy/), with no evidence of data exfiltration, malicious execution, or harmful prompt injection.
能力评估
Purpose & Capability
The code and SKILL.md match the stated purpose (generate WeChat cover images, tech diagrams, article images using Aliyun Wan/Dashtscope). Required Python deps (dashscope, requests) are appropriate. However, the registry metadata claims no required env vars while the skill clearly needs an API key (DASHSCOPE_API_KEY / QWEN_API_KEY / ALIYUN_DASHSCOPE_API_KEY), which is an inconsistency.
Instruction Scope
SKILL.md and code instruct the agent to load environment variables from multiple locations in order (OPENCLAW_ENV_FILE, local .env, ~/.openclaw/.env, ~/.workbuddy/.env). That behavior goes beyond just reading a single service key and may read shared config files used by other skills/platform components, increasing the risk of unintended access to other secrets. Other runtime behavior (creating local .env, saving images under ~/WorkBuddy/<skill>) is coherent with the stated purpose.
Install Mechanism
No risky remote install steps or arbitrary downloads are present; dependencies are normal Python packages listed in requirements.txt. There is no install spec in the registry (instruction-only), and bundled scripts are simple local helpers (setup.sh, config.py).
Credentials
The skill requires an API key for Aliyun Dashscope but the registry metadata did not declare any required env vars—this omission is misleading. The skill also accepts multiple env var names and will load several env files (including ~/.openclaw/.env and ~/.workbuddy/.env), which could expose unrelated credentials if those files contain other secrets. Requesting a single service API key would be proportionate; reading shared env files is broader than necessary.
Persistence & Privilege
always:false and no evidence the skill modifies other skills or system-wide agent settings. It writes a local .env in its own directory and saves images under a user WorkBuddy directory—reasonable for functionality. Still, users should note files are created under the user home.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install wan26-text-to-image
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /wan26-text-to-image 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- 首个版本发布,支持使用阿里云万相 2.6 模型生成微信公众号封面图、技术架构设计图和文章配图 - 提供三大命令:generate_wx_cover、generate_tech_diagram、generate_article_images - 新增多种参数支持,含图片风格、尺寸与 API Key 传递,可灵活调用 - 支持本地 .env 多路径自动加载与与 OpenClaw 等工具共用密钥配置 - 输出图片规格明确,支持机器可读 JSON-only 输出模式 - 强调安全合规实践,明确避免密钥泄露
元数据
Slug wan26-text-to-image
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

万相 2.6 生成微信公众号封面图 是什么?

使用阿里云万相 2.6 模型生成微信公众号封面图和技术架构设计图. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 90 次。

如何安装 万相 2.6 生成微信公众号封面图?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install wan26-text-to-image」即可一键安装,无需额外配置。

万相 2.6 生成微信公众号封面图 是免费的吗?

是的,万相 2.6 生成微信公众号封面图 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

万相 2.6 生成微信公众号封面图 支持哪些平台?

万相 2.6 生成微信公众号封面图 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 万相 2.6 生成微信公众号封面图?

由 love254443233(@love254443233)开发并维护,当前版本 v1.0.0。

💬 留言讨论