✍️ Skylv Content Writer — 内容创作助手

v1.0.0

一键生成技术文档、营销文案、博客与报告,支持中文多风格输出,模板清晰,助您高效写作。

0· 14·1 当前·1 累计
sky-lv 头像by @sky-lv (SKY-lv)·MIT-0
下载技能包
License
MIT-0
最后更新
2026/4/18
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
Instruction-only writing assistant whose declared purpose matches its runtime instructions; it requests no credentials, installs, or unusual system access.
评估建议
This skill appears coherent and low-risk: it only provides writing templates and requires no installs or credentials. Before using, avoid pasting sensitive secrets or private data into prompts (the skill will process any text you send). Also: verify factual claims, check code snippets before running them, and review outputs for plagiarism or licensing issues when re-using generated content. If you need stronger assurance, ask the publisher for a homepage/source or request the skill be provided b...
详细分析 ▾
用途与能力
名称/描述(内容创作:技术文档、博客文章、营销文案、报告)与 SKILL.md 指令及示例输出一致,无写作助手之外的额外依赖或凭证请求。
指令范围
SKILL.md 仅包含写作模板、示例提示、结构与风格指导,未指示代理读取系统文件、访问环境变量、调用外部接口或泄露数据。
安装机制
无安装规范与代码文件(仅指令),最大限度降低磁盘执行与安装风险。
凭证需求
技能未声明所需环境变量、凭证或配置路径,请求内容与写作助手用途相符。
持久化与权限
always:false(良好)。disable-model-invocation:false(默认)表示代理可自动调用技能——这是平台默认,本身无问题,但若后续结合更高权限需求,自动调用会扩大影响范围。
安全有层次,运行前请审查代码。

License

MIT-0

可自由使用、修改和再分发,无需署名。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/4/18

Initial release of the content-writer skill. - Supports writing technical documents, blog posts, marketing copy, and work reports in Chinese. - Allows customized output style: formal, conversational, technical, or persuasive. - Provides clear templates and example outputs for each writing scenario. - Offers structured guides for organizing various types of written content. - Includes best practices for originality, citation, runnable code, and audience targeting.

无害

安装命令

点击复制
官方npx clawhub@latest install skylv-content-writer
镜像加速npx clawhub@latest install skylv-content-writer --registry https://cn.longxiaskill.com

技能文档

功能说明

根据需求创作各类文本内容。

使用方法

1. 技术文档

用户: 为这个API写一份文档:
[API描述或代码]

文档结构:

  • 概述
  • 接口列表
  • 请求/响应示例
  • 错误码说明
  • 最佳实践

2. 博客文章

用户: 写一篇关于"Python异步编程"的博客文章,1500字左右

文章结构:

  • 引人入胜的开头
  • 核心概念讲解
  • 代码示例
  • 实战应用
  • 总结

3. 营销文案

用户: 为一款AI写作工具写营销文案,目标用户是内容创作者

文案要素:

  • 痛点共鸣
  • 产品价值
  • 使用场景
  • 行动号召

4. 工作报告

用户: 根据以下数据写一份周报:
[工作数据/任务列表]

报告结构:

  • 本周完成
  • 数据亮点
  • 遇到问题
  • 下周计划

写作风格

可指定风格:

  • 正式/专业
  • 轻松/口语化
  • 技术/教程
  • 营销/说服

示例输出

# Python异步编程完全指南

为什么需要异步?

在传统同步编程中,当程序执行I/O操作(如网络请求、文件读写)时, 整个程序会阻塞等待操作完成。这对于高并发场景是巨大的浪费...

[继续正文]

快速上手

python 导入 a同步io

a同步 def fetch_数据(): # 异步获取数据 awAIt a同步io.sleep(1) return "数据"

# 运行异步函数 结果 = a同步io.运行(fetch_数据())


实战案例

假设我们需要同时获取100个API的数据...

[继续正文]

总结

异步编程通过非阻塞I/O大幅提升了程序的并发处理能力...

注意事项

  • 保持内容原创性
  • 引用数据注明来源
  • 代码示例确保可运行
  • 适配目标读者水平
数据来源ClawHub ↗ · 中文优化:龙虾技能库