Writing Assistant Pro
Professional writing assistant offering content creation, rewriting, headline generation, and topic ideation based on a three-layer architecture.
MIT-0 · Free to use, modify, and redistribute. No attribution required.
⭐ 0 · 217 · 3 current installs · 3 all-time installs
MIT-0
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description (professional writing assistant) matches the included files: identity, operations, knowledge, logs, and agent workflows for write/rewrite/headline/ideate. There are no unexpected binaries, cloud credentials, or unrelated service tokens required.
Instruction Scope
SKILL.md tells the user/agent to run scripts/startup.sh and then interact via the agent triggers. The startup and verify scripts only perform local filesystem checks and print status; they do not read arbitrary system files, access environment variables, or send data externally. The docs reference templates and self-healing behavior conceptually, but the shipped scripts do not implement network fetches or rebuilds.
Install Mechanism
No install spec is provided (instruction-only). There are only two small shell scripts included; no package downloads, no archive extraction, and no external installers are referenced.
Credentials
The skill declares no required env vars, no credentials, and no config paths. The included files reference a working directory (and an example path in shared-context) but do not request secrets or unrelated cloud keys.
Persistence & Privilege
Platform flags are normal (always:false, agent-invocable, autonomous invocation allowed by default). Internally the role docs state the 'chief writer' is 'always active' as a behavior description — this is internal logic and not the platform-level always:true. The skill stores/updates local knowledge files (MEMORY.md, logs, shared-context) under its directory, which is expected for a local assistant but means user-provided content may be persisted to disk.
Assessment
This skill is internally coherent for a writing assistant: the docs and scripts are consistent and the scripts only do safe, local file checks. Before running: (1) inspect scripts/startup.sh and verify.sh yourself (they are small and benign), (2) run them in a disposable or project-specific directory (not as root) to avoid accidental writes to sensitive locations, (3) be aware the agent will persist conversation/state to files in its folder (MEMORY.md, shared-context, logs), so avoid submitting secrets or private credentials into the assistant, and (4) since the skill's source/homepage is unknown, if you need stronger assurance, run it in an isolated environment (container or VM) and monitor network activity to confirm there are no hidden external calls.Like a lobster shell, security has layers — review code before you run it.
Current versionv1.0.0
Download zipagentcontentcopywritinglatestwritingxiaohongshu
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
SKILL.md
Writing Assistant
描述
专业写作助手智能体 - 基于三层架构,支持内容创作/改写/标题生成/选题策划
功能
- write: 内容创作代理
- rewrite: 改写优化代理
- headline: 标题生成代理
- ideate: 选题策划代理
用法
cd ~/writing-assistant
./scripts/startup.sh # 启动系统
直接对话使用:
- 说"写一篇..." → 内容创作
- 说"改一下..." → 改写优化
- 说"标题..." → 标题生成
- 说"选题..." → 选题策划
架构
identity/ # 第一层:身份层
SOUL.md # 核心灵魂:为写作而生
IDENTITY.md # 角色:首席撰稿人
USER.md # 用户:创意总监
operations/ # 第二层:操作层
AGENTS.md # 4个写作代理
HEARTBEAT.md # 质量检查机制
ROLE-CHIEF-WRITER.md # 首席撰稿人指南
knowledge/ # 第三层:知识层
MEMORY.md # 写作技巧与平台知识
shared-context/ # 跨会话状态
标签
writing, content, xiaohongshu, copywriting, agent
版本
1.0.0
Files
16 totalSelect a file
Select a file to preview.
Comments
Loading comments…
