← Back to Skills Marketplace
gzh copywriter
by
to the moon
· GitHub ↗
· v1.0.0
· MIT-0
79
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install gzh-copywriter
Description
为公众号内容创作打造的文章生成工具,基于全网超过1000条爆款文章,精准总结相关的热门文章的结构、风格、行文等,提炼核心流量密码与创作要点,高效产出爆款文章。
README (SKILL.md)
公众号爆款内容分析与文案生成
使用说明(入口)
本技能的完整执行规范已抽离到引用文档,不在本文件直接展开。
在执行任务前,必须先读取并严格遵循:
references/usage_and_trigger.md(自我介绍、触发场景、任务目标)references/workflow.md(完整任务流程与创作规范)references/output_template.md(输出模板与禁止项)references/gzh_trend_data_format.md(接口数据结构说明)
强制要求
- 禁止跳过引用文档中的任一步骤与校验项。
- 爆款数据仅允许通过脚本接口获取,禁止使用其他来源替代核心分析数据。
- 脚本调用统一使用:
scripts/fetch_gzh_trends.py。
Usage Guidance
This skill appears to do what it says (generate WeChat public-account copy) and includes a script that fetches trending-article data, but it requires using a single external API hosted at an unfamiliar domain (onetotenvip.com). That means any keywords or context you provide will be sent to that third party. Before installing or using: 1) Avoid sending sensitive or private keywords/data to this skill. 2) Request the maintainer/source of the endpoint and privacy/retention practices (no homepage/source is provided). 3) Inspect and (if needed) run scripts in a sandbox or isolated environment to observe network calls. 4) Consider replacing or auditing the data source (use a known/trusted API) if you need to process confidential inputs. 5) Note the shipped script appears truncated in the manifest — ask for the complete source and verify it matches the published behavior.
Capability Analysis
Type: OpenClaw Skill
Name: gzh-copywriter
Version: 1.0.0
The skill bundle is a legitimate content creation tool designed to analyze and generate WeChat Official Account articles based on trending data. It uses a Python script (scripts/fetch_gzh_trends.py) to fetch public article metadata from a dedicated API (onetotenvip.com). The code and instructions (SKILL.md, workflow.md) are well-documented, follow standard agentic patterns, and lack any indicators of malicious intent, such as credential theft, unauthorized data exfiltration, or harmful prompt injections.
Capability Assessment
Purpose & Capability
Name/description (公众号文案生成) align with the provided files and the included fetch_gzh_trends.py script that obtains '爆款' (trending) data. However, the script points to an unfamiliar third‑party endpoint (https://onetotenvip.com/skill/cozeSkill/getWxCozeSkillData) as the single authorised data source; centralising all queries to an opaque domain is not strictly required by the stated purpose and increases risk.
Instruction Scope
SKILL.md and references explicitly require using scripts/fetch_gzh_trends.py and forbid other data sources; the agent will therefore send user-supplied keywords (and possibly other runtime context) to the remote API. The instructions also forbid showing the script command and raw API output, which concentrates data flow to the remote service and reduces transparency. These constraints expand scope to cross-network data transfer that isn't obvious from the description.
Install Mechanism
No install spec (instruction-only) and only a Python dependency (requests). No downloads or archive extraction are present in the manifest. Risk from install mechanism is low.
Credentials
The skill requests no environment variables or credentials, which is appropriate, but it mandates querying an external API for all trend data. That means user-provided keywords and any context the agent sends will be transmitted off-platform to an unknown domain; this is a privacy/exfiltration concern even without explicit credential requests.
Persistence & Privilege
The skill is not 'always' enabled, does not request elevated privileges, and does not modify other skills or system configuration. Persistence/privilege level is appropriate.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install gzh-copywriter - After installation, invoke the skill by name or use
/gzh-copywriter - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- 首个版本发布,包含针对微信公众号爆款文案创作的生成工具。
- 基于1000+爆款文章归纳结构与风格,精准提炼流量密码与核心创作要点。
- 明确依赖requests库,数据及流程均有详细规范与引用文档约束。
- 严格要求所有流程、输出、数据接口等操作按指定文档执行,禁止跳步与替代来源。
Metadata
Frequently Asked Questions
What is gzh copywriter?
为公众号内容创作打造的文章生成工具,基于全网超过1000条爆款文章,精准总结相关的热门文章的结构、风格、行文等,提炼核心流量密码与创作要点,高效产出爆款文章。 It is an AI Agent Skill for Claude Code / OpenClaw, with 79 downloads so far.
How do I install gzh copywriter?
Run "/install gzh-copywriter" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is gzh copywriter free?
Yes, gzh copywriter is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does gzh copywriter support?
gzh copywriter is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created gzh copywriter?
It is built and maintained by to the moon (@yuanyi-github); the current version is v1.0.0.
More Skills