/ Каталог / Песочница / HTML Anything
● Сообщество clockless-org ⚡ Сразу

HTML Anything

автор clockless-org · clockless-org/html-anything

Convert any file (logs, PDFs, transcripts, code) into a beautiful, shareable HTML page.

Drop a file — log dump, PDF, WhatsApp chat export, code, transcript — and get back a self-contained, polished HTML page across 16 design themes. Great for sharing intermediate work without paying for Notion-style hosting.

Зачем использовать

Ключевые функции

Живое демо

Как выглядит на практике

html-anything-skill.replay ▶ готово
0/0

Установка

Выберите клиент

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "html-anything-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/clockless-org/html-anything",
        "~/.claude/skills/html-anything"
      ],
      "_inferred": true
    }
  }
}

Откройте Claude Desktop → Settings → Developer → Edit Config. Перезапустите после сохранения.

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "html-anything-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/clockless-org/html-anything",
        "~/.claude/skills/html-anything"
      ],
      "_inferred": true
    }
  }
}

Cursor использует ту же схему mcpServers, что и Claude Desktop. Конфиг проекта приоритетнее глобального.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "html-anything-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/clockless-org/html-anything",
        "~/.claude/skills/html-anything"
      ],
      "_inferred": true
    }
  }
}

Щёлкните значок MCP Servers на боковой панели Cline, затем "Edit Configuration".

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "html-anything-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/clockless-org/html-anything",
        "~/.claude/skills/html-anything"
      ],
      "_inferred": true
    }
  }
}

Тот же формат, что и Claude Desktop. Перезапустите Windsurf для применения.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "html-anything-skill",
      "command": "git",
      "args": [
        "clone",
        "https://github.com/clockless-org/html-anything",
        "~/.claude/skills/html-anything"
      ]
    }
  ]
}

Continue использует массив объектов серверов, а не map.

~/.config/zed/settings.json
{
  "context_servers": {
    "html-anything-skill": {
      "command": {
        "path": "git",
        "args": [
          "clone",
          "https://github.com/clockless-org/html-anything",
          "~/.claude/skills/html-anything"
        ]
      }
    }
  }
}

Добавьте в context_servers. Zed перезагружается автоматически.

claude mcp add html-anything-skill -- git clone https://github.com/clockless-org/html-anything ~/.claude/skills/html-anything

Однострочная команда. Проверить: claude mcp list. Удалить: claude mcp remove.

Сценарии использования

Реальные сценарии: HTML Anything

Turn an incident log into a shareable HTML report

👤 On-call engineers writing postmortems ⏱ ~15 min intermediate

Когда использовать: You have raw logs + a timeline draft and want a shareable artifact, not a wall of text.

Предварительные требования
  • Server/skill installed and authenticated — See repo README
Поток
  1. Bundle
    Use html-anything to turn /incidents/2026-05-21/*.log + timeline.md into a single HTML report. Use the 'serious' theme.✓ Скопировано
    → One incident.html
  2. Share
    Email the file path to me.✓ Скопировано
    → Self-contained HTML, no broken images when forwarded

Итог: A polished postmortem artifact in one shot.

Подводные камни
  • Some 'magazine' themes embed large fonts that bloat the file. Use 'minimal' for email attachments. — Some 'magazine' themes embed large fonts that bloat the file. Use 'minimal' for email attachments.

Стоимость и лимиты

Во что обходится

Квота API
See provider docs for rate limits
Токенов на вызов
Varies by tool
Деньги
See repo README for pricing details
Совет
Cache tool results and avoid repeated identical calls.

Безопасность

Права, секреты, радиус поражения

Хранение учётных данных: Use environment variables; never commit secrets
Исходящий трафик: Tool calls go to the provider's API as documented

Устранение неполадок

Частые ошибки и исправления

HTML too large

Switch theme to 'minimal' (no embedded fonts). Inline images become base64 — strip them for size.

Проверить: ls -lh report.html
code blocks don't highlight

Some themes default to no-highlight. Pass --code-highlight on.

Проверить: Inspect HTML for highlight classes

Альтернативы

HTML Anything в сравнении

АльтернативаКогда использоватьКомпромисс
zarazhangrui/frontend-slidesYou want slide decksSlides only

Ещё

Ресурсы

📖 Читать официальный README на GitHub

🐙 Открытые задачи

🔍 Все 400+ MCP-серверов и Skills