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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/honeybee1130/font-interceptorFont Interceptor
Extract fonts from any website using https://fontinterceptor.mschfmag.com/
Workflow
When user provides a URL to extract fonts from:
- Open browser to
https://fontinterceptor.mschfmag.com/ - Enter the target URL in the search/input field
- Submit and wait for results
- 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:
- Go to https://fontinterceptor.mschfmag.com/
- Paste URL:
<target-url> - Hit enter
- 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
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-honeybee1130-font-interceptor": {
"enabled": true,
"auto_update": true
}
}
}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/.
Seedance
Skill by honeybee1130
Clickbait Engine
Skill by honeybee1130
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.
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.