# Send Firm Delivery Export to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- 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.
## Suggested prompts
### New install

```text
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.
```
### Upgrade existing

```text
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.
```
## Machine-readable fields
```json
{
  "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": {
    "downloadUrl": "/downloads/firm-delivery-export",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=firm-delivery-export",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "firm-delivery-export",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-03T07:54:06.898Z",
      "expiresAt": "2026-05-10T07:54:06.898Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=firm-delivery-export",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=firm-delivery-export",
        "contentDisposition": "attachment; filename=\"firm-delivery-export-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "firm-delivery-export"
      },
      "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/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."
      ]
    }
  },
  "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"
  }
}
```
## Documentation

### firm-delivery-export

Converts firm workflow output into real deliverables in team tooling.

### Supported formats

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

### Usage (after firm-orchestration run)

Use firm-delivery-export to publish last workflow result as a GitHub PR:
  repo: "myorg/myrepo"
  branch: "ai/sprint-24-plan"
  title: "feat: Sprint 24 plan (AI-generated, human review pending)"
  reviewers: ["@john", "@sarah"]

### GitHub PR output schema

{
  "format": "github_pr",
  "repo": "org/repo",
  "branch": "ai/{kebab-objective}",
  "base": "main",
  "title": "...",
  "body": "## AI-generated delivery\\n\\n{merged_output}\\n\\n---\\n_Generated by firm-orchestration_",
  "draft": true,
  "reviewers": [],
  "labels": ["ai-generated", "needs-review"]
}

### Jira ticket output schema

{
  "format": "jira_ticket",
  "project": "ENG",
  "issue_type": "Story",
  "summary": "...",
  "description": "{merged_output}",
  "priority": "Medium",
  "labels": ["ai-generated"],
  "components": []
}

### Security notes

GITHUB_TOKEN must have repo scope — use fine-grained tokens scoped to target repo
All PRs are created as drafts by default (draft: true) — never auto-merged
Human review is mandatory: a needs-review label is applied unconditionally
JIRA_API_TOKEN is never logged (masked in audit trail)
Slack webhook URLs are treated as secrets (masked in JSONL audit)

### Error handling

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

### Example with delivery pipeline

1. Run firm-orchestration:
   objective: "Document the payment service API"
   departments: ["engineering", "operations"]
   delivery_format: "github_pr"

2. Run firm-delivery-export automatically:
   → Creates draft PR "docs: Payment service API documentation"
   → Branch: ai/document-payment-service-api
   → Labels: ai-generated, needs-review, documentation
   → Assigns to @team-engineering for review

### 💎 Support

Si ce skill vous est utile, vous pouvez soutenir le développement :

Dogecoin : DQBggqFNWsRNTPb6kkiwppnMo1Hm8edfWq
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: romainsantoli-web
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-03T07:54:06.898Z
- Expires at: 2026-05-10T07:54:06.898Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/firm-delivery-export)
- [Send to Agent page](https://openagent3.xyz/skills/firm-delivery-export/agent)
- [JSON manifest](https://openagent3.xyz/skills/firm-delivery-export/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/firm-delivery-export/agent.md)
- [Download page](https://openagent3.xyz/downloads/firm-delivery-export)