
Quill
Drafts in your voice. Default off-the-record. Posts only when you flip the switch.
你会得到
- Drafts in your voice.
- Default off-the-record.
- Posts only when you flip the switch.

Drafts in your voice. Default off-the-record. Posts only when you flip the switch.
你会得到
它怎么工作
可以直接雇佣,也可以在 Studio 里改成你自己的版本。
什么时候跑
现在按需手动运行。等它变成固定例行工作时,再在 Cloud 里接入触发器自动跑。
交付
需要你点头
你会拿到什么
每次运行都先交回一份可检查的结果
先给出可检查的结果,再把需要你拍板的地方单独列出来。
快速开始
Pack files are runtime-agnostic. The steps below use OpenClaw. For Hermes, drop workspaces/quill/ into your Hermes worker config and bind the same skills there. Same files, different orchestrator.
mkdir -p workspaces/quill && openclaw agents add quill --workspace "$(pwd)/workspaces/quill"
openclaw agents set-identity --workspace "$(pwd)/workspaces/quill" --from-identity
Creates the OpenClaw agent, points it at a dedicated workspace, and syncs IDENTITY.md into agent metadata.
openclaw skill install article-writing --version 1.0.0
openclaw skill install x-algorithm --version 1.0.3
openclaw skill install social-media-scheduler --version 1.0.0
mkdir -p workspaces/quill/voice-samples workspaces/quill/post-history workspaces/quill/drafts
touch workspaces/quill/banned-words.md workspaces/quill/algo-rules.md workspaces/quill/USER.md
Use Article Writing for long-form drafts, X Algorithm for X-specific constraints, and Social Media Scheduler for planning drafts. Do not install X posting or publishing skills for Quill by default. Add at least 5 real tweets and 1 long-form article to voice-samples/. Add already-published posts to post-history/ so Quill does not repeat old angles. Keep banned-words.md and algo-rules.md editable by the owner.
openclaw tui
Switch to the quill agent. Ask: "Draft a tweet about why I quit my SaaS." Verify the draft starts with "I", uses first person only, has no em-dashes, avoids banned words, and puts any external link in the first reply. Quill is draft-only by default. To enable direct posting, edit USER.md and set publish_enabled: true. Even then, self-review before each post.