agentsclimarketplace

Word count

Skill yrris/pro-agent/cognition/examples/skills/word-count

多智能体应用与任务执行平台

Install
npx -y skills add yrris/pro-agent --skill word-count

Assembled 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)。

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.