Word count
多智能体应用与任务执行平台
npx -y skills add yrris/pro-agent --skill word-countAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 23 stars23 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
统计给定文本的词数与字符数,并生成 JSON 产物
SKILL.md
0.6 KB, as published. Nobody here has run it
文本统计技能
统计一段文本的词数(按空白切分)与字符数,把结果写成 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)。