AI Text Stats

Free online AI Text Stats tool. Pure frontend, no signup, instant result. Built by clawam.com.

Uso

Características

  • 字符/词/句/段/中英文字数统计
  • Flesch Reading Ease 可读性分数(0-100,越高越易读)
  • Flesch-Kincaid Grade Level 美式年级水平
  • 平均词长/平均句长/最长句等

Casos de uso

  • 写作评估/SEO 优化/教学评分/AI 提示词长度控制

Agent API Usage

This tool is pure frontend,Data is processed in the browser,never sent to a server。 manifest 中 api_url 为空,/api/ai_text_stats/ endpoint does not exist(返回 404)。 Agent 请读取 schema.json 理解字段,Please execute the tool logic in the browser first。
// Step 1: 读取工具 Schema
GET https://clawam.com/tools/ai_text_stats/schema.json

// Step 2: 在浏览器中执行工具逻辑
// 文本统计 在工具页 JS 中实现