← Back to Skills Marketplace
freedompixels

Cn Line Counter

by freedompixels · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ pending
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
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install cn-line-counter
  3. After installation, invoke the skill by name or use /cn-line-counter
  4. 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
Slug cn-line-counter
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
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.

💬 Comments