{
  "schemaVersion": "1.0",
  "item": {
    "slug": "markdown-viewer",
    "name": "Markdown Viewer",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/parkertoddbrooks/markdown-viewer",
    "canonicalUrl": "https://clawhub.ai/parkertoddbrooks/markdown-viewer",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/markdown-viewer",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=markdown-viewer",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/markdown-viewer"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/markdown-viewer",
    "agentPageUrl": "https://openagent3.xyz/skills/markdown-viewer/agent",
    "manifestUrl": "https://openagent3.xyz/skills/markdown-viewer/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/markdown-viewer/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Live Markdown Viewer",
        "body": "Live markdown viewer for AI pair-editing. When you collaborate, the updates render instantly. Works with any AI agent and web browser.\n\nGitHub: wipcomputer/wip-markdown-viewer\nnpm: @wipcomputer/markdown-viewer"
      },
      {
        "title": "Install",
        "body": "npm install -g @wipcomputer/markdown-viewer\n\nThis installs the mdview command globally. Zero runtime dependencies. Pure Node.js."
      },
      {
        "title": "Quick start",
        "body": "Start the server (binds to 127.0.0.1 only, never exposed to the network):\n\ncurl -s http://127.0.0.1:3000/ > /dev/null 2>&1 || mdview &\n\nOpen a file in your default browser:\n\n# macOS\nopen \"http://127.0.0.1:3000/view?path=/absolute/path/to/file.md\"\n\n# Linux\nxdg-open \"http://127.0.0.1:3000/view?path=/absolute/path/to/file.md\"\n\n# Windows\nstart \"http://127.0.0.1:3000/view?path=/absolute/path/to/file.md\""
      },
      {
        "title": "How it works",
        "body": "Tell your AI coding tool to install @wipcomputer/markdown-viewer globally\nTell your AI to open a .md file in md view\nAI opens the file in your default browser\nEvery save re-renders the page instantly. No refresh needed.\n\nOpen multiple tabs to work on multiple documents at once."
      },
      {
        "title": "Security",
        "body": "Server binds to 127.0.0.1 only. It is not accessible from other machines.\nThe /view?path= parameter reads files from your local filesystem. Use --root <dir> to restrict access to a specific directory tree. Recommended for shared environments.\nZero npm dependencies. No supply chain risk beyond Node.js itself."
      },
      {
        "title": "Features",
        "body": "SSE-powered live reload (works in Safari, Chrome, Firefox)\nMulti-file support (each tab watches its own file)\nGitHub Flavored Markdown (tables, task lists, strikethrough)\nSyntax highlighting (180+ languages)\nDark mode\nTable of contents\nMermaid diagrams\nKaTeX math equations"
      },
      {
        "title": "Troubleshooting",
        "body": "Page shows the index instead of my file: The server was started with --root restricting access. Restart without --root.\n\nSafari stalls or shows blank page: Hard refresh (Cmd+Shift+R) or restart the server. Safari caches SSE connections aggressively.\n\nmacOS open drops the query string: Use AppleScript instead:\n\nosascript -e 'tell application \"Safari\" to open location \"http://127.0.0.1:3000/view?path=/your/file.md\"'"
      },
      {
        "title": "Notes",
        "body": "Server runs at http://127.0.0.1:3000 by default. Use mdview --port 8080 to change.\nThe server does not survive reboots. The curl check in quick start restarts it if needed.\nDo NOT start the server with a file path argument. Always start bare (mdview). Starting with a path locks the server to that directory.\nDrag and drop any .md file onto the homepage to view it.\nZero external requests. All dependencies bundled locally."
      }
    ],
    "body": "Live Markdown Viewer\n\nLive markdown viewer for AI pair-editing. When you collaborate, the updates render instantly. Works with any AI agent and web browser.\n\nGitHub: wipcomputer/wip-markdown-viewer npm: @wipcomputer/markdown-viewer\n\nInstall\nnpm install -g @wipcomputer/markdown-viewer\n\n\nThis installs the mdview command globally. Zero runtime dependencies. Pure Node.js.\n\nQuick start\n\nStart the server (binds to 127.0.0.1 only, never exposed to the network):\n\ncurl -s http://127.0.0.1:3000/ > /dev/null 2>&1 || mdview &\n\n\nOpen a file in your default browser:\n\n# macOS\nopen \"http://127.0.0.1:3000/view?path=/absolute/path/to/file.md\"\n\n# Linux\nxdg-open \"http://127.0.0.1:3000/view?path=/absolute/path/to/file.md\"\n\n# Windows\nstart \"http://127.0.0.1:3000/view?path=/absolute/path/to/file.md\"\n\nHow it works\nTell your AI coding tool to install @wipcomputer/markdown-viewer globally\nTell your AI to open a .md file in md view\nAI opens the file in your default browser\nEvery save re-renders the page instantly. No refresh needed.\n\nOpen multiple tabs to work on multiple documents at once.\n\nSecurity\nServer binds to 127.0.0.1 only. It is not accessible from other machines.\nThe /view?path= parameter reads files from your local filesystem. Use --root <dir> to restrict access to a specific directory tree. Recommended for shared environments.\nZero npm dependencies. No supply chain risk beyond Node.js itself.\nFeatures\nSSE-powered live reload (works in Safari, Chrome, Firefox)\nMulti-file support (each tab watches its own file)\nGitHub Flavored Markdown (tables, task lists, strikethrough)\nSyntax highlighting (180+ languages)\nDark mode\nTable of contents\nMermaid diagrams\nKaTeX math equations\nTroubleshooting\n\nPage shows the index instead of my file: The server was started with --root restricting access. Restart without --root.\n\nSafari stalls or shows blank page: Hard refresh (Cmd+Shift+R) or restart the server. Safari caches SSE connections aggressively.\n\nmacOS open drops the query string: Use AppleScript instead:\n\nosascript -e 'tell application \"Safari\" to open location \"http://127.0.0.1:3000/view?path=/your/file.md\"'\n\nNotes\nServer runs at http://127.0.0.1:3000 by default. Use mdview --port 8080 to change.\nThe server does not survive reboots. The curl check in quick start restarts it if needed.\nDo NOT start the server with a file path argument. Always start bare (mdview). Starting with a path locks the server to that directory.\nDrag and drop any .md file onto the homepage to view it.\nZero external requests. All dependencies bundled locally."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/parkertoddbrooks/markdown-viewer",
    "publisherUrl": "https://clawhub.ai/parkertoddbrooks/markdown-viewer",
    "owner": "parkertoddbrooks",
    "version": "1.2.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/markdown-viewer",
    "downloadUrl": "https://openagent3.xyz/downloads/markdown-viewer",
    "agentUrl": "https://openagent3.xyz/skills/markdown-viewer/agent",
    "manifestUrl": "https://openagent3.xyz/skills/markdown-viewer/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/markdown-viewer/agent.md"
  }
}