← 返回 Skills 市场
shixiangyu2

Multi Writing Skills Main

作者 ShiXiangYu2 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
122
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install multi-writing-skills-main
功能描述
Convert and publish Markdown articles with AI-assisted writing, formatting, and image generation for WeChat, Zhihu, and Toutiao platforms.
安全使用建议
This package appears to do what it says (convert and publish Markdown, call AI/image provider APIs), but the registry metadata incorrectly declares no required credentials while the code expects platform credentials and AI API keys and will read ~/.openclaw/.env and write config to ~/.multi-writing-skills. Before installing or running: 1) only use if you trust the author/source; 2) inspect/verify the code that handles credentials and network calls (platform publishers and AI/image providers); 3) be prepared to provide platform cookies/AppID & secrets and AI API keys — do not put high‑value credentials in a shared environment; 4) consider running in an isolated environment (VM/container) or create dedicated, limited‑privilege API keys/accounts; 5) ask the publisher to update the skill registry metadata to list required env vars (WeChat, Zhihu, Toutiao, AI keys) so the permission surface is explicit.
功能分析
Type: OpenClaw Skill Name: multi-writing-skills-main Version: 1.0.0 The multi-writing-skills bundle is a legitimate tool designed for converting Markdown articles into platform-specific HTML and publishing them to WeChat, Zhihu, and Toutiao. It includes features for AI-assisted writing, text humanization, and image generation using standard providers like OpenAI, Anthropic, and Gemini. The source code (src/multi_writing_skills/) is well-structured, using standard libraries such as httpx for networking and typer for the CLI. While it handles sensitive credentials like platform cookies and API keys, it does so through standard configuration files (~/.multi-writing-skills/config.yaml) and environment variables, with no evidence of data exfiltration or malicious execution logic.
能力评估
Purpose & Capability
The name/description (Markdown conversion, publishing to WeChat/Zhihu/Toutiao, AI writing, image generation) aligns with the repository contents: converter, platform adapters, AI/image providers, and CLI are present and coherent with the stated purpose.
Instruction Scope
SKILL.md and the CLI describe expected operations (convert, publish, generate images). The runtime code follows those instructions. However the code also reads configuration from the user's home directory (e.g., ~/.multi-writing-skills config, and ~/.openclaw/.env) and reads environment variables (WECHAT_APP_ID, WECHAT_APP_SECRET, ZHIHU_COOKIE, TOUTIAO_COOKIE, AI_API_KEY, etc.). That behavior is expected for a publishing tool but is not documented in the skill metadata — see environment_proportionality.
Install Mechanism
There is no install spec in the skill metadata (instruction-only), so nothing is downloaded during install. The repo includes Python code intended to be run by the CLI; no remote installers or opaque downloads were detected in the provided files.
Credentials
The skill metadata declares no required environment variables or primary credential, yet the code requires/reads multiple sensitive values (WeChat AppID/AppSecret, Zhihu and Toutiao cookies, AI provider API keys and base URLs). It also loads ~/.openclaw/.env if present. This mismatch (code needing secrets vs metadata claiming none) is a clear incoherence and could cause unexpected credential access or accidental credential exposure.
Persistence & Privilege
The skill does not request always:true and is user-invocable. It will create/read configuration under the user's home (~/.multi-writing-skills) and may save credentials there when you run config init / config set. It does not appear to modify other skills or global agent settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install multi-writing-skills-main
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /multi-writing-skills-main 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of multi-writing-skills: - Publish Markdown articles to WeChat, Zhihu, and Toutiao draft boxes - Convert Markdown to platform-specific HTML (including WeChat) - Auto-format code blocks for perfect display on WeChat - AI writing assistant with multiple writing styles - AI humanization to remove AI-generated traces - Generate cover images using OpenAI DALL-E, Gemini, or ModelScope - Supports both natural language and CLI workflows
元数据
Slug multi-writing-skills-main
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Multi Writing Skills Main 是什么?

Convert and publish Markdown articles with AI-assisted writing, formatting, and image generation for WeChat, Zhihu, and Toutiao platforms. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 122 次。

如何安装 Multi Writing Skills Main?

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

Multi Writing Skills Main 是免费的吗?

是的,Multi Writing Skills Main 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Multi Writing Skills Main 支持哪些平台?

Multi Writing Skills Main 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Multi Writing Skills Main?

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

💬 留言讨论