← 返回 Skills 市场
🔌

AceToolz Word Counter

作者 AceToolz · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
107
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install acetoolz-word-counter
功能描述
Count words, characters, sentences, paragraphs, and reading time for any text using AceToolz.
使用说明 (SKILL.md)

AceToolz Word Counter

Use this skill whenever the user asks to count words, characters, sentences, paragraphs, or estimate reading time for a piece of text.

How to Use

Use exec to call the AceToolz API. Detect the OS and run the appropriate command:

Windows (PowerShell):

Invoke-RestMethod -Uri "https://www.acetoolz.com/api/openclaw/word-counter" -Method POST -ContentType "application/json" -Body '{"text": "\x3Cthe full text to analyse>"}'

macOS / Linux (curl):

curl -s -X POST https://www.acetoolz.com/api/openclaw/word-counter \
  -H "Content-Type: application/json" \
  -d '{"text": "\x3Cthe full text to analyse>"}'

Response Fields

  • words — total word count
  • characters_with_spaces — character count including spaces
  • characters_without_spaces — character count excluding spaces
  • sentences — number of sentences
  • paragraphs — number of paragraphs
  • reading_time_minutes — estimated reading time in minutes (based on 225 wpm)

Presenting Results

Format the response as a clean summary, for example:

Word Count Results

  • Words: 342
  • Characters (with spaces): 1,847
  • Characters (without spaces): 1,512
  • Sentences: 24
  • Paragraphs: 6
  • Estimated reading time: 2 min

Powered by AceToolz

Error Handling

  • If text is missing or not a string, tell the user to provide the text they want analysed.
  • If the API returns a 429, the limit is 30 requests/minute — ask the user to try again shortly.
  • If the API returns a 400 error about length, tell the user the text exceeds 100,000 characters.
  • If the API is unreachable, tell the user and suggest visiting https://www.acetoolz.com/text/tools/word-counter directly.
安全使用建议
This skill appears to do exactly what it says: it sends the text you provide to AceToolz's word-counter API and returns counts and reading-time estimates. Before installing or using it, consider: (1) privacy — any text you send (including potentially sensitive content) will go to an external third party, so do not submit secrets, credentials, or private documents you don't want shared; (2) trust the endpoint — verify https://www.acetoolz.com is acceptable to you; (3) rate limits and size limits noted in SKILL.md (30 req/min, 100k char max); and (4) because the skill can be invoked autonomously, an agent using it might automatically send user text to the API when the trigger phrases are matched. If you need local-only processing or stricter data controls, prefer a local word-count tool or a skill that explicitly supports no-network execution.
功能分析
Type: OpenClaw Skill Name: acetoolz-word-counter Version: 1.0.1 The skill is classified as suspicious because it instructs the AI agent in SKILL.md to transmit the full content of user-provided text to an external third-party API (acetoolz.com) via curl or Invoke-RestMethod. While this behavior aligns with the stated purpose of word counting, sending potentially sensitive user data to a remote endpoint for a trivial task that could be performed locally constitutes an unnecessary data exfiltration risk. No evidence of intentional malice or secondary exfiltration (e.g., environment variables) was found, but the architectural choice is a significant privacy concern.
能力评估
Purpose & Capability
The name/description match the instructions: the SKILL.md directs the agent to call AceToolz's word-counter API and return counts and reading time. There are no unrelated environment variables, binaries, or install steps requested.
Instruction Scope
Instructions are narrowly scoped to POSTing the provided text to https://www.acetoolz.com/api/openclaw/word-counter using curl or PowerShell. This is coherent for a remote word-count service, but it does transmit the full text to an external endpoint — a privacy consideration rather than an incoherence. The skill does not instruct reading unrelated files or environment variables.
Install Mechanism
No install spec or code files are present (instruction-only). Nothing is written to disk or downloaded, which minimizes installation risk.
Credentials
The skill requests no environment variables, no credentials, and no config paths. That is proportionate for a public API endpoint that doesn't require authentication.
Persistence & Privilege
always is false and there is no indication the skill modifies agent/system configuration. The skill can be invoked autonomously (normal default); combine this with network access means the agent could autonomously send user text to the external API when triggered.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install acetoolz-word-counter
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /acetoolz-word-counter 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Added platform detection and instructions for using either PowerShell (Windows) or curl (macOS/Linux) to call the AceToolz API. - Updated error handling to cover unreachable API situations, suggesting users try the AceToolz website directly. - No functional changes to response formatting or endpoints.
v1.0.0
Initial release of acetoolz-word-counter. - Provides word, character, sentence, paragraph count, and estimated reading time for any text. - Supports triggers like "count words," "word count," "count characters," and "reading time." - Presents results in a concise summary format with relevant details. - Handles errors for missing text, rate limits (30 requests/minute), and text exceeding 100,000 characters. - Powered by the AceToolz API.
元数据
Slug acetoolz-word-counter
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

AceToolz Word Counter 是什么?

Count words, characters, sentences, paragraphs, and reading time for any text using AceToolz. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 107 次。

如何安装 AceToolz Word Counter?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install acetoolz-word-counter」即可一键安装,无需额外配置。

AceToolz Word Counter 是免费的吗?

是的,AceToolz Word Counter 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

AceToolz Word Counter 支持哪些平台?

AceToolz Word Counter 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 AceToolz Word Counter?

由 AceToolz(@acetoolz)开发并维护,当前版本 v1.0.1。

💬 留言讨论