← 返回 Skills 市场
unicorn82

Human Style Writing

作者 unicorn82 · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ 安全检测通过
112
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install human-style-writing
功能描述
Generates natural, human-like texts for daily chats and social media posts across multiple platforms in Chinese, English, or mixed languages.
使用说明 (SKILL.md)

Human Style Writing

This skill is a router + prompt library for human-like writing.

Scope (hard constraint)

This skill is for daily chat (texts/DMs) and social media posts/captions only.

If the user asks for academic writing, news/press, legal/compliance, marketing copy, customer support macros, work emails/reports, or other “document/brand” writing:

  • do not attempt to produce that register
  • ask one clarifying question: DM/text vs social post (and platform)
  • then rewrite into that chosen surface

(We’re improving “human-likeness” for chat/social, not optimizing other registers.)

What it does

  1. Classify the task into an on-scope scenario: daily chat vs social (platform-specific)
  2. Apply the correct prompt recipe + humanization passes to generate output that reads like a real person

It supports Chinese, English, mixed bilingual, and is designed to be extended to additional languages.


Workflow Decision Tree (do this first)

Step 0 — Identify language + target surface

  • Language: 中文 / English / 混合 / other
  • Surface: DM/text or social post/caption

If the user didn’t specify, ask one question:

“Do you want this as (A) a DM/text message, or (B) a social post? If social, which platform (X/Reddit/LinkedIn/IG/TikTok/小红书/朋友圈)?”

Step 1 — Scenario classification (router)

Use references/scenario-router.md.

Router outputs MUST include:

  • scenario_id (daily_chat / social_* )
  • platform (generic/x/reddit/linkedin/instagram/tiktok/xiaohongshu/wechat_moments)
  • formality (0–3)
  • tone (friendly / neutral / urgent / apologetic / assertive / playful)
  • audience relationship (friend/peer/partner/manager/client/public)

Step 2 — Load the matching prompt recipe

Use references/prompt-recipes.md and select:

  • a system-style instruction (genre constraints)
  • a style card template
  • optional few-shot pack structure

Step 3 — Generate or rewrite

Follow the universal drafting procedure:

  1. collect minimum inputs
  2. create a compact style card (5–10 bullets)
  3. draft in the target genre
  4. humanization passes
  5. anti-AI checklist gate

Step 4 — Quality gate

Use references/human-checklist.md (score 0–2 each). If ≤15, revise once.


Universal drafting procedure (applies to all scenarios)

A) Collect the minimum inputs

Ask for (or infer):

  1. Language
  2. Scenario (or run router)
  3. Style requirements (if any): voice/persona, tone, formality, “像谁/像哪种文风”
  4. Audience + relationship
  5. Goal: inform / persuade / apologize / request / report / argue
  6. Constraints: length, must-keep facts, forbidden phrases, sensitive topics
  7. Source material: (a) user draft to rewrite, or (b) bullet points to expand

Default style (when user provides no style requirements):

  • “general human”: clear, specific, slightly imperfect, non-salesy
  • formality: 1–2 (casual-professional depending on scenario)
  • tone: neutral-friendly
  • no assistant meta-phrases

B) Build a “Style Card” (1 minute)

Include:

  • persona/voice (e.g., “busy PM”, “grad student”, “journalist”)
  • sentence-length mix
  • vocabulary level
  • stance calibration (confident/cautious)
  • emotional temperature (0–3)
  • structural preference (short paragraphs vs bullets)
  • banned AI-tells (see references/ai-tells.md)

C) Humanization passes (mandatory)

  1. Specificity: add concrete anchors (time, numbers, examples) without inventing facts.
  2. Rhythm: vary sentence length; reduce template symmetry.
  3. Agency: explicit subject (“I/we/you”) where appropriate; remove passive fog.
  4. Friction: add realistic constraints/tradeoffs when appropriate; no fake experiences.
  5. Compression: delete filler + repeated points.
  6. Phrase scrub (scenario-specific, manual rewrite): scan for high-frequency AI/PR/marketing phrases and templated closers (see references/phrase-blacklist.md). Then rewrite in-context (or delete filler) rather than doing mechanical search/replace. Do not globally normalize punctuation/quotes.

D) Anti-AI checklist gate

Use references/human-checklist.md.

Deliver:

  • final text
  • optional: 3–6 bullets of “what changed” for iterative refinement

Training an AI to sound human (practical, scalable)

Inside OpenClaw we usually improve “human-ness” via routing + recipes + examples (not weight training).

Level 1 — Prompting + few-shot (fast)

  • Collect 10–30 human samples per scenario.
  • Derive a style card.
  • Create 3–8 few-shot pairs (bullets → output).
  • Add the anti-AI checklist as a constraint.

Level 2 — Post-edit loop (best quality, no infra)

  • Draft → human edits → store before/after + rationale → reuse as examples.

Level 3 — Fine-tuning (if you have infra)

  • SFT on curated corpora + your edited pairs.
  • Preference tuning (DPO/RLHF) using “human-likeness + task success” rankings.
  • Evaluate with blinded A/B by scenario.

Extending to new languages

Use references/language-extension.md.


Bundled references

  • references/scenario-router.md — how to classify scenario/platform (CN/EN)
  • references/prompt-recipes.md — prompt templates per scenario + what to include/avoid
  • references/registers.md — detailed conventions across registers (CN/EN)
  • references/ai-tells.md — common AI tells and fixes
  • references/phrase-blacklist.md — scenario-specific blacklist phrases + human alternatives (use in the phrase scrub pass)
  • references/human-checklist.md — final QA checklist + scoring
  • references/fewshot-pack.md — how to build few-shot datasets
  • references/language-extension.md — how to add more languages safely
安全使用建议
This skill appears coherent and low-risk: it only contains prompts, router rules, and style references for chat/social writing and asks for nothing beyond normal user inputs. Before installing, note that the skill's source is unknown — while there is no code or credential access, review outputs for privacy and factual correctness (don't paste sensitive personal or account credentials into prompts). Also remember the hard off‑scope guardrail: don’t use it for legal, press, marketing, or formal enterprise templates without explicit review. If you need supply-chain assurance, prefer skills with an identified author/homepage or source-controlled repository.
功能分析
Type: OpenClaw Skill Name: human-style-writing Version: 0.1.0 The 'human-style-writing' skill bundle is a comprehensive set of instructions and reference materials designed to guide an AI agent in generating human-like text for social media and chat platforms. The bundle consists entirely of Markdown and JSON configuration files (SKILL.md, scenario-router.md, prompt-recipes.md, etc.) focused on text classification, stylistic humanization, and avoiding common AI linguistic patterns. There is no evidence of malicious code, data exfiltration, unauthorized system access, or harmful prompt injection; the instructions are strictly aligned with the stated purpose of stylistic text transformation.
能力评估
Purpose & Capability
Name/description align with the included files and runtime instructions. All required functionality is prompt/Routers/references for daily chat and social posts; nothing asks for unrelated cloud credentials, system access, or binaries.
Instruction Scope
SKILL.md and referenced docs specify only classification, prompt selection, drafting and post-edit passes for chat/social scenarios. Inputs requested (language, scenario, audience, constraints, source drafts) are appropriate and limited to producing copy. There are clear off‑scope guardrails (no legal/press/marketing/work-email registers). No instructions to read arbitrary system files or transmit data to external endpoints.
Install Mechanism
No install spec and no code files that would be written to disk or executed. Instruction-only skill — minimal surface area and low installation risk.
Credentials
The skill requires no environment variables, credentials, or config paths. The runtime instructions only reference bundled reference files and user-provided prompt inputs, which is proportionate to the described purpose.
Persistence & Privilege
always:false and no special privileges requested. Autonomous invocation is allowed (platform default) but there are no additional persistent actions, configuration changes, or cross-skill modifications described.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install human-style-writing
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /human-style-writing 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial publish (router + prompt library for chat/social human-like writing)
元数据
Slug human-style-writing
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Human Style Writing 是什么?

Generates natural, human-like texts for daily chats and social media posts across multiple platforms in Chinese, English, or mixed languages. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 112 次。

如何安装 Human Style Writing?

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

Human Style Writing 是免费的吗?

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

Human Style Writing 支持哪些平台?

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

谁开发了 Human Style Writing?

由 unicorn82(@unicorn82)开发并维护,当前版本 v0.1.0。

💬 留言讨论