with one click
csdn-article
CSDN 博客文章格式与风格指引。当用户要求写 CSDN 文章时,按此格式直接输出 Markdown,无需调用工具。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
CSDN 博客文章格式与风格指引。当用户要求写 CSDN 文章时,按此格式直接输出 Markdown,无需调用工具。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
| name | csdn-article |
| description | CSDN 博客文章格式与风格指引。当用户要求写 CSDN 文章时,按此格式直接输出 Markdown,无需调用工具。 |
| license | MIT |
| metadata | {"author":"skillLite","version":"1.0"} |
当用户要求写 CSDN 文章、博客时,直接在回复中输出完整的 Markdown,无需调用任何工具。同时参考 writing-helper 去 AI 味。
# 文章标题(含关键词,便于 SEO)> 摘要内容 引用块,100–150 字概括核心##、### 组织层级```language 指定语言(如 ```rust、```python)--- 后跟 #标签1 #标签2# Rust 异步编程入门:从 Future 到 async/await
> 本文介绍 Rust 异步编程基础,包括 Future、async/await 语法,以及常见使用场景。
## 为什么需要异步
...
## 基本用法
```rust
async fn main() {}
...
#Rust #异步编程
---
## 技术类文章要点
- **标题**:信息密度高,可带悬念,避免标题党
- **摘要**:让读者 5 秒内知道能学到什么
- **正文**:技术准确、逻辑清晰;代码示例可运行
- **风格**:参考 writing-helper,去 AI 味、有具体细节、像人在说话
查询指定城市未来几天(明天、后天等)的天气预报。当用户询问「明天」「后天」「未来几天」天气时使用;与 weather 互补,weather 仅提供实时天气。
查询城市天气信息,支持查询今天和明天的天气预报。当用户询问某个城市的天气、温度、湿度等信息时使用。
A simple calculator that can add, subtract, multiply, and divide numbers. Use when the user needs to perform basic arithmetic operations.
发起 HTTP 网络请求,支持 GET、POST、PUT、DELETE、PATCH 方法。当用户需要调用 API、获取网页内容、发送数据到服务器时使用。
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
文本处理工具。支持的操作(operation):uppercase(大写)、lowercase(小写)、reverse(反转)、trim(去空白)、count(统计)。参数:text(文本)、operation(操作类型)。