根据给定主题自动生成指定行数的文章。当用户提到 AI 写作、自动写文章、生成稿子、AI 写稿时使用。
创建文章
根据给定的主题,自动创建指定行数的文章。
office/skills/tools/create_article/
from skills.tools import create_article
create_article(
theme='人工智能的发展',
line_num=300
)| 参数 | 类型 | 必填 | 默认值 | 说明 |
|---|---|---|---|---|
theme | str | 是 | - | 文章的主题 |
line_num | int | 否 | 200 | 文章的行数 |
None
from skills.tools import create_article
create_article(theme='Python 自动化办公', line_num=500)office.api.tools.create_article
dd6fe56
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.