{
  "schemaVersion": "1.0",
  "item": {
    "slug": "firm-delivery-export",
    "name": "Firm Delivery Export",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/romainsantoli-web/firm-delivery-export",
    "canonicalUrl": "https://clawhub.ai/romainsantoli-web/firm-delivery-export",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/firm-delivery-export",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=firm-delivery-export",
    "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/firm-delivery-export"
    },
    "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/firm-delivery-export",
    "agentPageUrl": "https://openagent3.xyz/skills/firm-delivery-export/agent",
    "manifestUrl": "https://openagent3.xyz/skills/firm-delivery-export/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/firm-delivery-export/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": "firm-delivery-export",
        "body": "Converts firm workflow output into real deliverables in team tooling."
      },
      {
        "title": "Supported formats",
        "body": "FormatTargetRequired envgithub_prGitHub repository PRGITHUB_TOKENjira_ticketJira issueJIRA_API_TOKEN + JIRA_BASE_URLlinear_issueLinear issueLINEAR_API_KEYmarkdown_reportLocal file / chatnonestructured_documentMarkdown with frontmatternoneproject_briefStructured PDF-ready docnoneslack_digestSlack message via webhookSLACK_WEBHOOK_URL"
      },
      {
        "title": "Usage (after firm-orchestration run)",
        "body": "Use firm-delivery-export to publish last workflow result as a GitHub PR:\n  repo: \"myorg/myrepo\"\n  branch: \"ai/sprint-24-plan\"\n  title: \"feat: Sprint 24 plan (AI-generated, human review pending)\"\n  reviewers: [\"@john\", \"@sarah\"]"
      },
      {
        "title": "GitHub PR output schema",
        "body": "{\n  \"format\": \"github_pr\",\n  \"repo\": \"org/repo\",\n  \"branch\": \"ai/{kebab-objective}\",\n  \"base\": \"main\",\n  \"title\": \"...\",\n  \"body\": \"## AI-generated delivery\\n\\n{merged_output}\\n\\n---\\n_Generated by firm-orchestration_\",\n  \"draft\": true,\n  \"reviewers\": [],\n  \"labels\": [\"ai-generated\", \"needs-review\"]\n}"
      },
      {
        "title": "Jira ticket output schema",
        "body": "{\n  \"format\": \"jira_ticket\",\n  \"project\": \"ENG\",\n  \"issue_type\": \"Story\",\n  \"summary\": \"...\",\n  \"description\": \"{merged_output}\",\n  \"priority\": \"Medium\",\n  \"labels\": [\"ai-generated\"],\n  \"components\": []\n}"
      },
      {
        "title": "Security notes",
        "body": "GITHUB_TOKEN must have repo scope — use fine-grained tokens scoped to target repo\nAll PRs are created as drafts by default (draft: true) — never auto-merged\nHuman review is mandatory: a needs-review label is applied unconditionally\nJIRA_API_TOKEN is never logged (masked in audit trail)\nSlack webhook URLs are treated as secrets (masked in JSONL audit)"
      },
      {
        "title": "Error handling",
        "body": "ErrorBehaviorAPI rate limitRetry with exponential backoff (3 attempts, max 30s)Auth failureFail fast, output error to session, never retryNetwork timeoutFallback to markdown_report format locallyInvalid schemaReject with validation error listing missing fields"
      },
      {
        "title": "Example with delivery pipeline",
        "body": "1. Run firm-orchestration:\n   objective: \"Document the payment service API\"\n   departments: [\"engineering\", \"operations\"]\n   delivery_format: \"github_pr\"\n\n2. Run firm-delivery-export automatically:\n   → Creates draft PR \"docs: Payment service API documentation\"\n   → Branch: ai/document-payment-service-api\n   → Labels: ai-generated, needs-review, documentation\n   → Assigns to @team-engineering for review"
      },
      {
        "title": "💎 Support",
        "body": "Si ce skill vous est utile, vous pouvez soutenir le développement :\n\nDogecoin : DQBggqFNWsRNTPb6kkiwppnMo1Hm8edfWq"
      }
    ],
    "body": "firm-delivery-export\n\nConverts firm workflow output into real deliverables in team tooling.\n\nSupported formats\nFormat\tTarget\tRequired env\ngithub_pr\tGitHub repository PR\tGITHUB_TOKEN\njira_ticket\tJira issue\tJIRA_API_TOKEN + JIRA_BASE_URL\nlinear_issue\tLinear issue\tLINEAR_API_KEY\nmarkdown_report\tLocal file / chat\tnone\nstructured_document\tMarkdown with frontmatter\tnone\nproject_brief\tStructured PDF-ready doc\tnone\nslack_digest\tSlack message via webhook\tSLACK_WEBHOOK_URL\nUsage (after firm-orchestration run)\nUse firm-delivery-export to publish last workflow result as a GitHub PR:\n  repo: \"myorg/myrepo\"\n  branch: \"ai/sprint-24-plan\"\n  title: \"feat: Sprint 24 plan (AI-generated, human review pending)\"\n  reviewers: [\"@john\", \"@sarah\"]\n\nGitHub PR output schema\n{\n  \"format\": \"github_pr\",\n  \"repo\": \"org/repo\",\n  \"branch\": \"ai/{kebab-objective}\",\n  \"base\": \"main\",\n  \"title\": \"...\",\n  \"body\": \"## AI-generated delivery\\n\\n{merged_output}\\n\\n---\\n_Generated by firm-orchestration_\",\n  \"draft\": true,\n  \"reviewers\": [],\n  \"labels\": [\"ai-generated\", \"needs-review\"]\n}\n\nJira ticket output schema\n{\n  \"format\": \"jira_ticket\",\n  \"project\": \"ENG\",\n  \"issue_type\": \"Story\",\n  \"summary\": \"...\",\n  \"description\": \"{merged_output}\",\n  \"priority\": \"Medium\",\n  \"labels\": [\"ai-generated\"],\n  \"components\": []\n}\n\nSecurity notes\nGITHUB_TOKEN must have repo scope — use fine-grained tokens scoped to target repo\nAll PRs are created as drafts by default (draft: true) — never auto-merged\nHuman review is mandatory: a needs-review label is applied unconditionally\nJIRA_API_TOKEN is never logged (masked in audit trail)\nSlack webhook URLs are treated as secrets (masked in JSONL audit)\nError handling\nError\tBehavior\nAPI rate limit\tRetry with exponential backoff (3 attempts, max 30s)\nAuth failure\tFail fast, output error to session, never retry\nNetwork timeout\tFallback to markdown_report format locally\nInvalid schema\tReject with validation error listing missing fields\nExample with delivery pipeline\n1. Run firm-orchestration:\n   objective: \"Document the payment service API\"\n   departments: [\"engineering\", \"operations\"]\n   delivery_format: \"github_pr\"\n\n2. Run firm-delivery-export automatically:\n   → Creates draft PR \"docs: Payment service API documentation\"\n   → Branch: ai/document-payment-service-api\n   → Labels: ai-generated, needs-review, documentation\n   → Assigns to @team-engineering for review\n\n💎 Support\n\nSi ce skill vous est utile, vous pouvez soutenir le développement :\n\nDogecoin : DQBggqFNWsRNTPb6kkiwppnMo1Hm8edfWq"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/romainsantoli-web/firm-delivery-export",
    "publisherUrl": "https://clawhub.ai/romainsantoli-web/firm-delivery-export",
    "owner": "romainsantoli-web",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/firm-delivery-export",
    "downloadUrl": "https://openagent3.xyz/downloads/firm-delivery-export",
    "agentUrl": "https://openagent3.xyz/skills/firm-delivery-export/agent",
    "manifestUrl": "https://openagent3.xyz/skills/firm-delivery-export/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/firm-delivery-export/agent.md"
  }
}