← Back to Skills Marketplace
shixiangyu2

Multi Writing Skills Main

by ShiXiangYu2 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
122
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install multi-writing-skills-main
Description
Convert and publish Markdown articles with AI-assisted writing, formatting, and image generation for WeChat, Zhihu, and Toutiao platforms.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install multi-writing-skills-main
  3. After installation, invoke the skill by name or use /multi-writing-skills-main
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Slug multi-writing-skills-main
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Multi Writing Skills Main?

Convert and publish Markdown articles with AI-assisted writing, formatting, and image generation for WeChat, Zhihu, and Toutiao platforms. It is an AI Agent Skill for Claude Code / OpenClaw, with 122 downloads so far.

How do I install Multi Writing Skills Main?

Run "/install multi-writing-skills-main" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Multi Writing Skills Main free?

Yes, Multi Writing Skills Main is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Multi Writing Skills Main support?

Multi Writing Skills Main is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Multi Writing Skills Main?

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

💬 Comments