ink-wash-website

ink-wash-website is a skill for Codex from qybaihe/inkview. It costs 92 tokens per session (1,192 once invoked), scanned A, original, MIT.

A design skill for restyling websites, web apps, dashboards, landing pages, and prototypes with a modern Chinese ink-wash look while keeping their content and behavior.

In plain words
What is it for?
Redesigning interfaces with ink-wash visuals, matched icons, paper-like components, and other supplied design assets.
Why use it?
It provides a defined visual direction without changing the product’s structure, accessibility, or important interactions.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: mentions Codex.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is python scripts/build_icon_manifest.py.

Good fit Redesigning interfaces with ink-wash visuals, matched icons, paper-like components, and other supplied design assets.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/qybaihe/inkview
agentmods
npx agentmods add skills/qybaihe/inkview/ink-wash-website

Made for: Codex.

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 ink-wash-website

README.md
[![agentmods](https://agentmods.dev/badge/skills/qybaihe/inkview/ink-wash-website/github.svg)](https://agentmods.dev/skills/qybaihe/inkview/ink-wash-website)
Your own site
<a href="https://agentmods.dev/skills/qybaihe/inkview/ink-wash-website"><img src="https://agentmods.dev/badge/skills/qybaihe/inkview/ink-wash-website/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 ink-wash-website

Your own site · 80×15
<a href="https://agentmods.dev/skills/qybaihe/inkview/ink-wash-website"><img src="https://agentmods.dev/badge/skills/qybaihe/inkview/ink-wash-website.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 92 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,192 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.00092 $0.01192
Opus 5 $0.00046 $0.00596
Sonnet 5 $0.00018 $0.00238
Haiku 4.5 $0.00009 $0.00119

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

Security

Grade A, and why

ink-wash-website 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 12d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (assets/ink-common-components/scripts/build_preview.py, assets/ink-common-components/scripts/slice_sheet.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/ink-wash-website/SKILL.md · 104 lines

How it starts

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

Ink Wash Website

Use this skill to restyle a website into a refined modern Chinese ink-wash experience while preserving its product logic, information architecture, accessibility, and content priority.

Core Workflow

  1. Inspect the target website structure, framework, asset pipeline, and existing icon system.
  2. Read references/visual-system.md before making visual decisions.
  3. Read references/transformation-prompt.md when planning the redesign direction or writing implementation notes.
  4. Read references/icon-usage.md before selecting or copying bundled icons.
  5. Read references/component-usage.md before using bundled component PNGs, especially on text-heavy UI.
  6. Choose semantically matched icons from assets/ink-common-icons/wiki/icon-wiki.tsv or use scripts/select_icons.py.
  7. Choose text-safe component shells from assets/ink-text-safe-components/wiki/component-wiki.tsv or use scripts/select_components.py when live text, tables, forms, buttons, or labels are involved.
  8. Copy only the icons and components needed by the target website into its normal static asset folder with scripts/copy_icons.py and scripts/copy_components.py.
  9. Implement the visual system in the site's existing styling stack. Prefer CSS variables, design tokens, and reusable components over page-local one-off styles.
  10. Verify responsive layout, text contrast, asset loading paths, and that the result does not become theme-park antique, fantasy-game, or low-readability decoration.

Bundled Icon Library

The skill includes assets/ink-common-icons/, a 176-icon transparent PNG library with a Wiki lookup table and preview:

  • assets/ink-common-icons/icons/: transparent 512px PNG icons.
  • assets/ink-common-icons/wiki/icon-wiki.tsv: source-of-truth icon metadata.
  • assets/ink-common-icons/wiki/icon-manifest.json: generated JSON manifest when available.
  • assets/ink-common-icons/wiki/icon-library-preview.png: full visual preview.

Use icons as UI-supporting assets: feature cards, empty states, section headers, tool buttons, onboarding steps, help panels, and soft decorative accents. Do not replace every icon mechanically; preserve functional clarity.

Read the full file on GitHub · 104 lines

Files

What ships with it

60 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 12d ago First seen · 104 lines · 92 tokens per session scan A c8a72ebbe5cf

Subscribe to this mod's changes

ink-wash-website is a skill published in the GitHub repository qybaihe/inkview (6 stars, last pushed 4mo ago), licensed MIT. It adds 92 tokens to every session and 1,192 once invoked, about $0.0005 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

chakra-ui-builder

Build responsive, accessible UI components and layouts using Chakra UI v3, install or configure Chakra UI in new and existing projects, and design scalable themes using tokens, semantic tokens, recipes, and slot recipes. Use this skill whenever a user asks to build, create, or generate any UI component, page, form…

chakra-ui/chakra-ui · 214 tokens

visual-ralph

Visual Ralph orchestration for frontend UI from generated references, static references, or live URL targets, using $ultragoal with built-in visual verdict and pixel-diff evidence until the implementation matches and leaves a reproducible design system.

Yeachan-Heo/oh-my-codex · 52 tokens

frontend-ui-dark-ts

Build dark-themed React applications using Tailwind CSS with custom theming, glassmorphism effects, and Framer Motion animations. Use when creating dashboards, admin panels, or data-rich interfaces with a refined dark aesthetic.

microsoft/skills · 48 tokens

reveal-hover-effect

Build cursor-following spotlight reveals that expose a second aligned image through a soft radial mask. Use for hover-to-color, before-and-after, x-ray, material, texture, product-detail, and illustrated hero effects where a desaturated or embossed base image should remain visible while another treatment follows an…

MengTo/Skills · 66 tokens

frontend-visual-qa

Audits already-rendered web, landing-page, HTML deck/slide, browser tool/game, dashboard/admin, design-system, and desktop UIs using real-browser or native-app journeys, inspected screenshots, DOM geometry, responsive or projection viewports, and a bundled Playwright sweep. Use after UI implementation to find…

daymade/claude-code-skills · 145 tokens

prototype-web

A clickable, high-fidelity web product prototype with navigation, a hero section, feature cards, steps, social proof, and optional pricing. It is designed to resemble a finished landing page while remaining a prototype.

nexu-io/html-anything · 24 tokens