← 返回
效率工具 中文

Font Interceptor

Extract fonts (TTF/OTF) from any website using MSCHF Font Interceptor. Use when user drops a URL and wants to identify/extract/download fonts from that websi...
使用 MSCHF Font Interceptor 从任意网站提取 TTF/OTF 字体。适用于用户输入 URL 并希望识别、提取或下载该网站字体的场景。
honeybee1130
效率工具 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 745
下载
💾 7
安装
1
版本
#latest

概述

Font Interceptor

Extract fonts from any website using https://fontinterceptor.mschfmag.com/

Workflow

When user provides a URL to extract fonts from:

  1. Open browser to https://fontinterceptor.mschfmag.com/
  2. Enter the target URL in the search/input field
  3. Submit and wait for results
  4. Report found fonts (names + download links for TTF/OTF files)

Browser Automation

// Using browser tool with openclaw profile
// 1. Navigate to font interceptor
browser({ action: "open", targetUrl: "https://fontinterceptor.mschfmag.com/", profile: "openclaw" })

// 2. Take snapshot to find input field
browser({ action: "snapshot", profile: "openclaw" })

// 3. Type URL into input and submit
browser({ action: "act", request: { kind: "type", ref: "<input-ref>", text: "https://target-site.com", submit: true } })

// 4. Wait for results, take snapshot
browser({ action: "snapshot", profile: "openclaw" })

// 5. Report fonts found, including download links

Fallback (No Browser)

If browser unavailable, instruct user:

  1. Go to https://fontinterceptor.mschfmag.com/
  2. Paste URL:
  3. Hit enter
  4. Download the fonts shown

Output Format

Report results as:

Fonts found on <url>:
- FontName.ttf [download link]
- FontName.otf [download link]

If no fonts found, report that the site may use system fonts or web-safe fonts only.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-29 20:41 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

productivity

Word / DOCX

ivangdavila
创建、检查和编辑 Microsoft Word 文档及 DOCX 文件,支持样式、编号、修订记录、表格、分节符及兼容性检查等功能。
★ 438 📥 147,453
productivity

Weather

steipete
获取当前天气和预报(无需API密钥)
★ 445 📥 226,223
content-creation

Seedance

honeybee1130
遵循 Seedance 2.0 的主体-动作-相机-风格-音频-约束格式,生成可直接用于制作的 AI 电影级视频提示词
★ 4 📥 2,370