{
  "site": "https://zapboxapp.com",
  "name": "Zapbox",
  "version": 1,
  "generatedAt": "2026-07-25T05:30:13.903Z",
  "docs": "https://zapboxapp.com/agent",
  "llmsTxt": "https://zapboxapp.com/llms.txt",
  "mcp": {
    "endpoint": "https://api.zapboxapp.com/mcp",
    "transport": "streamable-http",
    "auth": "none",
    "install": "claude mcp add zapbox --transport http https://api.zapboxapp.com/mcp",
    "tools": [
      {
        "name": "server_time",
        "summary": "Server clock in epoch ms (TOTP calibration source).",
        "writes": false
      },
      {
        "name": "fx_rates",
        "summary": "USD-based rate table across 160+ currencies (cached daily).",
        "writes": false
      },
      {
        "name": "fx_convert",
        "summary": "Convert an amount between any two currencies.",
        "writes": false
      },
      {
        "name": "seo_audit",
        "summary": "Basic SEO audit of a public URL.",
        "writes": false
      },
      {
        "name": "note_create",
        "summary": "Create a cloud note; returns a shareable /n/<code> link.",
        "writes": true
      },
      {
        "name": "note_read",
        "summary": "Read a cloud note by code (access password supported).",
        "writes": false
      },
      {
        "name": "note_write",
        "summary": "Overwrite a cloud note (same content the web page shows).",
        "writes": true
      },
      {
        "name": "transfer_status",
        "summary": "List files and expiry behind a transfer code.",
        "writes": false
      },
      {
        "name": "call_api",
        "summary": "Call a third-party API with a credential from your Agent Secrets vault (needs an Agent Token).",
        "writes": true
      }
    ]
  },
  "categories": [
    {
      "id": "convert",
      "name": {
        "zh": "转换",
        "en": "Convert"
      }
    },
    {
      "id": "dev",
      "name": {
        "zh": "开发",
        "en": "Dev"
      }
    },
    {
      "id": "text",
      "name": {
        "zh": "文本",
        "en": "Text"
      }
    },
    {
      "id": "image",
      "name": {
        "zh": "图片",
        "en": "Image"
      }
    },
    {
      "id": "ai",
      "name": {
        "zh": "AI",
        "en": "AI"
      }
    },
    {
      "id": "net",
      "name": {
        "zh": "网络",
        "en": "Net"
      }
    },
    {
      "id": "run",
      "name": {
        "zh": "运行",
        "en": "Run"
      }
    },
    {
      "id": "generate",
      "name": {
        "zh": "生成",
        "en": "Generate"
      }
    },
    {
      "id": "calc",
      "name": {
        "zh": "计算",
        "en": "Calc"
      }
    },
    {
      "id": "color",
      "name": {
        "zh": "颜色",
        "en": "Color"
      }
    },
    {
      "id": "remote",
      "name": {
        "zh": "远程",
        "en": "Remote"
      }
    },
    {
      "id": "media",
      "name": {
        "zh": "媒体",
        "en": "Media"
      }
    },
    {
      "id": "fun",
      "name": {
        "zh": "社交",
        "en": "Fun"
      }
    }
  ],
  "tools": [
    {
      "id": "cli-to-markdown",
      "name": {
        "zh": "CLI → Markdown",
        "en": "CLI → Markdown"
      },
      "desc": {
        "zh": "把命令行输出整理成干净的 Markdown。",
        "en": "Clean up terminal output into tidy Markdown."
      },
      "category": "convert",
      "url": "https://convertly-web-production.up.railway.app/#/cli-to-markdown",
      "kind": "external",
      "status": "live",
      "callable": {
        "web": true
      }
    },
    {
      "id": "chat-to-markdown",
      "name": {
        "zh": "Chat → Markdown",
        "en": "Chat → Markdown"
      },
      "desc": {
        "zh": "聊天记录转 Markdown，保留发言人与结构。",
        "en": "Chat logs to Markdown, speakers preserved."
      },
      "category": "convert",
      "url": "https://convertly-web-production.up.railway.app/#/chat-to-markdown",
      "kind": "external",
      "status": "live",
      "callable": {
        "web": true
      }
    },
    {
      "id": "ai-to-markdown",
      "name": {
        "zh": "AI → Markdown",
        "en": "AI → Markdown"
      },
      "desc": {
        "zh": "用 AI 把杂乱内容规整成 Markdown。",
        "en": "AI-tidy messy content into Markdown."
      },
      "category": "convert",
      "url": "https://convertly-web-production.up.railway.app/#/ai-to-markdown",
      "kind": "external",
      "status": "beta",
      "callable": {
        "web": true
      }
    },
    {
      "id": "pdf-to-markdown",
      "name": {
        "zh": "PDF → Markdown",
        "en": "PDF → Markdown"
      },
      "desc": {
        "zh": "PDF 抽取为 Markdown，保留标题与列表。",
        "en": "Extract PDF into structured Markdown."
      },
      "category": "convert",
      "url": "https://convertly-web-production.up.railway.app/#/pdf-to-markdown",
      "kind": "external",
      "status": "live",
      "callable": {
        "web": true
      }
    },
    {
      "id": "pdf-to-excel",
      "name": {
        "zh": "PDF → Excel",
        "en": "PDF → Excel"
      },
      "desc": {
        "zh": "把 PDF 里的表格抽成 Excel 表。",
        "en": "Pull tables out of a PDF into Excel."
      },
      "category": "convert",
      "url": "https://convertly-web-production.up.railway.app/#/pdf-to-excel",
      "kind": "external",
      "status": "live",
      "callable": {
        "web": true
      }
    },
    {
      "id": "docx-to-markdown",
      "name": {
        "zh": "Docx → Markdown",
        "en": "Docx → Markdown"
      },
      "desc": {
        "zh": "Word 文档转 Markdown，格式不丢。",
        "en": "Word docs to Markdown, formatting intact."
      },
      "category": "convert",
      "url": "https://convertly-web-production.up.railway.app/#/docx-to-markdown",
      "kind": "external",
      "status": "live",
      "callable": {
        "web": true
      }
    },
    {
      "id": "excel-to-pdf",
      "name": {
        "zh": "Excel → PDF",
        "en": "Excel → PDF"
      },
      "desc": {
        "zh": "表格排版成可打印的 PDF。",
        "en": "Lay spreadsheets out as printable PDF."
      },
      "category": "convert",
      "url": "https://convertly-web-production.up.railway.app/#/excel-to-pdf",
      "kind": "external",
      "status": "live",
      "callable": {
        "web": true
      }
    },
    {
      "id": "markdown-to-html",
      "name": {
        "zh": "Markdown → HTML",
        "en": "Markdown → HTML"
      },
      "desc": {
        "zh": "Markdown 渲染成可嵌入的 HTML。",
        "en": "Render Markdown into embeddable HTML."
      },
      "category": "convert",
      "url": "https://convertly-web-production.up.railway.app/#/markdown-to-html",
      "kind": "external",
      "status": "live",
      "callable": {
        "web": true
      }
    },
    {
      "id": "image-to-text",
      "name": {
        "zh": "图片 OCR",
        "en": "Image → Text"
      },
      "desc": {
        "zh": "从图片里 OCR 提取文字。",
        "en": "OCR text straight out of an image."
      },
      "category": "convert",
      "url": "https://convertly-web-production.up.railway.app/#/image-to-text",
      "kind": "external",
      "status": "live",
      "callable": {
        "web": true
      }
    },
    {
      "id": "twofa",
      "name": {
        "zh": "2FA 验证器",
        "en": "2FA Authenticator"
      },
      "desc": {
        "zh": "端到端加密保存 2FA secret，实时生成验证码。",
        "en": "End-to-end encrypted 2FA vault with live codes."
      },
      "category": "dev",
      "url": "https://zapboxapp.com/t/twofa",
      "kind": "internal",
      "status": "live",
      "callable": {
        "web": true,
        "api": [
          "GET /api/time"
        ],
        "mcp": [
          "server_time"
        ]
      }
    },
    {
      "id": "password-vault",
      "name": {
        "zh": "密码保险库",
        "en": "Password Vault"
      },
      "desc": {
        "zh": "零知识加密保存网站账号密码，改主密码不丢数据。",
        "en": "Zero-knowledge vault for site logins; survives password changes."
      },
      "category": "dev",
      "url": "https://zapboxapp.com/t/password-vault",
      "kind": "internal",
      "status": "live",
      "callable": {
        "web": true
      }
    },
    {
      "id": "data-format-convert",
      "name": {
        "zh": "数据格式互转",
        "en": "Data Format"
      },
      "desc": {
        "zh": "JSON / YAML / TOML / CSV 互相转换。",
        "en": "Convert between JSON, YAML, TOML, CSV."
      },
      "category": "dev",
      "url": "https://zapboxapp.com/t/data-format-convert",
      "kind": "internal",
      "status": "live",
      "callable": {
        "web": true
      }
    },
    {
      "id": "base64",
      "name": {
        "zh": "Base64 编解码",
        "en": "Base64"
      },
      "desc": {
        "zh": "文本与文件的 Base64 编解码。",
        "en": "Encode / decode text & files in Base64."
      },
      "category": "dev",
      "url": "https://zapboxapp.com/t/base64",
      "kind": "internal",
      "status": "live",
      "callable": {
        "web": true
      }
    },
    {
      "id": "url-encode",
      "name": {
        "zh": "URL 编解码",
        "en": "URL Encode"
      },
      "desc": {
        "zh": "URL component 编码与解码。",
        "en": "Encode / decode URL components."
      },
      "category": "dev",
      "url": "https://zapboxapp.com/t/url-encode",
      "kind": "internal",
      "status": "live",
      "callable": {
        "web": true
      }
    },
    {
      "id": "jwt-decode",
      "name": {
        "zh": "JWT 解码",
        "en": "JWT Decode"
      },
      "desc": {
        "zh": "解析并校验 JWT 的 header 与 payload。",
        "en": "Inspect JWT header & payload."
      },
      "category": "dev",
      "url": "https://zapboxapp.com/t/jwt-decode",
      "kind": "internal",
      "status": "live",
      "callable": {
        "web": true
      }
    },
    {
      "id": "regex-tester",
      "name": {
        "zh": "正则测试",
        "en": "Regex Tester"
      },
      "desc": {
        "zh": "实时高亮匹配，调试正则表达式。",
        "en": "Live-highlight matches, debug regex."
      },
      "category": "dev",
      "url": "https://zapboxapp.com/t/regex-tester",
      "kind": "internal",
      "status": "live",
      "callable": {
        "web": true
      }
    },
    {
      "id": "timestamp",
      "name": {
        "zh": "时间戳转换",
        "en": "Timestamp"
      },
      "desc": {
        "zh": "Unix 时间戳与日期互转。",
        "en": "Convert Unix timestamps and dates."
      },
      "category": "dev",
      "url": "https://zapboxapp.com/t/timestamp",
      "kind": "internal",
      "status": "live",
      "callable": {
        "web": true
      }
    },
    {
      "id": "hash",
      "name": {
        "zh": "Hash 生成",
        "en": "Hash"
      },
      "desc": {
        "zh": "生成 MD5 / SHA-1 / SHA-256。",
        "en": "Generate MD5 / SHA-1 / SHA-256."
      },
      "category": "dev",
      "url": "https://zapboxapp.com/t/hash",
      "kind": "internal",
      "status": "live",
      "callable": {
        "web": true
      }
    },
    {
      "id": "cron",
      "name": {
        "zh": "Cron 表达式解析",
        "en": "Cron Parser"
      },
      "desc": {
        "zh": "解读 cron 表达式并预测接下来的运行时间。",
        "en": "Explain a cron expression and preview next run times."
      },
      "category": "dev",
      "url": "https://zapboxapp.com/t/cron",
      "kind": "internal",
      "status": "live",
      "callable": {
        "web": true
      }
    },
    {
      "id": "json-format",
      "name": {
        "zh": "JSON 格式化",
        "en": "JSON Formatter"
      },
      "desc": {
        "zh": "JSON 美化、压缩、校验与键排序。",
        "en": "Pretty-print, minify, validate & sort-key JSON."
      },
      "category": "dev",
      "url": "https://zapboxapp.com/t/json-format",
      "kind": "internal",
      "status": "live",
      "callable": {
        "web": true
      }
    },
    {
      "id": "url-parser",
      "name": {
        "zh": "URL 解析",
        "en": "URL Parser"
      },
      "desc": {
        "zh": "拆解 URL 各部分与查询参数，可编辑重建。",
        "en": "Break a URL into parts & query params, edit and rebuild."
      },
      "category": "dev",
      "url": "https://zapboxapp.com/t/url-parser",
      "kind": "internal",
      "status": "live",
      "callable": {
        "web": true
      }
    },
    {
      "id": "html-entities",
      "name": {
        "zh": "HTML 实体编解码",
        "en": "HTML Entities"
      },
      "desc": {
        "zh": "HTML 实体编码与解码（命名 + 数字）。",
        "en": "Encode & decode HTML entities (named + numeric)."
      },
      "category": "dev",
      "url": "https://zapboxapp.com/t/html-entities",
      "kind": "internal",
      "status": "live",
      "callable": {
        "web": true
      }
    },
    {
      "id": "css-units",
      "name": {
        "zh": "CSS 单位转换",
        "en": "CSS Units"
      },
      "desc": {
        "zh": "px / rem / em 互转，可设根字号。",
        "en": "Convert px / rem / em with a custom root size."
      },
      "category": "dev",
      "url": "https://zapboxapp.com/t/css-units",
      "kind": "internal",
      "status": "live",
      "callable": {
        "web": true
      }
    },
    {
      "id": "word-count",
      "name": {
        "zh": "字数统计",
        "en": "Word Count"
      },
      "desc": {
        "zh": "字符、单词、行数与阅读时长。",
        "en": "Characters, words, lines, reading time."
      },
      "category": "text",
      "url": "https://zapboxapp.com/t/word-count",
      "kind": "internal",
      "status": "live",
      "callable": {
        "web": true
      }
    },
    {
      "id": "text-diff",
      "name": {
        "zh": "文本对比",
        "en": "Text Diff"
      },
      "desc": {
        "zh": "逐行对比两段文本的差异。",
        "en": "Line-by-line diff of two texts."
      },
      "category": "text",
      "url": "https://zapboxapp.com/t/text-diff",
      "kind": "internal",
      "status": "live",
      "callable": {
        "web": true
      }
    },
    {
      "id": "text-transform",
      "name": {
        "zh": "大小写·去重·排序",
        "en": "Transform"
      },
      "desc": {
        "zh": "大小写转换、去重、排序一条龙。",
        "en": "Case, dedupe & sort in one place."
      },
      "category": "text",
      "url": "https://zapboxapp.com/t/text-transform",
      "kind": "internal",
      "status": "live",
      "callable": {
        "web": true
      }
    },
    {
      "id": "notes",
      "name": {
        "zh": "云便签",
        "en": "Cloud Notes"
      },
      "desc": {
        "zh": "短链即便签：/n/<码> 打开就能写，自动保存，发链接就是共享；可加访问密码，闲置自动销毁。",
        "en": "A short link IS a note: open /n/<code>, type, it auto-saves — share the link to share the note. Optional password; idle notes self-destruct."
      },
      "category": "text",
      "url": "https://zapboxapp.com/t/notes",
      "kind": "internal",
      "status": "live",
      "callable": {
        "web": true,
        "api": [
          "POST /api/notes",
          "GET /api/notes/{code}",
          "PUT /api/notes/{code}"
        ],
        "mcp": [
          "note_create",
          "note_read",
          "note_write"
        ]
      }
    },
    {
      "id": "markdown-preview",
      "name": {
        "zh": "Markdown 预览",
        "en": "Markdown Preview"
      },
      "desc": {
        "zh": "实时渲染 Markdown 并导出 HTML。",
        "en": "Live-render Markdown and export the HTML."
      },
      "category": "text",
      "url": "https://zapboxapp.com/t/markdown-preview",
      "kind": "internal",
      "status": "live",
      "callable": {
        "web": true
      }
    },
    {
      "id": "slugify",
      "name": {
        "zh": "URL Slug 生成",
        "en": "Slugify"
      },
      "desc": {
        "zh": "把标题转成干净的 URL slug。",
        "en": "Turn a title into a clean URL slug."
      },
      "category": "text",
      "url": "https://zapboxapp.com/t/slugify",
      "kind": "internal",
      "status": "live",
      "callable": {
        "web": true
      }
    },
    {
      "id": "qr-decode",
      "name": {
        "zh": "二维码解码",
        "en": "QR Decode"
      },
      "desc": {
        "zh": "上传/拖拽/粘贴截图或摄像头扫码，本地解出二维码内容；识别 URL、WiFi 密码、2FA 密钥并给出一键动作。",
        "en": "Upload, drag, paste a screenshot or scan with the camera — QR codes decoded locally; URLs, WiFi passwords and 2FA secrets get one-click actions."
      },
      "category": "image",
      "url": "https://zapboxapp.com/t/qr-decode",
      "kind": "internal",
      "status": "live",
      "callable": {
        "web": true
      }
    },
    {
      "id": "image-compress",
      "name": {
        "zh": "图片压缩",
        "en": "Compress"
      },
      "desc": {
        "zh": "本地无损/有损压缩，不上传。",
        "en": "Local lossy / lossless compression."
      },
      "category": "image",
      "url": "https://zapboxapp.com/t/image-compress",
      "kind": "internal",
      "status": "live",
      "callable": {
        "web": true
      }
    },
    {
      "id": "image-format",
      "name": {
        "zh": "格式转换",
        "en": "Format"
      },
      "desc": {
        "zh": "PNG / JPG / WebP 互相转换。",
        "en": "Convert between PNG / JPG / WebP."
      },
      "category": "image",
      "url": "https://zapboxapp.com/t/image-format",
      "kind": "internal",
      "status": "live",
      "callable": {
        "web": true
      }
    },
    {
      "id": "image-resize",
      "name": {
        "zh": "尺寸调整",
        "en": "Resize"
      },
      "desc": {
        "zh": "按比例或像素调整图片尺寸。",
        "en": "Resize by ratio or exact pixels."
      },
      "category": "image",
      "url": "https://zapboxapp.com/t/image-resize",
      "kind": "internal",
      "status": "live",
      "callable": {
        "web": true
      }
    },
    {
      "id": "color-picker",
      "name": {
        "zh": "图片取色",
        "en": "Color Picker"
      },
      "desc": {
        "zh": "从图片中取色，输出多种色值。",
        "en": "Pick colors from an image."
      },
      "category": "image",
      "url": "https://zapboxapp.com/t/color-picker",
      "kind": "internal",
      "status": "live",
      "callable": {
        "web": true
      }
    },
    {
      "id": "translate",
      "name": {
        "zh": "AI 翻译",
        "en": "Translate"
      },
      "desc": {
        "zh": "上下文感知的多语种翻译。",
        "en": "Context-aware multilingual translation."
      },
      "category": "ai",
      "url": "https://zapboxapp.com/t/translate",
      "kind": "internal",
      "status": "beta",
      "callable": {
        "web": true
      }
    },
    {
      "id": "summarize",
      "name": {
        "zh": "AI 摘要",
        "en": "Summarize"
      },
      "desc": {
        "zh": "长文一键浓缩成要点。",
        "en": "Condense long text into key points."
      },
      "category": "ai",
      "url": "https://zapboxapp.com/t/summarize",
      "kind": "internal",
      "status": "beta",
      "callable": {
        "web": true
      }
    },
    {
      "id": "table-extract",
      "name": {
        "zh": "表格抽取",
        "en": "Table Extract"
      },
      "desc": {
        "zh": "从非结构内容里抽出表格。",
        "en": "Extract tables from unstructured content."
      },
      "category": "ai",
      "url": "https://zapboxapp.com/t/table-extract",
      "kind": "internal",
      "status": "beta",
      "callable": {
        "web": true
      }
    },
    {
      "id": "ai-write",
      "name": {
        "zh": "AI 写作",
        "en": "AI Writer"
      },
      "desc": {
        "zh": "把主题或提纲扩写成成稿，可选语气。",
        "en": "Expand a topic or outline into a full piece."
      },
      "category": "ai",
      "url": "https://zapboxapp.com/t/ai-write",
      "kind": "internal",
      "status": "beta",
      "callable": {
        "web": true
      }
    },
    {
      "id": "ai-polish",
      "name": {
        "zh": "润色",
        "en": "Polish"
      },
      "desc": {
        "zh": "让文字更正式、更口语或更简洁。",
        "en": "Make text more formal, casual or concise."
      },
      "category": "ai",
      "url": "https://zapboxapp.com/t/ai-polish",
      "kind": "internal",
      "status": "beta",
      "callable": {
        "web": true
      }
    },
    {
      "id": "ai-rewrite",
      "name": {
        "zh": "改写",
        "en": "Rewrite"
      },
      "desc": {
        "zh": "保留原意改写降重，换一种说法。",
        "en": "Paraphrase and rewrite while keeping the meaning."
      },
      "category": "ai",
      "url": "https://zapboxapp.com/t/ai-rewrite",
      "kind": "internal",
      "status": "beta",
      "callable": {
        "web": true
      }
    },
    {
      "id": "ai-title",
      "name": {
        "zh": "起标题",
        "en": "Titles"
      },
      "desc": {
        "zh": "一键生成 5 个候选标题。",
        "en": "Generate 5 catchy candidate titles."
      },
      "category": "ai",
      "url": "https://zapboxapp.com/t/ai-title",
      "kind": "internal",
      "status": "beta",
      "callable": {
        "web": true
      }
    },
    {
      "id": "ai-grammar",
      "name": {
        "zh": "语法纠错",
        "en": "Grammar"
      },
      "desc": {
        "zh": "纠正语法拼写错误并附简要说明。",
        "en": "Fix grammar & spelling with brief notes."
      },
      "category": "ai",
      "url": "https://zapboxapp.com/t/ai-grammar",
      "kind": "internal",
      "status": "beta",
      "callable": {
        "web": true
      }
    },
    {
      "id": "ip-check",
      "name": {
        "zh": "IP 全方位检测",
        "en": "IP Check"
      },
      "desc": {
        "zh": "一次看清你的所有出口 IP：国内视角 / 国际视角 / Cloudflare 边缘节点 / 服务端视角并发对比，自动判读分流是否生效；再交叉五个归属库找出判定差异，并检测 WebRTC、时区、IPv6 泄露。",
        "en": "See every exit IP at once — mainland, international, Cloudflare edge and server-side viewpoints probed in parallel with an automatic split-routing verdict, cross-checked across five geo providers, plus WebRTC / timezone / IPv6 leak checks."
      },
      "category": "net",
      "url": "https://zapboxapp.com/t/ip-check",
      "kind": "internal",
      "status": "live",
      "callable": {
        "web": true
      }
    },
    {
      "id": "domain-check",
      "name": {
        "zh": "域名可用性",
        "en": "Domain Check"
      },
      "desc": {
        "zh": "查询域名是否可注册。",
        "en": "Check domain availability."
      },
      "category": "net",
      "url": "https://zapboxapp.com/t/domain-check",
      "kind": "internal",
      "status": "live",
      "callable": {
        "web": true
      }
    },
    {
      "id": "dns-ip",
      "name": {
        "zh": "DNS / IP 信息",
        "en": "DNS & IP"
      },
      "desc": {
        "zh": "查询 DNS 记录与 IP 归属信息。",
        "en": "Look up DNS records & IP info."
      },
      "category": "net",
      "url": "https://zapboxapp.com/t/dns-ip",
      "kind": "internal",
      "status": "live",
      "callable": {
        "web": true
      }
    },
    {
      "id": "ip-subnet",
      "name": {
        "zh": "子网计算",
        "en": "Subnet Calculator"
      },
      "desc": {
        "zh": "IPv4 CIDR 子网计算：网络、广播、掩码、主机数。",
        "en": "IPv4 CIDR subnet calc: network, broadcast, mask, hosts."
      },
      "category": "net",
      "url": "https://zapboxapp.com/t/ip-subnet",
      "kind": "internal",
      "status": "live",
      "callable": {
        "web": true
      }
    },
    {
      "id": "seo-audit",
      "name": {
        "zh": "SEO 审计",
        "en": "SEO Audit"
      },
      "desc": {
        "zh": "输入网址做 on-page SEO 体检，给出评分与逐项修复建议；深度扫描含 Lighthouse 与死链检测。",
        "en": "On-page SEO audit with per-check fixes; deep scan adds Lighthouse + broken-link detection."
      },
      "category": "net",
      "url": "https://zapboxapp.com/t/seo-audit",
      "kind": "internal",
      "status": "live",
      "callable": {
        "web": true,
        "api": [
          "GET /api/seo",
          "GET /api/seo/deep"
        ],
        "mcp": [
          "seo_audit"
        ]
      }
    },
    {
      "id": "run-code",
      "name": {
        "zh": "在线运行代码",
        "en": "Run Code"
      },
      "desc": {
        "zh": "在线运行 60+ 语言代码片段。",
        "en": "Run snippets in 60+ languages online."
      },
      "category": "run",
      "url": "https://zapboxapp.com/t/run-code",
      "kind": "internal",
      "status": "beta",
      "callable": {
        "web": true
      }
    },
    {
      "id": "sql-runner",
      "name": {
        "zh": "在线 SQL",
        "en": "SQL Runner"
      },
      "desc": {
        "zh": "跑 SQL 查询，即时看结果。",
        "en": "Run SQL queries, see results live."
      },
      "category": "run",
      "url": "https://zapboxapp.com/t/sql-runner",
      "kind": "internal",
      "status": "beta",
      "callable": {
        "web": true
      }
    },
    {
      "id": "uuid",
      "name": {
        "zh": "UUID 生成",
        "en": "UUID"
      },
      "desc": {
        "zh": "生成 v1 / v4 UUID。",
        "en": "Generate v1 / v4 UUIDs."
      },
      "category": "generate",
      "url": "https://zapboxapp.com/t/uuid",
      "kind": "internal",
      "status": "live",
      "callable": {
        "web": true
      }
    },
    {
      "id": "password-gen",
      "name": {
        "zh": "密码生成",
        "en": "Password"
      },
      "desc": {
        "zh": "生成强随机密码与口令。",
        "en": "Generate strong random passwords."
      },
      "category": "generate",
      "url": "https://zapboxapp.com/t/password-gen",
      "kind": "internal",
      "status": "live",
      "callable": {
        "web": true
      }
    },
    {
      "id": "qr-code",
      "name": {
        "zh": "二维码生成",
        "en": "QR Code"
      },
      "desc": {
        "zh": "把链接或文本生成二维码。",
        "en": "Turn a link or text into a QR code."
      },
      "category": "generate",
      "url": "https://zapboxapp.com/t/qr-code",
      "kind": "internal",
      "status": "live",
      "callable": {
        "web": true
      }
    },
    {
      "id": "lorem",
      "name": {
        "zh": "占位文本",
        "en": "Lorem Ipsum"
      },
      "desc": {
        "zh": "生成 Lorem Ipsum 占位文本。",
        "en": "Generate Lorem Ipsum placeholder text."
      },
      "category": "generate",
      "url": "https://zapboxapp.com/t/lorem",
      "kind": "internal",
      "status": "live",
      "callable": {
        "web": true
      }
    },
    {
      "id": "currency-convert",
      "name": {
        "zh": "货币转换",
        "en": "Currency Converter"
      },
      "desc": {
        "zh": "实时汇率在 160+ 种货币间换算，含速查表；汇率服务端拉取并缓存。",
        "en": "Convert across 160+ currencies at live rates with a quick-reference table; rates fetched + cached server-side."
      },
      "category": "calc",
      "url": "https://zapboxapp.com/t/currency-convert",
      "kind": "internal",
      "status": "live",
      "callable": {
        "web": true,
        "api": [
          "GET /api/fx",
          "GET /api/fx/history"
        ],
        "mcp": [
          "fx_rates",
          "fx_convert"
        ]
      }
    },
    {
      "id": "percentage",
      "name": {
        "zh": "百分比计算",
        "en": "Percentage"
      },
      "desc": {
        "zh": "百分比、增减幅一键算。",
        "en": "Percentages, increase / decrease."
      },
      "category": "calc",
      "url": "https://zapboxapp.com/t/percentage",
      "kind": "internal",
      "status": "live",
      "callable": {
        "web": true
      }
    },
    {
      "id": "unit-convert",
      "name": {
        "zh": "单位换算",
        "en": "Unit Convert"
      },
      "desc": {
        "zh": "长度、重量、温度等单位换算。",
        "en": "Length, weight, temperature & more."
      },
      "category": "calc",
      "url": "https://zapboxapp.com/t/unit-convert",
      "kind": "internal",
      "status": "live",
      "callable": {
        "web": true
      }
    },
    {
      "id": "date-diff",
      "name": {
        "zh": "日期差",
        "en": "Date Diff"
      },
      "desc": {
        "zh": "计算两个日期之间的天数。",
        "en": "Days between two dates."
      },
      "category": "calc",
      "url": "https://zapboxapp.com/t/date-diff",
      "kind": "internal",
      "status": "live",
      "callable": {
        "web": true
      }
    },
    {
      "id": "base-convert",
      "name": {
        "zh": "进制换算",
        "en": "Base Convert"
      },
      "desc": {
        "zh": "二/八/十/十六进制互转。",
        "en": "Bin / oct / dec / hex conversion."
      },
      "category": "calc",
      "url": "https://zapboxapp.com/t/base-convert",
      "kind": "internal",
      "status": "live",
      "callable": {
        "web": true
      }
    },
    {
      "id": "color-convert",
      "name": {
        "zh": "色值互转",
        "en": "Color Convert"
      },
      "desc": {
        "zh": "HEX / RGB / HSL 等色值互转。",
        "en": "Convert HEX / RGB / HSL & more."
      },
      "category": "color",
      "url": "https://zapboxapp.com/t/color-convert",
      "kind": "internal",
      "status": "live",
      "callable": {
        "web": true
      }
    },
    {
      "id": "palette",
      "name": {
        "zh": "调色板",
        "en": "Palette"
      },
      "desc": {
        "zh": "快速生成配色方案。",
        "en": "Generate color schemes fast."
      },
      "category": "color",
      "url": "https://zapboxapp.com/t/palette",
      "kind": "internal",
      "status": "live",
      "callable": {
        "web": true
      }
    },
    {
      "id": "contrast",
      "name": {
        "zh": "对比度检查",
        "en": "Contrast"
      },
      "desc": {
        "zh": "检查前景/背景对比度是否达标。",
        "en": "Check WCAG color contrast."
      },
      "category": "color",
      "url": "https://zapboxapp.com/t/contrast",
      "kind": "internal",
      "status": "live",
      "callable": {
        "web": true
      }
    },
    {
      "id": "gradient",
      "name": {
        "zh": "渐变生成",
        "en": "Gradient"
      },
      "desc": {
        "zh": "可视化生成 CSS 渐变。",
        "en": "Build CSS gradients visually."
      },
      "category": "color",
      "url": "https://zapboxapp.com/t/gradient",
      "kind": "internal",
      "status": "live",
      "callable": {
        "web": true
      }
    },
    {
      "id": "webssh",
      "name": {
        "zh": "WebSSH 终端",
        "en": "WebSSH"
      },
      "desc": {
        "zh": "浏览器里直连 SSH，完整交互式终端。",
        "en": "A full interactive SSH shell in your browser."
      },
      "category": "remote",
      "url": "https://zapboxapp.com/t/webssh",
      "kind": "internal",
      "status": "live",
      "callable": {
        "web": true
      }
    },
    {
      "id": "web-ssh",
      "name": {
        "zh": "在线 SSH/SFTP",
        "en": "Web SSH"
      },
      "desc": {
        "zh": "浏览器直连服务器，支持文件管理。",
        "en": "SSH/SFTP to your server from the browser."
      },
      "category": "remote",
      "url": "https://zapboxapp.com/t/web-ssh",
      "kind": "internal",
      "status": "beta",
      "callable": {
        "web": true
      }
    },
    {
      "id": "webssh-oss",
      "name": {
        "zh": "开源 WebSSH",
        "en": "WebSSH (OSS)"
      },
      "desc": {
        "zh": "sshwifty 开源在线终端，可自建。",
        "en": "sshwifty open-source web terminal."
      },
      "category": "remote",
      "url": "https://zapboxapp.com/t/webssh-oss",
      "kind": "internal",
      "status": "beta",
      "callable": {
        "web": true
      }
    },
    {
      "id": "video-convert",
      "name": {
        "zh": "视频格式转换",
        "en": "Video Convert"
      },
      "desc": {
        "zh": "MP4 / WebM / MOV 等格式互转。",
        "en": "Convert MP4 / WebM / MOV & more."
      },
      "category": "media",
      "url": "https://zapboxapp.com/t/video-convert",
      "kind": "internal",
      "status": "beta",
      "callable": {
        "web": true
      }
    },
    {
      "id": "video-compress",
      "name": {
        "zh": "视频压缩",
        "en": "Video Compress"
      },
      "desc": {
        "zh": "在线压小视频体积。",
        "en": "Shrink video file size online."
      },
      "category": "media",
      "url": "https://zapboxapp.com/t/video-compress",
      "kind": "internal",
      "status": "beta",
      "callable": {
        "web": true
      }
    },
    {
      "id": "video-to-gif",
      "name": {
        "zh": "视频转 GIF",
        "en": "Video → GIF"
      },
      "desc": {
        "zh": "把视频片段转成 GIF 动图。",
        "en": "Turn a video clip into a GIF."
      },
      "category": "media",
      "url": "https://zapboxapp.com/t/video-to-gif",
      "kind": "internal",
      "status": "beta",
      "callable": {
        "web": true
      }
    },
    {
      "id": "audio-convert",
      "name": {
        "zh": "音频格式转换",
        "en": "Audio Convert"
      },
      "desc": {
        "zh": "MP3 / WAV / FLAC 等格式互转。",
        "en": "Convert MP3 / WAV / FLAC & more."
      },
      "category": "media",
      "url": "https://zapboxapp.com/t/audio-convert",
      "kind": "internal",
      "status": "beta",
      "callable": {
        "web": true
      }
    },
    {
      "id": "audio-cut",
      "name": {
        "zh": "音频剪切",
        "en": "Audio Cut"
      },
      "desc": {
        "zh": "在线裁剪音频、做铃声。",
        "en": "Trim audio & make ringtones online."
      },
      "category": "media",
      "url": "https://zapboxapp.com/t/audio-cut",
      "kind": "internal",
      "status": "beta",
      "callable": {
        "web": true
      }
    },
    {
      "id": "fake-tweet",
      "name": {
        "zh": "假推文生成",
        "en": "Fake Tweet"
      },
      "desc": {
        "zh": "生成以假乱真的推文截图。",
        "en": "Make realistic fake tweet images."
      },
      "category": "fun",
      "url": "https://zapboxapp.com/t/fake-tweet",
      "kind": "internal",
      "status": "live",
      "callable": {
        "web": true
      }
    },
    {
      "id": "social-mockup",
      "name": {
        "zh": "社交贴文生成",
        "en": "Social Mockup"
      },
      "desc": {
        "zh": "IG / FB / Twitter 仿真贴文。",
        "en": "Fake IG / FB / Twitter posts."
      },
      "category": "fun",
      "url": "https://zapboxapp.com/t/social-mockup",
      "kind": "internal",
      "status": "live",
      "callable": {
        "web": true
      }
    },
    {
      "id": "meme",
      "name": {
        "zh": "表情包制作",
        "en": "Meme Maker"
      },
      "desc": {
        "zh": "一键做梗图表情包。",
        "en": "Make memes in one click."
      },
      "category": "fun",
      "url": "https://zapboxapp.com/t/meme",
      "kind": "internal",
      "status": "live",
      "callable": {
        "web": true
      }
    },
    {
      "id": "spin-wheel",
      "name": {
        "zh": "随机转盘",
        "en": "Spin Wheel"
      },
      "desc": {
        "zh": "输入名单转盘随机抽选。",
        "en": "Spin a wheel to pick at random."
      },
      "category": "fun",
      "url": "https://zapboxapp.com/t/spin-wheel",
      "kind": "internal",
      "status": "live",
      "callable": {
        "web": true
      }
    }
  ]
}
