firm-delivery-export for Openclaw

A post-processing skill that transforms structured AI agent outputs into actionable deliverables across GitHub, Jira, Linear, and Slack.

romainsantoli-web
v1.0.0
Mar 1, 2026
0
854
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install firm-delivery-export

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install firm-delivery-export using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is firm-delivery-export?

The firm-delivery-export skill serves as the essential final step for multi-agent workflows. It acts as a bridge between the internal JSON data generated by AI agents and the production tools used by engineering teams. By processing raw output into specific formats, it ensures that AI-generated content is immediately useful and properly integrated into existing project management and version control systems.

Integrating this tool into your Openclaw Skills library allows for the seamless automation of the last mile of development. It handles the complexities of API interactions with platforms like GitHub and Jira, while enforcing safety standards such as creating draft status for all code changes to ensure mandatory human review.

firm-delivery-export Use Cases

  • Automatically opening a draft GitHub Pull Request after an AI agent completes a code refactoring task.
  • Creating detailed Jira or Linear tickets based on technical debt identified during an automated repository analysis.
  • Exporting complex multi-departmental workflow results into structured Markdown reports or project briefs for stakeholders.
  • Sending automated Slack digests to keep team members informed of AI workflow completions and results.

How firm-delivery-export Works

  1. The skill receives the structured JSON output from a previously executed firm-orchestration workflow.
  2. It identifies the target delivery format specified by the user, such as github_pr or jira_ticket.
  3. The skill validates that the necessary environment variables, like GITHUB_TOKEN or JIRA_API_TOKEN, are present and authorized.
  4. It maps the workflow result data into the specific schema required by the destination platform's API.
  5. The deliverable is pushed to the external service, applying safety labels and draft flags by default to maintain human oversight.

firm-delivery-export Setup

To use this skill within your Openclaw Skills environment, you must configure the environment variables for your desired export targets:

# For GitHub exports
export GITHUB_TOKEN="your_fine_grained_token_here"

# For Jira exports
export JIRA_API_TOKEN="your_jira_token"
export JIRA_BASE_URL="https://your-org.atlassian.net"

# For Linear exports
export LINEAR_API_KEY="your_linear_key"

firm-delivery-export Data Schema & Taxonomy

The skill supports multiple output schemas tailored to specific enterprise tools:

Target Schema Key Primary Fields
GitHub github_pr repo, branch, base, title, body, reviewers, labels
Jira jira_ticket project, issue_type, summary, description, priority
Linear linear_issue project_id, title, description, labels
Local markdown_report Local file generation or chat output
Slack slack_digest Webhook-based message payload

firm-delivery-export Advanced Features

  • Automatic exponential backoff for handling API rate limits during high-volume exports.
  • Mandatory human-in-the-loop safety features, including unconditional 'needs-review' labels for GitHub PRs.
  • Secure credential handling with automatic masking of tokens and webhook URLs in audit logs.
  • Intelligent fallback mechanisms that generate local Markdown reports if network or API failures occur.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*