ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

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 website, or asks "what font is this site using" or similar font extraction requests.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/honeybee1130/font-interceptor
Or

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: <target-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.

Metadata

Stars2387
Views1
Updated2026-03-09
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-honeybee1130-font-interceptor": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.

Related Skills

janitor

Maintenance and cleanup agent. Keeps the workspace healthy — memory consolidation, doc drift fixes, stale data cleanup, and repo organization. Use when: (1) memory files need consolidation (daily notes → MEMORY.md), (2) research files have stale leads or outdated info, (3) workspace needs organization — orphaned files, messy dirs, (4) docs are out of sync with reality (HEARTBEAT.md, TOOLS.md, agent configs), (5) scheduled maintenance runs (weekly deep clean). NOT for: creating content (use scribe), researching (use scout), reviewing quality (use checker), generating images (use pixel). Janitor MAINTAINS, doesn't create or review. Don't use for urgent tasks — Janitor handles background hygiene. Outputs: maintenance logs saved to artifacts/janitor/.

honeybee1130 2387

Seedance

Skill by honeybee1130

honeybee1130 2387

Clickbait Engine

Skill by honeybee1130

honeybee1130 2387

mml

Build 3D scenes and interactive experiences using MML (Metaverse Markup Language) for the Otherside metaverse and other MML-compatible environments. Use when creating 3D objects, worlds, interactive elements, animations, models, characters, audio/video, labels, collision-based interactions, position tracking, chat integration, or any MML document. Triggers on: MML, metaverse markup, 3D scene building, Otherside world building, m-cube, m-model, m-character, m-group, m-frame, m-attr-anim.

honeybee1130 2387

youtube-downloader

Download YouTube videos as MP4 at highest quality. Use when user sends a YouTube URL and wants to download/save it. Triggers on YouTube links (youtube.com, youtu.be) with download intent. Stores videos as assets with labels and registers them for the dashboard.

honeybee1130 2387