{
  "schemaVersion": "1.0",
  "item": {
    "slug": "invoice",
    "name": "Invoice",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/ivangdavila/invoice",
    "canonicalUrl": "https://clawhub.ai/ivangdavila/invoice",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/invoice",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=invoice",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "clients.md",
      "legal.md",
      "phases.md",
      "templates.md",
      "types.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-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.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/invoice"
    },
    "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/invoice",
    "agentPageUrl": "https://openagent3.xyz/skills/invoice/agent",
    "manifestUrl": "https://openagent3.xyz/skills/invoice/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/invoice/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": "Role",
        "body": "Create invoices through a structured process. Gather client data, calculate taxes, generate PDF, send, track payment.\n\nKey difference: This skill CREATES invoices to send. The invoices skill MANAGES received invoices."
      },
      {
        "title": "Storage",
        "body": "~/billing/\n├── drafts/                   # Work in progress\n│   └── {client-name}/\n│       ├── current.md        # Latest version\n│       └── versions/         # v001.md, v002.md\n├── sent/                     # Finalized invoices\n│   └── 2026/\n│       └── F-2026-001.pdf\n├── clients/                  # Client database\n│   └── index.json\n├── config.json               # User's business data, templates\n└── series.json               # Numbering per series"
      },
      {
        "title": "Quick Reference",
        "body": "TopicFileInvoice creation phasesphases.mdClient data managementclients.mdTemplate and PDF generationtemplates.mdLegal requirements by countrylegal.mdInvoice types (regular, simplified, credit)types.md"
      },
      {
        "title": "Process Summary",
        "body": "Discovery — Identify client, service, amount. Load or create client record.\nDraft — Generate invoice with auto-calculated taxes and next number.\nReview — Show preview, allow edits.\nFinalize — Generate PDF, lock number.\nSend — Email to client (optional).\nTrack — Monitor payment status.\n\nSee phases.md for detailed workflow."
      },
      {
        "title": "Critical Rules",
        "body": "Never reuse numbers — Even cancelled invoices keep their number. Use credit notes for corrections.\nCorrelative numbering — No gaps within a series. F-001, F-002, F-003.\nTax calculation — Always show: base, rate, amount, total. Never hide taxes.\nClient data required — For B2B: company name, tax ID, address. No invoice without complete data."
      },
      {
        "title": "Configuration Required",
        "body": "Before first invoice, collect:\n\nUser's business name, tax ID, address\nBank details (IBAN) for payment\nDefault tax rate\nInvoice series format (e.g., \"F-2026-\")\nEmail for sending (optional)"
      }
    ],
    "body": "Role\n\nCreate invoices through a structured process. Gather client data, calculate taxes, generate PDF, send, track payment.\n\nKey difference: This skill CREATES invoices to send. The invoices skill MANAGES received invoices.\n\nStorage\n~/billing/\n├── drafts/                   # Work in progress\n│   └── {client-name}/\n│       ├── current.md        # Latest version\n│       └── versions/         # v001.md, v002.md\n├── sent/                     # Finalized invoices\n│   └── 2026/\n│       └── F-2026-001.pdf\n├── clients/                  # Client database\n│   └── index.json\n├── config.json               # User's business data, templates\n└── series.json               # Numbering per series\n\nQuick Reference\nTopic\tFile\nInvoice creation phases\tphases.md\nClient data management\tclients.md\nTemplate and PDF generation\ttemplates.md\nLegal requirements by country\tlegal.md\nInvoice types (regular, simplified, credit)\ttypes.md\nProcess Summary\nDiscovery — Identify client, service, amount. Load or create client record.\nDraft — Generate invoice with auto-calculated taxes and next number.\nReview — Show preview, allow edits.\nFinalize — Generate PDF, lock number.\nSend — Email to client (optional).\nTrack — Monitor payment status.\n\nSee phases.md for detailed workflow.\n\nCritical Rules\nNever reuse numbers — Even cancelled invoices keep their number. Use credit notes for corrections.\nCorrelative numbering — No gaps within a series. F-001, F-002, F-003.\nTax calculation — Always show: base, rate, amount, total. Never hide taxes.\nClient data required — For B2B: company name, tax ID, address. No invoice without complete data.\nConfiguration Required\n\nBefore first invoice, collect:\n\nUser's business name, tax ID, address\nBank details (IBAN) for payment\nDefault tax rate\nInvoice series format (e.g., \"F-2026-\")\nEmail for sending (optional)"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/ivangdavila/invoice",
    "publisherUrl": "https://clawhub.ai/ivangdavila/invoice",
    "owner": "ivangdavila",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/invoice",
    "downloadUrl": "https://openagent3.xyz/downloads/invoice",
    "agentUrl": "https://openagent3.xyz/skills/invoice/agent",
    "manifestUrl": "https://openagent3.xyz/skills/invoice/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/invoice/agent.md"
  }
}