havelock-api
仓库创建 2026年2月16日最近提交 21 天前SkillHot 收录 20 天前
▸ 精选理由
快速给外向受众文本打口语化分,适合文案与可读性评估。
▸ 风险提示
调用第三方 demo 服务(hf.space),会向外部域名发送内容。
这个 Skill 做什么
调用 Havelock API 对文本进行口语化评分并返回解释性元数据(0-100)。
把文本丢给 Havelock API,可以按 0–100 的尺度给出“口语化”分数,并返回解释性元数据,帮你把写作用更接地气、亲切的口吻调整到外部受众能接受的程度。适合校准营销文案、邮件或社媒文风,需要把“太官方”变成“像人说话”时使用。
▸ 展开 SKILL.md 英文原文
This skill should be used when writing prose for an external audience and aiming for a warm, conversational, or human tone rather than stiff corporate language. Also use when the user explicitly asks to "analyze orality", "check orality score", "use Havelock", "use the Havelock API", or mentions "havelock.ai", "orality detection", or "oral vs literate". Havelock scores text on a literate-to-oral spectrum, useful for calibrating tone toward natural, approachable writing.
0
Stars
0
Forks
6
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/moiri-gamboni/roost/main/files/skills/havelock-api/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/moiri-gamboni/roost/main/files/skills/havelock-api/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Havelock Orality Detection API
Analyze text for orality using the [Havelock API](https://havelock.ai/api). Returns a score from 0 (highly literate) to 100 (highly oral), plus interpretive metadata. Free to use, no authentication required.
## Base URL
```
https://thestalwart-havelock-demo.hf.space
```
## Two-Step Request Pattern
The API uses Gradio's async pattern: submit text, receive an event ID, then poll for results.
### Step 1: Submit Text
```
POST /gradio_api/call/analyze
Content-Type: application/json
{"data": ["<text>", <include_sentences>]}
```
- `data[0]` (string, required): Text to analyze.
- `data[1]` (boolean, optional): Include per-sentence breakdown. Defaults to `falvia SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有