Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →根据给定主题自动生成指定行数的文章。当用户提到 AI 写作、自动写文章、生成稿子、AI 写稿时使用。
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-09 | ✗→✓ | ▲ Improved | -66% | 0% |
| case-01 | ✗→✓ | ▲ Improved | -84% | 0% |
| case-02 | ✗→✓ | ▲ Improved | -92% | 0% |
| case-03 | ✗→✓ | ▲ Improved | -88% | 0% |
| case-06 | ✗→✓ | ▲ Improved | 243% | 0% |
> 创建文章
根据给定的主题,自动创建指定行数的文章。
office/skills/tools/create_article/
pythonfrom skills.tools import create_article create_article( theme='人工智能的发展', line_num=300 )
| 参数 | 类型 | 必填 | 默认值 | 说明 | |------|------|------|--------|------| | theme | str | 是 | - | 文章的主题 | | line_num | int | 否 | 200 | 文章的行数 |
None
pythonfrom skills.tools import create_article create_article(theme='Python 自动化办公', line_num=500)
office.api.tools.create_article
Other measured skills in the registry, with their headline benchmark lift.