glyphs-web-search

glyphs-web-search is a skill for Claude Code from yintzuyuan/glyphs-reference. It costs 58 tokens per session (1,221 once invoked), scanned A, original, MIT.

A search tool for official Glyphs resources, including the Glyphs forum, tutorials, handbook, custom-parameter reference, and release news. Glyphs is a font-design application.

In plain words
What is it for?
Use it to find Glyphs documentation, tutorials, forum discussions, release notes, handbook entries, and details about custom parameters.
Why use it?
It avoids manually searching several Glyphs websites and can return relevant page content in smaller sections when needed.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the glyphs-reference plugin — 10 skills, 1 agent shipped together

Good fit Use it to find Glyphs documentation, tutorials, forum discussions, release notes, handbook entries, and details about custom parameters.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/yintzuyuan/glyphs-reference/glyphs-web-search
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add yintzuyuan/glyphs-reference --skill glyphs-web-search
Clone the repo
git clone --depth 1 https://github.com/yintzuyuan/glyphs-reference

Made for: Claude Code.

Or install glyphs-reference, the plugin that ships this one along with the rest of its 10 skills, 1 agent.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for glyphs-web-search

README.md
[![agentmods](https://agentmods.dev/badge/skills/yintzuyuan/glyphs-reference/glyphs-web-search/github.svg)](https://agentmods.dev/skills/yintzuyuan/glyphs-reference/glyphs-web-search)
Your own site
<a href="https://agentmods.dev/skills/yintzuyuan/glyphs-reference/glyphs-web-search"><img src="https://agentmods.dev/badge/skills/yintzuyuan/glyphs-reference/glyphs-web-search/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for glyphs-web-search

Your own site · 80×15
<a href="https://agentmods.dev/skills/yintzuyuan/glyphs-reference/glyphs-web-search"><img src="https://agentmods.dev/badge/skills/yintzuyuan/glyphs-reference/glyphs-web-search.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 58 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,221 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00058 $0.01221
Opus 5 $0.00029 $0.00611
Sonnet 5 $0.00012 $0.00244
Haiku 4.5 $0.00006 $0.00122

Measured 11d ago against content hash 06384258848d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

glyphs-web-search scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

The scan reads SKILL.md. This mod also ships 13 executable files (scripts/_http_utils.py, scripts/fetch_content.py, scripts/fetch_custom_parameter.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/glyphs-web-search/SKILL.md · 171 lines

How it starts

The opening of the file, as written. The whole thing — 171 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Search Glyphs official resources with progressive content loading.

Scripts

Run all scripts from this skill's base directory. Prepend the base directory path to scripts/ when executing.

Script Purpose Output
search_forum.py Forum discussions Title + URL + replies
search_tutorials.py Official tutorials Title + URL
search_news.py Release news Title + URL
search_handbook_toc.py Handbook chapters Title + URL (460 sections)
search_handbook_fulltext.py Handbook content Title + URL + context
search_all.py All sources Combined (concurrent)
fetch_content.py Page content Text chunks + pagination
search_custom_parameters.py Custom Parameters index 182 parameters searchable
fetch_custom_parameter.py Parameter details Full description by name

Usage

Quick Search (All Sources)

python scripts/search_all.py "variable font"

Individual Search

python scripts/search_forum.py "kerning"
python scripts/search_tutorials.py "opentype"
python scripts/search_news.py "released"

Handbook Search

# Browse chapter structure (titles/paths)
python scripts/search_handbook_toc.py "kerning"

# Search page content (fulltext)
python scripts/search_handbook_fulltext.py "add component"

When to use which:

Use Case Script
Find a chapter by name search_handbook_toc.py
Find how to do something search_handbook_fulltext.py
Browse handbook structure search_handbook_toc.py
Find specific instructions search_handbook_fulltext.py

Custom Parameters (Special Handling)

The Custom Parameters page (105K chars, 182 parameters) requires special handling to avoid context overflow.

# List all parameters (names only)
python scripts/search_custom_parameters.py

# Search by keyword
python scripts/search_custom_parameters.py "blue"

# Search with descriptions (truncated)
python scripts/search_custom_parameters.py "hinting" --detail

# Get full details for specific parameter
python scripts/fetch_custom_parameter.py "blueScale"

# Fuzzy match multiple parameters
python scripts/fetch_custom_parameter.py "Color" --fuzzy

Read the full file on GitHub · 171 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 171 lines · 58 tokens per session scan A 06384258848d

Subscribe to this mod's changes

glyphs-web-search is a skill published in the GitHub repository yintzuyuan/glyphs-reference (6 stars, last pushed 2mo ago), licensed MIT. It adds 58 tokens to every session and 1,221 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

muapi-seedance-2

Expert Cinema Director skill for Seedance 2.0 (ByteDance) — high-fidelity video generation across Chinese, Global, and VIP tiers. Supports text-to-video, image-to-video, first-last-frame, omni reference, character training, omni-reference training, video editing, and watermark removal.

SamurAIGPT/Generative-Media-Skills · 67 tokens

muapi-workflow

Build, run, and visualize multi-step AI generation workflows. The AI architect translates natural language descriptions into connected node graphs — chain image generation, video creation, enhancement, and editing into automated pipelines.

SamurAIGPT/Generative-Media-Skills · 44 tokens

muapi-media-editing

Edit and enhance images and videos with AI via muapi.ai — prompt-based editing, upscaling, background removal, face swap, lipsync, video effects, and more.

SamurAIGPT/Generative-Media-Skills · 41 tokens

muapi-media-generation

Generate AI images, videos, music, and audio from the terminal via muapi.ai — supports 100+ models including Flux, Midjourney v7, Kling 3.0, Veo3, and Suno V5.

SamurAIGPT/Generative-Media-Skills · 52 tokens

wechat-article-writer

A Chinese-language content-creation workflow for public-account and social-media writing. It supports article drafting, cover images, illustrations, process diagrams, style analysis, and adapting writing to selected styles.

xstongxue/best-skills · 105 tokens

gemini-watermark-remover

Remove visible Gemini image watermarks from local image files by calling the project's CLI. Use when the user wants an agent to clean one or more local Gemini-generated images and save de-watermarked output files.

GargantuaX/gemini-watermark-remover · 47 tokens