← Back to Skills Marketplace
Cn Line Counter
by
freedompixels
· GitHub ↗
· v1.0.0
· MIT-0
72
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install cn-line-counter
Description
Count total lines, non-empty lines, words, and characters in Chinese text from input string or file using a Python script.
README (SKILL.md)
cn-line-counter
文本行数统计工具。统计文本的行数、字数、字符数。
功能
- 统计总行数
- 统计非空行数
- 统计字数
- 统计字符数
使用方法
python3 scripts/count_lines.py --text "第一行\
第二行\
第三行"
python3 scripts/count_lines.py --file document.txt
纯Python标准库。
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install cn-line-counter - After installation, invoke the skill by name or use
/cn-line-counter - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of cn-line-counter.
- Counts total lines, non-empty lines, words, and characters in text.
- Supports input via direct text or file.
- Implemented in pure Python standard library.
Metadata
Frequently Asked Questions
What is Cn Line Counter?
Count total lines, non-empty lines, words, and characters in Chinese text from input string or file using a Python script. It is an AI Agent Skill for Claude Code / OpenClaw, with 72 downloads so far.
How do I install Cn Line Counter?
Run "/install cn-line-counter" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Cn Line Counter free?
Yes, Cn Line Counter is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Cn Line Counter support?
Cn Line Counter is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Cn Line Counter?
It is built and maintained by freedompixels (@freedompixels); the current version is v1.0.0.
More Skills