{
  "schemaVersion": "1.0",
  "item": {
    "slug": "agent-format",
    "name": "Agent Format",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/rmarji/agent-format",
    "canonicalUrl": "https://clawhub.ai/rmarji/agent-format",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/agent-format",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=agent-format",
    "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",
      "slug": "agent-format",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T01:42:07.765Z",
      "expiresAt": "2026-05-06T01:42:07.765Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=agent-format",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=agent-format",
        "contentDisposition": "attachment; filename=\"agent-format-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "agent-format"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/agent-format"
    },
    "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/agent-format",
    "agentPageUrl": "https://openagent3.xyz/skills/agent-format/agent",
    "manifestUrl": "https://openagent3.xyz/skills/agent-format/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/agent-format/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": "Agent Format",
        "body": "How agents should format messages for chat apps."
      },
      {
        "title": "Status Indicators",
        "body": "SymbolMeaning🟢Good / Done🟡In Progress / Warning🔴Blocked / Error🔥Urgent⚡Quick"
      },
      {
        "title": "Progress Bars",
        "body": "████████░░ 80%\n██████░░░░ 60%\n████░░░░░░ 40%\n\nChars: █ (filled) ░ (empty)"
      },
      {
        "title": "Sparklines",
        "body": "▁▂▃▅▇█▇▅▃▂\n\nChars (low→high): ▁ ▂ ▃ ▄ ▅ ▆ ▇ █"
      },
      {
        "title": "Tables (Monospace)",
        "body": "Project     Status    Owner\n─────────────────────────────\nAlpha       🟢 Done   PM\nBeta        🟡 WIP    CTO\nGamma       🔴 Block  Sales"
      },
      {
        "title": "Principles",
        "body": "Lead with signal. Most important first.\n\nAssume scanning. Nobody reads walls of text.\n\nVisual hierarchy. Emoji → bars → text."
      },
      {
        "title": "Example",
        "body": "📊 Status\n\n🔴 Blocked\n• Client scope (waiting)\n\n🟡 Active\n• Launch prep ████████░░ 80%\n\n🟢 Done\n• Demo ✓\n• Docs ✓\n\n📈 Week: ▂▃▅▆▇█"
      },
      {
        "title": "Reference",
        "body": "Progress: ░█\nSpark:    ▁▂▃▄▅▆▇█\nDivider:  ─────\nStatus:   🟢🟡🔴🔥⚡"
      }
    ],
    "body": "Agent Format\n\nHow agents should format messages for chat apps.\n\nPatterns\nStatus Indicators\nSymbol\tMeaning\n🟢\tGood / Done\n🟡\tIn Progress / Warning\n🔴\tBlocked / Error\n🔥\tUrgent\n⚡\tQuick\nProgress Bars\n████████░░ 80%\n██████░░░░ 60%\n████░░░░░░ 40%\n\n\nChars: █ (filled) ░ (empty)\n\nSparklines\n▁▂▃▅▇█▇▅▃▂\n\n\nChars (low→high): ▁ ▂ ▃ ▄ ▅ ▆ ▇ █\n\nTables (Monospace)\nProject     Status    Owner\n─────────────────────────────\nAlpha       🟢 Done   PM\nBeta        🟡 WIP    CTO\nGamma       🔴 Block  Sales\n\nPrinciples\n\nLead with signal. Most important first.\n\nAssume scanning. Nobody reads walls of text.\n\nVisual hierarchy. Emoji → bars → text.\n\nExample\n📊 Status\n\n🔴 Blocked\n• Client scope (waiting)\n\n🟡 Active\n• Launch prep ████████░░ 80%\n\n🟢 Done\n• Demo ✓\n• Docs ✓\n\n📈 Week: ▂▃▅▆▇█\n\nReference\nProgress: ░█\nSpark:    ▁▂▃▄▅▆▇█\nDivider:  ─────\nStatus:   🟢🟡🔴🔥⚡"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/rmarji/agent-format",
    "publisherUrl": "https://clawhub.ai/rmarji/agent-format",
    "owner": "rmarji",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/agent-format",
    "downloadUrl": "https://openagent3.xyz/downloads/agent-format",
    "agentUrl": "https://openagent3.xyz/skills/agent-format/agent",
    "manifestUrl": "https://openagent3.xyz/skills/agent-format/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/agent-format/agent.md"
  }
}