← 返回 Skills 市场
gzh copywriter
作者
to the moon
· GitHub ↗
· v1.0.0
· MIT-0
79
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install gzh-copywriter
功能描述
为公众号内容创作打造的文章生成工具,基于全网超过1000条爆款文章,精准总结相关的热门文章的结构、风格、行文等,提炼核心流量密码与创作要点,高效产出爆款文章。
使用说明 (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。
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install gzh-copywriter - 安装完成后,直接呼叫该 Skill 的名称或使用
/gzh-copywriter触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- 首个版本发布,包含针对微信公众号爆款文案创作的生成工具。
- 基于1000+爆款文章归纳结构与风格,精准提炼流量密码与核心创作要点。
- 明确依赖requests库,数据及流程均有详细规范与引用文档约束。
- 严格要求所有流程、输出、数据接口等操作按指定文档执行,禁止跳步与替代来源。
元数据
常见问题
gzh copywriter 是什么?
为公众号内容创作打造的文章生成工具,基于全网超过1000条爆款文章,精准总结相关的热门文章的结构、风格、行文等,提炼核心流量密码与创作要点,高效产出爆款文章。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 79 次。
如何安装 gzh copywriter?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install gzh-copywriter」即可一键安装,无需额外配置。
gzh copywriter 是免费的吗?
是的,gzh copywriter 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
gzh copywriter 支持哪些平台?
gzh copywriter 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 gzh copywriter?
由 to the moon(@yuanyi-github)开发并维护,当前版本 v1.0.0。
推荐 Skills