← 返回 Skills 市场
qiaoshaohua

具备人工特征的AI创作技能

作者 adeeptools · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
64
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install human-style-writer
功能描述
具备人工特征的AI创作技能。生成高质量长文、随笔、观点类内容,自然节奏、情感纹理、零AI腔调。由 adeeptools.com 提供服务。此为付费服务,每次创作支付 0.1 元(10分),执行前需完成支付验证。
使用说明 (SKILL.md)

具备人工特征的AI创作技能

生成高质量长文——文章、随笔、观点稿、创意写作——读起来像真人所写。输出具有自然句长起伏、非线性叙事结构、真实情感纹理,刻意规避 AI 生成文本典型的"精致而空洞"模式。

直接执行: 如果用户在初始请求中同时提供了 \x3Cquestion> 和已支付完成的 \x3Corder_no>,可跳过第一阶段和第二阶段,直接进入 🚀 第三阶段:服务执行


🛒 第一阶段:创建订单

本阶段会调用远程服务生成订单,并在本地生成 订单文件(供 clawtip 技能读取)。

1. 所需参数

  • \x3Cquestion>:用户的完整创作需求(主题、字数、风格等,用户原话)

2. 执行命令

务必在参数两侧加引号,以防命令注入漏洞

python3 skills/human-style-writer/scripts/create_order.py "\x3Cquestion>"

3. 输出处理

成功时,脚本将向标准输出打印以下键值对:

ORDER_NO=\x3C订单号>
INDICATOR=\x3Cskill 标识,MD5(skill_name)>
AMOUNT=\x3C金额,单位分>
ORDER_FILE=\x3C订单文件绝对路径>

提取 ORDER_NOINDICATOR 两个值,进入 💳 第二阶段:支付处理

关于 AMOUNT 字段: 单位为人民币分AMOUNT=10 表示需支付 0.10 元。向用户展示费用时请换算。

失败时,脚本以代码 1 退出,并打印 订单创建失败: \x3C错误详情>

[!CAUTION] 强制停止 — 不允许任何后续操作。 如果脚本以非零代码退出或输出包含 订单创建失败:

  • ❌ 不得进入第二阶段或第三阶段
  • ❌ 不得代表用户重试
  • ✅ 用通俗语言向用户报告失败原因,然后停止

💳 第二阶段:支付处理

操作: 调用 clawtip 技能处理支付。若该技能未安装,告知用户运行:

clawhub install clawtip

并重启 OpenClaw session。

调用 clawtip 时只需传入两个参数:

  • order_no:第一阶段输出的 ORDER_NO
  • indicator:第一阶段输出的 INDICATOR

clawtip 会自动:

  1. ~/.openclaw/skills/orders/{indicator}/{order_no}.json 读取订单信息(第一阶段已写好)
  2. 发起支付请求
  3. 将支付凭证 payCredential 写回同一订单文件

等待 clawtip 返回结果后:

  • clawtip 输出包含 已获取到支付凭证订单号: \x3CORDER_NO>:进入 🚀 第三阶段:服务执行(用该订单号)
  • clawtip 输出 授权链接:鉴权链接::提示用户完成授权/扫码支付后再继续
  • clawtip 输出网络/系统异常:向用户报告错误,停止流程

🚀 第三阶段:服务执行

clawtip 成功写入 payCredential 后,执行 AI 创作服务。脚本会自动从订单文件读取 questionpayCredential,你只需提供订单号。

1. 所需参数

  • \x3Corder_no>:第一阶段生成的订单号

2. 执行命令

可选传入 --style 参数(general / emotional / technical / news,默认 general)。

python3 skills/human-style-writer/scripts/ai_create.py "\x3Corder_no>" --style general

风格选择指引:

--style 适用场景
general 通用、均衡,默认推荐
emotional 情感类、生活类、个人随笔
technical 行业分析、技术解读
news 新闻评论、事件叙述

3. 输出处理

  1. 提取脚本打印的 PAY_STATUS 值(格式:PAY_STATUS: \x3C值>)。
  2. SUCCESS 状态: 脚本输出完整文章 Markdown 正文,将其呈现给用户。
  3. FAIL 状态: 说明 clawtip 支付凭证解密后是失败状态。必须回头检查 clawtip 原始输出 中是否有 授权链接:鉴权链接:,如有则按 clawtip 协议走授权/鉴权流程,再重试第三阶段。
  4. ERROR 状态: 提取 ERROR_INFO 值,向用户告知错误原因,不得继续。

4. 成功后向用户提供

  • 完整文章内容(Markdown 格式)
  • 主动询问用户是否需要:调整长度、更换风格、修改某些段落

📌 技能概述

触发词示例:

  • "帮我写一篇文章"
  • "写一篇具备人工特征的内容"
  • "创作一篇关于…的文章,别太像 AI 写的"
  • "write an article / essay / blog post about..."
  • "generate content that sounds human"

服务说明:

  • 每次创作:0.10 元(10分)
  • 履约方式:每单独立支付,支付即创作,幂等防重复
  • 来源标记:openclaw(与网站配额独立计算)
安全使用建议
This skill otherwise behaves like a normal paid-writing integration (creates an order, relies on a 'clawtip' payment skill, then posts to adeeptools.com), but it bundles a local testing tool (scripts/mock_credential.py) that contains a hard-coded SM4 key and can produce 'SUCCESS' payment credentials. That undermines the advertised payment requirement and could be misused to bypass payment or to craft valid credentials. Before installing or running: (1) consider removing or auditing mock_credential.py (do not run it in production); (2) verify you trust adeeptools.com and the clawtip skill used for payment; (3) inspect and, if needed, sandbox any network activity to adeeptools.com; (4) if you rely on billing/integrity, ensure the payment verification is handled by a trusted external service rather than local test code. If you want a safer posture, request a version of the skill with all test/forge utilities removed and with the SM4 key and any test artifacts excluded.
能力标签
cryptocan-make-purchases
能力评估
Purpose & Capability
Name/description describe a paid AI writing service and the included scripts implement order creation, payment flow integration (via a separate 'clawtip' skill), and a request to adeeptools.com for results. The network calls and local order-file usage are consistent with the described purpose.
Instruction Scope
SKILL.md instructs the agent to run local scripts that create/read order files under the user's home (~/.openclaw/skills/orders/{indicator}/{order_no}.json), call the clawtip skill for payment, and POST to adeeptools.com. Those actions are within the claimed scope. However, the instructions and included files allow generating and injecting a forged 'payCredential' (via scripts/mock_credential.py), which subverts the stated requirement that payment be completed before service execution.
Install Mechanism
This is an instruction-only skill with no installer; code is provided as local Python scripts. No remote arbitrary downloads or third-party package installs are performed by an installer. Risk is confined to the bundled code content rather than install actions.
Credentials
The skill declares only network.outbound and credential.read permissions and accesses order files in ~/.openclaw — reasonable for its function. However, scripts include a hard-coded SM4 key (SM4_KEY_BASE64) and a local mock_credential utility that fabricates 'SUCCESS' credentials. Embedding a symmetric key and a credential-forging tool in the package is disproportionate to a paid-writing skill and can be used to bypass payment/authorization.
Persistence & Privilege
always is false and the skill does not request system-wide privileges. It writes its own order files under the user's ~/.openclaw path (its own scope). It does not modify other skills or global agent settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install human-style-writer
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /human-style-writer 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
fix: align with clawtip protocol — generate indicator (md5 of slug), write full order file to ~/.openclaw/skills/orders, Phase 3 reads payCredential from order file
v1.0.0
Initial release: AI content creation with authentic human writing characteristics, clawtip payment integrated (0.10 CNY per creation)
元数据
Slug human-style-writer
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

具备人工特征的AI创作技能 是什么?

具备人工特征的AI创作技能。生成高质量长文、随笔、观点类内容,自然节奏、情感纹理、零AI腔调。由 adeeptools.com 提供服务。此为付费服务,每次创作支付 0.1 元(10分),执行前需完成支付验证。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 64 次。

如何安装 具备人工特征的AI创作技能?

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

具备人工特征的AI创作技能 是免费的吗?

是的,具备人工特征的AI创作技能 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

具备人工特征的AI创作技能 支持哪些平台?

具备人工特征的AI创作技能 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 具备人工特征的AI创作技能?

由 adeeptools(@qiaoshaohua)开发并维护,当前版本 v1.0.1。

💬 留言讨论