beeweave: Skill for Claude Code

.skills/workbench/beeweave-social-writer/SKILL.md

beeweave-social-writer is a skill for Claude Code, Codex from ptonlix/beeweave. It costs 147 tokens per session (10,147 once invoked), scanned A, original, MIT.

A general-purpose skill for short Chinese social posts, including X/Twitter posts, threads, brief opinions, and moments-style updates. It compresses source material, screenshots, or ideas into platform-sized writing.

In plain words
What is it for?
For writing Chinese social content and saving it as a Markdown draft in the BeeWeave workspace.
Why use it?
It helps turn longer or rougher material into a focused short post without drafting a full article.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: mentions Claude Code; mentions Codex; built for openclaw.

This is ptonlix/beeweave's own configuration. It tells Claude Code and Codex how to work on beeweave itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything beeweave configures →

Reuse

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.

Copy the file
curl -O https://raw.githubusercontent.com/ptonlix/beeweave/main/.skills/workbench/beeweave-social-writer/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/ptonlix/beeweave

Made for: Claude Code, 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 beeweave-social-writer

README.md
[![agentmods](https://agentmods.dev/badge/skills/ptonlix/beeweave/beeweave-social-writer/github.svg)](https://agentmods.dev/skills/ptonlix/beeweave/beeweave-social-writer)
Your own site
<a href="https://agentmods.dev/skills/ptonlix/beeweave/beeweave-social-writer"><img src="https://agentmods.dev/badge/skills/ptonlix/beeweave/beeweave-social-writer/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 beeweave-social-writer

Your own site · 80×15
<a href="https://agentmods.dev/skills/ptonlix/beeweave/beeweave-social-writer"><img src="https://agentmods.dev/badge/skills/ptonlix/beeweave/beeweave-social-writer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 147 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 10,147 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.
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.00147 $0.10147
Opus 5 $0.00073 $0.05074
Sonnet 5 $0.00029 $0.02029
Haiku 4.5 $0.00015 $0.01015

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

Security

Grade A, and why

beeweave-social-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 11d 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.

.skills/workbench/beeweave-social-writer/SKILL.md · 623 lines

How it starts

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

通用社交短内容写作

这个 skill 的目标不是模仿某个固定账号,而是把素材、想法、链接、截图或长文压缩成有信息密度、有作者视角、有平台语感的社交短内容。

写作时优先帮助用户形成自己的作者视角。如果用户提供了明确的风格样本、账号定位、口头禅或发布平台,按用户提供的风格执行;如果没有,则采用自然、具体、有判断力、反 AI 味的中文短内容风格。

这套短内容风格一句话概括:

"有见识的普通人在认真聊一件打动他的事,只是不超过三屏。"

交付与文件落点

除非用户明确要求只在聊天中输出,完成社交短内容草稿后必须把成稿保存为 Markdown 文件,落到当前 BeeWeave 工作区的 workbench/articles/drafts/ 目录。社交短内容也是创作草稿,不直接写入 vault。

工作区定位

如果用户请求里包含 @<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,不负责首次风格初始化或历史文章学习。

生成社交短内容时只加载与 socialall 相关的 active rules、anti-patterns 和 social examples,同时保留本 skill 的平台格式、长度、钩子和质检规则。pending_rules.md 只用于感知可能的学习方向,不能当作生效规则。rejected_rules.md 用于避免重复采纳已拒绝风格。不要因为缺少风格资产阻断草稿交付。

同时读取本 skill 的 references/humanizer_rules.md。它是社交内容内置的通用反 AI 规则,优先用于局部识别和修复模板化表达。用户明确要求和 active_style_rules.md 的个人风格优先于这份参考;不要把这份规则写入已有 Workbench,也不要因为它缺失而阻断写作。

文件命名规则

统一使用:

YYYY-MM-DD-social-<platform-or-format>-<topic-slug>.md
  • YYYY-MM-DD 使用当天日期,便于按时间排序
  • social 固定表示社交短内容草稿
  • <platform-or-format> 使用 xthreadwechat-momentsshort-post 等短标识
  • <topic-slug> 用 3-6 个英文小写词或拼音词,采用 kebab-case
  • 如果主题很难转成英文或拼音,可以使用简短中文主题,但仍保留日期、social 和格式前缀
  • 同一写作任务的后续改稿默认更新当前工作稿,不创建 -v2-v3-final 文件
  • 只有遇到无关任务的文件名冲突时,才在文件名末尾追加 -2-3

示例:

2026-07-06-social-x-agent-workflow.md
2026-07-06-social-thread-ai-content-flywheel.md
2026-07-06-social-short-post-创作工作流-2.md

Read the full file on GitHub · 623 lines

Files

What ships with it

2 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.

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 · 623 lines · 147 tokens per session scan A 51f69be012ed

Subscribe to this mod's changes

beeweave-social-writer is a skill published in the GitHub repository ptonlix/beeweave (6 stars, last pushed 1mo ago), licensed MIT. It adds 147 tokens to every session and 10,147 once invoked, about $0.0007 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.

Related

Other skills, from other repositories

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

obra/superpowers · 21 tokens

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…

microsoft/ai-agents-for-beginners · 200 tokens

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…

vercel/next.js · 95 tokens

insight-error-page

Write or audit an insight-kind error page for the Next.js dev overlay. Use when creating a new errors/ .mdx page, auditing an existing one, or checking that a page matches the framework fix cards. Covers page structure, title alignment, FixCard cards with Copy prompt button, code snippets, terminology verification…

vercel/next.js · 83 tokens

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…

vercel/next.js · 170 tokens

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…

vercel/next.js · 103 tokens