📝
WritingPython

Create Article

by CoderWanFeng

Create Article is a Writing skill for Claude Code, published by CoderWanFeng in python-office.

1.3K stars301 forkson CoderWanFeng/python-officeAdded 2026/08/12Repository updated 2026/08/04
officepippypipythonweixin
Install in seconds
Install Create Article
Copy Create Article into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/CoderWanFeng/python-office/tree/develop/skills/tools/create_article ~/.claude/skills/create_article

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/CoderWanFeng/python-office.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/tools/create_article/SKILL.md in CoderWanFeng/python-office
Installs to
~/.claude/skills/create_article
Collection
One of 50 skills cataloged from this repository
Category
Writing1012 skills

What Create Article does

Create Article generates an article of a specified length from a given topic. Use it for AI writing, auto-drafting, or generating稿子 when you need a structured article from a theme.

Create Article is cataloged under Writing on DirSkills. Create Article comes from a repository tagged office, pip, pypi, python and weixin.

Documentation

README

create_article Skill

创建文章

功能描述

根据给定的主题,自动创建指定行数的文章。

所属分类

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

Frequently asked about Create Article

  • What else does CoderWanFeng publish alongside Create Article?

    Create Article is one of 50 skills that DirSkills catalogs from CoderWanFeng/python-office, the repository it ships in. Its siblings there include Add Image Watermark, Add Line by Type and Add Text Watermark. Each one is a separate skill with its own page in this directory, installs the same way Create Article does, and is maintained by CoderWanFeng in that same repository. The rest of the collection is listed on the CoderWanFeng/python-office page.

  • How does Create Article compare to other Writing skills?

    Create Article ranks #345 by stars among the 1012 Writing skills in this catalog. The most-starred ones next to it are Article Writing, Social Media Content Calendar and Knowledge Comic Creator. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Create Article against them. Open each page to compare what they document and how they install.