← Back to Skills Marketplace
honeybee1130

Font Interceptor

by honeybee1130 · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
451
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install font-interceptor
Description
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...
README (SKILL.md)

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: "\x3Cinput-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: \x3Ctarget-url>
  3. Hit enter
  4. Download the fonts shown

Output Format

Report results as:

Fonts found on \x3Curl>:
- 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.

Usage Guidance
This skill will open a third-party website (fontinterceptor.mschfmag.com) and submit the URL you provide. Before installing or using it: (1) consider privacy — the target URL and any page contents may be transmitted to that external site (avoid submitting private/internal URLs or pages behind auth); (2) the instructions reference using a browser profile named "openclaw" and taking snapshots — confirm what that profile contains and whether snapshots or DOM data are stored or shared; (3) if you are worried about leaking cookies/credentials or other browsing data, run the workflow manually in an isolated/ephemeral browser profile or use the fallback manual instructions; (4) verify the third-party site's privacy policy and trustworthiness before sending data. If the publisher can clarify what the "openclaw" profile is and how snapshots are handled (ephemeral, local-only, not uploaded), that would reduce the risk and could raise confidence.
Capability Analysis
Type: OpenClaw Skill Name: font-interceptor Version: 1.0.0 The skill bundle is designed to extract fonts from a given URL using the third-party service `https://fontinterceptor.mschfmag.com/`. The `SKILL.md` instructions for the AI agent are clear, directly align with the stated purpose, and do not contain any directives for malicious actions such as data exfiltration, unauthorized execution, persistence, or prompt injection against the agent. The browser automation steps are limited to navigating to the specified legitimate service and interacting with its web elements to achieve the stated goal.
Capability Assessment
Purpose & Capability
Name/description (extract fonts from websites) align with the SKILL.md: it directs the agent to use the MSCHF Font Interceptor to input a URL and report found fonts and download links. Using a web tool for this task is coherent.
Instruction Scope
SKILL.md instructs the agent to use a browser tool with profile:"openclaw", take snapshots, locate input fields, and submit the target URL to a third-party site. Taking snapshots and using a named profile may capture or reuse cookies, stored credentials, open tabs, or other sensitive data. The skill does not declare or justify use of that profile or describe how snapshots are stored/handled, which is scope creep beyond simple URL submission.
Install Mechanism
Instruction-only skill with no install steps or external downloads; nothing is written to disk by the skill itself. This is low install risk.
Credentials
The skill requests no environment variables or credentials, which is appropriate, but it references a specific browser profile (openclaw) that may grant access to stored cookies/credentials or local browser state. It also sends the target URL (and possibly resulting page content) to a third-party service (fontinterceptor.mschfmag.com), which could leak information about the target site (including private or internal URLs). These privacy/credential-exposure risks are not acknowledged in the skill metadata or instructions.
Persistence & Privilege
The skill does not request always:true, does not modify other skills, and has no install-time persistence. Autonomous invocation is allowed (platform default) but not by itself a red flag here.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install font-interceptor
  3. After installation, invoke the skill by name or use /font-interceptor
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug font-interceptor
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 451 downloads so far.

How do I install Font Interceptor?

Run "/install font-interceptor" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Font Interceptor free?

Yes, Font Interceptor is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Font Interceptor support?

Font Interceptor is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Font Interceptor?

It is built and maintained by honeybee1130 (@honeybee1130); the current version is v1.0.0.

💬 Comments