Borrowing it
Nothing to install: this file belongs to ptonlix/beeweave. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/ptonlix/beeweave/main/.skills/workbench/beeweave-article-writer/SKILL.mdgit clone --depth 1 https://github.com/ptonlix/beeweaveWrote 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.
[](https://agentmods.dev/skills/ptonlix/beeweave/beeweave-article-writer)<a href="https://agentmods.dev/skills/ptonlix/beeweave/beeweave-article-writer"><img src="https://agentmods.dev/badge/skills/ptonlix/beeweave/beeweave-article-writer.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00153 | $0.10404 |
| Opus 5 | $0.00077 | $0.05202 |
| Sonnet 5 | $0.00031 | $0.02081 |
| Haiku 4.5 | $0.00015 | $0.01040 |
Grade A, and why
beeweave-article-writer 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 8d ago.
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.
How it starts
The opening of the file, as written. The whole thing — 528 lines — stays where its author put it; the contents beside it link to each section on GitHub.
通用中文长文写作
这个 skill 的目标不是模仿某个固定账号,而是把素材、想法、链接、研究笔记、语音转文字或 brief 转化为高质量中文长文。
写作时优先帮助用户形成自己的作者视角。如果用户提供了明确的风格样本、署名、口头禅或结尾模板,按用户提供的风格执行;如果没有,则采用自然、具体、有判断力、反 AI 味的中文内容风格。
这套长文风格一句话概括:
"有见识的普通人在认真聊一件打动他的事。"
交付与文件落点
除非用户明确要求只在聊天中输出,完成长文草稿后必须把成稿保存为 Markdown 文件,落到当前 BeeWeave 工作区的 workbench/articles/drafts/ 目录。
工作区定位
如果用户请求里包含 @<name>,只从 ~/.beeweave/config.<name> 读取 BEEWEAVE_WORKBENCH_PATH。否则只从 ~/.beeweave/config 读取 BEEWEAVE_WORKBENCH_PATH。写入 $BEEWEAVE_WORKBENCH_PATH/articles/drafts/。
如果目标配置文件不存在、没有配置 BEEWEAVE_WORKBENCH_PATH,或目标 drafts 目录无法创建,先向用户说明无法找到 BeeWeave workbench,不要猜测其它路径,也不要把文章写进 vault。
共享写作风格资产
定位到 BEEWEAVE_WORKBENCH_PATH 后,写作前读取用户 Workbench 中的共享风格资产:
$BEEWEAVE_WORKBENCH_PATH/writing/style/
├── author_profile.md
├── active_style_rules.md
├── anti_patterns.md
├── article_examples.md
├── social_examples.md
├── pending_rules.md
├── rejected_rules.md
└── evolution_log.md
如果 writing/style/ 或关键风格文件不存在,不要在 writer 中创建完整模板。先提示用户建议使用 beeweave-writing-style-initializer 初始化写作风格资产;如果用户要求继续当前写作任务,则使用本 skill 内置默认规则继续写作,并在最终回复中标记“未加载用户风格资产”。writer 只负责写作、保存草稿和记录 trace,不负责首次风格初始化或历史文章学习。
生成长文时只加载与 article、all、methodology 相关的 active rules、anti-patterns 和 article examples。pending_rules.md 只用于感知可能的学习方向,不能当作生效规则。rejected_rules.md 用于避免重复采纳已拒绝风格。不要因为缺少风格资产阻断草稿交付。
同时读取本 skill 的 references/humanizer_rules.md。它是长文内置的通用反 AI 规则,优先用于局部识别和修复公式化表达。用户明确要求和 active_style_rules.md 的个人风格优先于这份参考;不要把这份规则写入已有 Workbench,也不要因为它缺失而阻断写作。
文件命名规则
统一使用:
YYYY-MM-DD-article-<topic-slug>.md
YYYY-MM-DD使用当天日期,便于按时间排序article固定表示长文草稿,便于和社交短内容、digest 区分<topic-slug>用 3-6 个英文小写词或拼音词,采用 kebab-case- 如果主题很难转成英文或拼音,可以使用简短中文主题,但仍保留日期和
article前缀 - 同一写作任务的后续改稿默认更新当前工作稿,不创建
-v2、-v3、-final文件 - 只有遇到无关任务的文件名冲突时,才在文件名末尾追加
-2、-3
示例:
2026-07-06-article-agent-writing-workflow.md
2026-07-06-article-ai-content-flywheel-2.md
2026-07-06-article-创作工作流.md
草稿文件格式
文件内容使用普通 Markdown,开头添加简洁 frontmatter:
What ships with it
3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 8d ago First seen · 528 lines · 153 tokens per session scan A 97899142ca87
beeweave-article-writer is a skill published in the GitHub repository ptonlix/beeweave (6 stars, last pushed 1mo ago), licensed MIT. It adds 153 tokens to every session and 10,404 once invoked, about $0.0008 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.
Other skills, from other repositories
systematic-debugging
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.
local-ai-agents
Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…
next-cache-components-adoption
Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…
next-cache-components-optimizer
Drive a Next.js route to instant navigation by setting up an agentic loop, under Cache Components / PPR, on initial load (hard navigation) and client-side navigation (soft navigation). Encode the goal as a failing @next/playwright instant() e2e and work it to green, one verified route at a time; the shipped test then…
next-partial-prefetching-adoption
Turn on Partial Prefetching in a Next.js app and work through the insights it surfaces. Use when the user wants to enable or adopt Partial Prefetching, flip the partialPrefetching flag, opt routes in with export const prefetch = 'partial', audit Link prefetch={true} behavior, preserve existing prefetched UI with…
chronicle
Analyze Copilot session history for standup reports, usage tips, session search, and session reindexing. Use when the user asks for a standup, daily summary, usage tips, workflow recommendations, wants to search or find past sessions by keyword/file/PR, wants to reindex their session store, or asks about deleting…