yq-article-style-imitation

yq-article-style-imitation is a skill for Codex from EthanYoQ/Skill-hub. It costs 53 tokens per session (3,652 once invoked), scanned A, original, MIT.

A writing workflow for studying a writer’s actual work and producing or revising text that follows its observable style, including Chinese social-media formats.

In plain words
What is it for?
Use it to gather samples, analyze expression patterns, draft or repair an imitation, and adapt the result for WeChat or Xiaohongshu.
Why use it?
It reduces reliance on vague impressions by grounding style analysis in collected reference writing.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: mentions subagents.

Good fit Use it to gather samples, analyze expression patterns, draft or repair an imitation, and adapt the result for WeChat or Xiaohongshu.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ethanyoq/skill-hub/yq-article-style-imitation
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add EthanYoQ/Skill-hub --skill yq-article-style-imitation
Clone the repo
git clone --depth 1 https://github.com/EthanYoQ/Skill-hub

Made for: Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for yq-article-style-imitation

README.md
[![agentmods](https://agentmods.dev/badge/skills/ethanyoq/skill-hub/yq-article-style-imitation/github.svg)](https://agentmods.dev/skills/ethanyoq/skill-hub/yq-article-style-imitation)
Your own site
<a href="https://agentmods.dev/skills/ethanyoq/skill-hub/yq-article-style-imitation"><img src="https://agentmods.dev/badge/skills/ethanyoq/skill-hub/yq-article-style-imitation/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for yq-article-style-imitation

Your own site · 80×15
<a href="https://agentmods.dev/skills/ethanyoq/skill-hub/yq-article-style-imitation"><img src="https://agentmods.dev/badge/skills/ethanyoq/skill-hub/yq-article-style-imitation.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 53 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,652 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00053 $0.03652
Opus 5 $0.00026 $0.01826
Sonnet 5 $0.00011 $0.00730
Haiku 4.5 $0.00005 $0.00365

Measured 11d ago against content hash bccc33ab5a6f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

yq-article-style-imitation scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

The scan reads SKILL.md. This mod also ships 3 executable files (scripts/lint_article_style.py, scripts/review_style_run.py, scripts/validate_style_run.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/08-writing-marketing/yq-article-style-imitation/SKILL.md · 285 lines

How it starts

The opening of the file, as written. The whole thing — 285 lines — stays where its author put it; the contents beside it link to each section on GitHub.

YQ Article Style Imitation

Core Principle

Build a reusable article-writing skill, not a project agent. The skill's job is:

  1. collect reference writing,
  2. deconstruct the writer's expression DNA,
  3. draft or repair an imitation article,
  4. adapt the repaired draft for WeChat or Xiaohongshu.

Do not let evidence-register language, risk-gate language, or workflow labels leak into the article. Do not draft from vibe memory, author profiles, interviews about the author, book pages, encyclopedia pages, or generic genre labels. Do not treat search results as sources. A result becomes a source only after the page is opened, readable text is available, and the usable text is saved or otherwise recorded in the run.

When the user explicitly requests direct style imitation, use direct imitation mode for any named writer or author. The target can be living, historical, Chinese, non-Chinese, professional, literary, journalistic, online-native, or self-provided. Chai Jing, Mao Ni, and He Caitou are examples, not limits.

Borrowing from the Nuwa-style distillation pattern, treat the task as "distill how this writer writes," not "repeat what this writer said." Extract the writer's observable expression DNA: narrative mechanics, tonal temperature, paragraph rhythm, sentence functions, question movement, evidence handling, judgment timing, image system, humor or restraint, and ending shape.

Do not downgrade direct imitation into generic "mechanism transfer" unless the user asks for mechanism transfer. The boundaries below prevent plagiarism, false attribution, and process leakage; they are not a ban on direct style imitation.

If older project artifacts conflict with this skill, treat only those lower-priority artifacts as stale. Current system, developer, platform, legal, and user instructions always take precedence; this skill must never reclassify a higher-priority rule as stale. Within those boundaries, direct imitation is allowed when the user explicitly requests it.

Read the full file on GitHub · 285 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 285 lines · 53 tokens per session scan A bccc33ab5a6f

Subscribe to this mod's changes

yq-article-style-imitation is a skill published in the GitHub repository EthanYoQ/Skill-hub (9 stars, last pushed 5d ago), licensed MIT. It adds 53 tokens to every session and 3,652 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.