AI 文本统计

無料オンライン AI テキスト統計ツール。文字数・単語数・行数・段落数・読みやすさスコアを一括算出し、文章のリズムや複雑度を視覚化します。提供:clawam.com。

使い方

機能

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

利用シーン

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

Agent API 使用方法

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 中实现