文本统计技能
SkillAI & modelsCounts the words and characters of a given text and generates a JSON artifact
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the 文本统计技能 skill
What this skill tells your AI
The instructions your AI receives, as published by yrris/pro-agent in cognition/examples/skills/word-count/SKILL.md and read by ahel’s review.
统计一段文本的词数(按空白切分)与字符数,把结果写成 JSON 产物登记为可下载 artifact。
用法
调用 script_runner(skill="word-count", script="count.py", script_args={"text": "要统计的文本"})。
- 标准输出返回一行
words=.. chars=..摘要。 - 产物
word-count.json会经对象存储登记,可经/artifacts/{key}下载。
更细的输出字段说明见 references/notes.md(用 skill_read 按需读取,属渐进式披露 L3)。
Signals
- GitHub stars
- 23
- Last commit
- Jul 2026
Advanced
- Catalog kind
- skill
- Gateway key
word-count- Source
- github.com/yrris/pro-agent