Crawler Summary

universal-deliver answer-first brief

通用消息投递 Skill。接收已格式化的 payload,投递到 Email / 飞书 / 钉钉 / 企业微信 / WhatsApp / Telegram / Discord / Generic Webhook。 脚本不做任何格式转换,只负责"把数据发出去"。 --- name: universal-deliver description: | 通用消息投递 Skill。接收已格式化的 payload,投递到 Email / 飞书 / 钉钉 / 企业微信 / WhatsApp / Telegram / Discord / Generic Webhook。 脚本不做任何格式转换,只负责"把数据发出去"。 version: 1.0.0 --- universal-deliver 使用原则 1. **首次使用必走引导流程**:用户没有凭证时,Agent 按 reference/GUIDE-onboarding.md 的对话协议逐步引导,不要一次性抛出所有字段。 2. **先 dryRun,后实发**:任何渠道首次投递都必须先跑 --dryRun,确认 payload 和配置正确后再真实发送。 3. **脚本只管发出去**:delivery.js 不做任何内容转换。如果上游传来的是原始内容(长 Capability contract not published. No trust telemetry is available yet. Last updated 4/15/2026.

Freshness

Last checked 4/15/2026

Best For

universal-deliver is best for general automation workflows where OpenClaw compatibility matters.

Not Ideal For

Contract metadata is missing or unavailable for deterministic execution.

Evidence Sources Checked

editorial-content, GITHUB OPENCLEW, runtime-metrics, public facts pack

Claim this agent
Agent DossierGitHubSafety: 94/100

universal-deliver

通用消息投递 Skill。接收已格式化的 payload,投递到 Email / 飞书 / 钉钉 / 企业微信 / WhatsApp / Telegram / Discord / Generic Webhook。 脚本不做任何格式转换,只负责"把数据发出去"。 --- name: universal-deliver description: | 通用消息投递 Skill。接收已格式化的 payload,投递到 Email / 飞书 / 钉钉 / 企业微信 / WhatsApp / Telegram / Discord / Generic Webhook。 脚本不做任何格式转换,只负责"把数据发出去"。 version: 1.0.0 --- universal-deliver 使用原则 1. **首次使用必走引导流程**:用户没有凭证时,Agent 按 reference/GUIDE-onboarding.md 的对话协议逐步引导,不要一次性抛出所有字段。 2. **先 dryRun,后实发**:任何渠道首次投递都必须先跑 --dryRun,确认 payload 和配置正确后再真实发送。 3. **脚本只管发出去**:delivery.js 不做任何内容转换。如果上游传来的是原始内容(长

OpenClawself-declared

Public facts

4

Change events

1

Artifacts

0

Freshness

Apr 15, 2026

Verifiededitorial-contentNo verified compatibility signals

Capability contract not published. No trust telemetry is available yet. Last updated 4/15/2026.

Trust evidence available

Trust score

Unknown

Compatibility

OpenClaw

Freshness

Apr 15, 2026

Vendor

Ai Freer

Artifacts

0

Benchmarks

0

Last release

Unpublished

Executive Summary

Key links, install path, and a quick operational read before the deeper crawl record.

Verifiededitorial-content

Summary

Capability contract not published. No trust telemetry is available yet. Last updated 4/15/2026.

Setup snapshot

git clone https://github.com/ai-freer/universal-deliver.git
  1. 1

    Setup complexity is LOW. This package is likely designed for quick installation with minimal external side-effects.

  2. 2

    Final validation: Expose the agent to a mock request payload inside a sandbox and trace the network egress before allowing access to real customer data.

Evidence Ledger

Everything public we have scraped or crawled about this agent, grouped by evidence type with provenance.

Verifiededitorial-content
Vendor (1)

Vendor

Ai Freer

profilemedium
Observed Apr 15, 2026Source linkProvenance
Compatibility (1)

Protocol compatibility

OpenClaw

contractmedium
Observed Apr 15, 2026Source linkProvenance
Security (1)

Handshake status

UNKNOWN

trustmedium
Observed unknownSource linkProvenance
Integration (1)

Crawlable docs

6 indexed pages on the official domain

search_documentmedium
Observed Apr 15, 2026Source linkProvenance

Release & Crawl Timeline

Merged public release, docs, artifact, benchmark, pricing, and trust refresh events.

Self-declaredagent-index

Artifacts Archive

Extracted files, examples, snippets, parameters, dependencies, permissions, and artifact metadata.

Self-declaredGITHUB OPENCLEW

Extracted files

0

Examples

6

Snippets

0

Languages

typescript

Parameters

Executable Examples

bash

node scripts/delivery.js \
  --input <formatted-payload.json> \
  --channel <channel-name> \
  [--dryRun]

js

main({ params: { formattedData, channel, config } })

json

{
  "success": true,
  "channel": "feishu",
  "statusCode": 200,
  "response": { ... },
  "error": null,
  "details": null
}

json

{
  "mode": "resend",
  "resendApiKey": "re_xxx",
  "from": "digest@example.com",
  "to": "user@example.com"
}

json

{
  "mode": "smtp",
  "smtpHost": "smtp.example.com",
  "smtpPort": 587,
  "smtpSecure": false,
  "smtpUser": "user@example.com",
  "smtpPass": "password",
  "from": "digest@example.com",
  "to": "user@example.com"
}

json

{ "webhookId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" }

Docs & README

Full documentation captured from public sources, including the complete README when available.

Self-declaredGITHUB OPENCLEW

Docs source

GITHUB OPENCLEW

Editorial quality

ready

通用消息投递 Skill。接收已格式化的 payload,投递到 Email / 飞书 / 钉钉 / 企业微信 / WhatsApp / Telegram / Discord / Generic Webhook。 脚本不做任何格式转换,只负责"把数据发出去"。 --- name: universal-deliver description: | 通用消息投递 Skill。接收已格式化的 payload,投递到 Email / 飞书 / 钉钉 / 企业微信 / WhatsApp / Telegram / Discord / Generic Webhook。 脚本不做任何格式转换,只负责"把数据发出去"。 version: 1.0.0 --- universal-deliver 使用原则 1. **首次使用必走引导流程**:用户没有凭证时,Agent 按 reference/GUIDE-onboarding.md 的对话协议逐步引导,不要一次性抛出所有字段。 2. **先 dryRun,后实发**:任何渠道首次投递都必须先跑 --dryRun,确认 payload 和配置正确后再真实发送。 3. **脚本只管发出去**:delivery.js 不做任何内容转换。如果上游传来的是原始内容(长

Full README

name: universal-deliver description: | 通用消息投递 Skill。接收已格式化的 payload,投递到 Email / 飞书 / 钉钉 / 企业微信 / WhatsApp / Telegram / Discord / Generic Webhook。 脚本不做任何格式转换,只负责"把数据发出去"。 version: 1.0.0

universal-deliver

使用原则

  1. 首次使用必走引导流程:用户没有凭证时,Agent 按 reference/GUIDE-onboarding.md 的对话协议逐步引导,不要一次性抛出所有字段。
  2. 先 dryRun,后实发:任何渠道首次投递都必须先跑 --dryRun,确认 payload 和配置正确后再真实发送。
  3. 脚本只管发出去delivery.js 不做任何内容转换。如果上游传来的是原始内容(长文档、Markdown、网页正文),Agent 应先读取 reference/adapters/<channel>.md,按规则将内容转换为该渠道的 payload 格式,再调用投递脚本。
  4. 凭证写 .env,不写代码:所有 Token/Key 通过环境变量注入,参考 .env.example

一句话说明

接收任意已格式化的 JSON payload,通过指定渠道投递出去。支持 dryRun 验证,不依赖任何外部 LLM。

支持渠道

| channel 参数 | 平台 | 认证方式 | |---|---|---| | email | Email (Resend / SMTP) | API Key 或 SMTP 凭证 | | feishu | 飞书机器人 | Webhook URL / ID | | dingtalk | 钉钉机器人 | Access Token + 可选签名 | | wecom / wechat-work | 企业微信机器人 | Webhook Key | | whatsapp | WhatsApp Business | Meta API Token | | telegram | Telegram Bot | Bot Token + Chat ID | | discord | Discord Webhook | Webhook URL | | webhook | 通用 HTTP POST | 自定义 URL + Headers |

接口设计

CLI 调用

node scripts/delivery.js \
  --input <formatted-payload.json> \
  --channel <channel-name> \
  [--dryRun]

Agent Skill 调用

main({ params: { formattedData, channel, config } })

输入

  • formattedData:已格式化的 payload 对象(由上游 formatter 产出)
  • channel:渠道名称(见上表)
  • config:渠道凭证(见下方各渠道说明)

输出

{
  "success": true,
  "channel": "feishu",
  "statusCode": 200,
  "response": { ... },
  "error": null,
  "details": null
}

各渠道 config 参数

email

{
  "mode": "resend",
  "resendApiKey": "re_xxx",
  "from": "digest@example.com",
  "to": "user@example.com"
}

SMTP 模式:

{
  "mode": "smtp",
  "smtpHost": "smtp.example.com",
  "smtpPort": 587,
  "smtpSecure": false,
  "smtpUser": "user@example.com",
  "smtpPass": "password",
  "from": "digest@example.com",
  "to": "user@example.com"
}

feishu

{ "webhookId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" }

或完整 URL:

{ "webhookUrl": "https://open.feishu.cn/open-apis/bot/v2/hook/xxx" }

dingtalk

{
  "accessToken": "your_access_token",
  "secret": "your_secret"
}

secret 可选,仅在钉钉机器人开启"加签"安全设置时需要。

wecom / wechat-work

{ "key": "your_webhook_key" }

超过 2048 bytes 时自动分片发送。

whatsapp

{
  "accessToken": "your_meta_access_token",
  "phoneNumberId": "your_phone_number_id",
  "recipientPhone": "+8613800138000"
}

telegram

{
  "botToken": "123456:ABC-DEF...",
  "chatId": "-1001234567890",
  "parseMode": "MarkdownV2"
}

parseMode 默认 MarkdownV2,可设为 HTMLMarkdown。超过 4096 字符自动分片。

discord

{ "webhookUrl": "https://discord.com/api/webhooks/xxx/yyy" }

超过 2000 字符自动分片。

webhook(通用)

{
  "url": "https://your-endpoint.example.com/hook",
  "headers": {
    "Authorization": "Bearer your_token",
    "X-Custom-Header": "value"
  }
}

payload 原样 POST,不做任何转换。

标准工作流

1. dryRun 验证(必做)

node scripts/delivery.js \
  --input tmp/formatted-email.json \
  --channel email \
  --dryRun

应返回 { "success": true, "response": { "dryRun": true, ... } }

2. 正式投递

node scripts/delivery.js \
  --input tmp/formatted-email.json --channel email

3. 多渠道投递

对同一份 payload 分别调用不同渠道:

node scripts/delivery.js --input tmp/formatted-feishu.json --channel feishu
node scripts/delivery.js --input tmp/formatted-dingtalk.json --channel dingtalk

环境变量速查

所有凭证均可通过环境变量注入,无需在命令行明文传递。详见 .env.example

故障排查

  1. Missing required config: xxx — 检查对应渠道的环境变量或 config 参数是否设置
  2. HTTP 4xx — 检查 Token/Key 是否正确,是否过期
  3. HTTP 429 — 触发限流,调整 DELIVERY_RETRIESDEL_DELAY_MS
  4. 消息被截断 — 检查 maxChars / maxBytes 配置,或上游 formatter 是否已做分片
  5. Telegram Bad Request: can't parse entities — 切换 parseModeHTMLMarkdown

参考文档

  • reference/GUIDE-onboarding.md — Agent 引导协议(首次配置必读)
  • reference/TEMPLATE-onboarding.md — 对话话术模板(可直接复用)
  • reference/GUIDE-channels.md — 各渠道 Token/Webhook 获取步骤
  • reference/adapters/README.md — 原始内容适配指南(各渠道格式转换规则索引)
  • .env.example — 所有环境变量模板

Contract & API

Machine endpoints, protocol fit, contract coverage, invocation examples, and guardrails for agent-to-agent use.

MissingGITHUB OPENCLEW

Contract coverage

Status

missing

Auth

None

Streaming

No

Data region

Unspecified

Protocol support

OpenClaw: self-declared

Requires: none

Forbidden: none

Guardrails

Operational confidence: low

No positive guardrails captured.
Invocation examples
curl -s "https://xpersona.co/api/v1/agents/ai-freer-universal-deliver/snapshot"
curl -s "https://xpersona.co/api/v1/agents/ai-freer-universal-deliver/contract"
curl -s "https://xpersona.co/api/v1/agents/ai-freer-universal-deliver/trust"

Reliability & Benchmarks

Trust and runtime signals, benchmark suites, failure patterns, and practical risk constraints.

Missingruntime-metrics

Trust signals

Handshake

UNKNOWN

Confidence

unknown

Attempts 30d

unknown

Fallback rate

unknown

Runtime metrics

Observed P50

unknown

Observed P95

unknown

Rate limit

unknown

Estimated cost

unknown

Do not use if

Contract metadata is missing or unavailable for deterministic execution.
No benchmark suites or observed failure patterns are available.

Media & Demo

Every public screenshot, visual asset, demo link, and owner-provided destination tied to this agent.

Missingno-media
No screenshots, media assets, or demo links are available.

Related Agents

Neighboring agents from the same protocol and source ecosystem for comparison and shortlist building.

Self-declaredprotocol-neighbors
GITHUB_REPOSactivepieces

Rank

70

AI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents

Traction

No public download signal

Freshness

Updated 2d ago

OPENCLAW
GITHUB_REPOScherry-studio

Rank

70

AI productivity studio with smart chat, autonomous agents, and 300+ assistants. Unified access to frontier LLMs

Traction

No public download signal

Freshness

Updated 5d ago

MCPOPENCLAW
GITHUB_REPOSAionUi

Rank

70

Free, local, open-source 24/7 Cowork app and OpenClaw for Gemini CLI, Claude Code, Codex, OpenCode, Qwen Code, Goose CLI, Auggie, and more | 🌟 Star if you like it!

Traction

No public download signal

Freshness

Updated 6d ago

MCPOPENCLAW
GITHUB_REPOSCopilotKit

Rank

70

The Frontend for Agents & Generative UI. React + Angular

Traction

No public download signal

Freshness

Updated 23d ago

OPENCLAW
Machine Appendix

Contract JSON

{
  "contractStatus": "missing",
  "authModes": [],
  "requires": [],
  "forbidden": [],
  "supportsMcp": false,
  "supportsA2a": false,
  "supportsStreaming": false,
  "inputSchemaRef": null,
  "outputSchemaRef": null,
  "dataRegion": null,
  "contractUpdatedAt": null,
  "sourceUpdatedAt": null,
  "freshnessSeconds": null
}

Invocation Guide

{
  "preferredApi": {
    "snapshotUrl": "https://xpersona.co/api/v1/agents/ai-freer-universal-deliver/snapshot",
    "contractUrl": "https://xpersona.co/api/v1/agents/ai-freer-universal-deliver/contract",
    "trustUrl": "https://xpersona.co/api/v1/agents/ai-freer-universal-deliver/trust"
  },
  "curlExamples": [
    "curl -s \"https://xpersona.co/api/v1/agents/ai-freer-universal-deliver/snapshot\"",
    "curl -s \"https://xpersona.co/api/v1/agents/ai-freer-universal-deliver/contract\"",
    "curl -s \"https://xpersona.co/api/v1/agents/ai-freer-universal-deliver/trust\""
  ],
  "jsonRequestTemplate": {
    "query": "summarize this repo",
    "constraints": {
      "maxLatencyMs": 2000,
      "protocolPreference": [
        "OPENCLEW"
      ]
    }
  },
  "jsonResponseTemplate": {
    "ok": true,
    "result": {
      "summary": "...",
      "confidence": 0.9
    },
    "meta": {
      "source": "GITHUB_OPENCLEW",
      "generatedAt": "2026-04-16T23:41:35.287Z"
    }
  },
  "retryPolicy": {
    "maxAttempts": 3,
    "backoffMs": [
      500,
      1500,
      3500
    ],
    "retryableConditions": [
      "HTTP_429",
      "HTTP_503",
      "NETWORK_TIMEOUT"
    ]
  }
}

Trust JSON

{
  "status": "unavailable",
  "handshakeStatus": "UNKNOWN",
  "verificationFreshnessHours": null,
  "reputationScore": null,
  "p95LatencyMs": null,
  "successRate30d": null,
  "fallbackRate": null,
  "attempts30d": null,
  "trustUpdatedAt": null,
  "trustConfidence": "unknown",
  "sourceUpdatedAt": null,
  "freshnessSeconds": null
}

Capability Matrix

{
  "rows": [
    {
      "key": "OPENCLEW",
      "type": "protocol",
      "support": "unknown",
      "confidenceSource": "profile",
      "notes": "Listed on profile"
    }
  ],
  "flattenedTokens": "protocol:OPENCLEW|unknown|profile"
}

Facts JSON

[
  {
    "factKey": "docs_crawl",
    "category": "integration",
    "label": "Crawlable docs",
    "value": "6 indexed pages on the official domain",
    "href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
    "sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
    "sourceType": "search_document",
    "confidence": "medium",
    "observedAt": "2026-04-15T05:03:46.393Z",
    "isPublic": true
  },
  {
    "factKey": "vendor",
    "category": "vendor",
    "label": "Vendor",
    "value": "Ai Freer",
    "href": "https://github.com/ai-freer/universal-deliver",
    "sourceUrl": "https://github.com/ai-freer/universal-deliver",
    "sourceType": "profile",
    "confidence": "medium",
    "observedAt": "2026-04-15T01:14:11.763Z",
    "isPublic": true
  },
  {
    "factKey": "protocols",
    "category": "compatibility",
    "label": "Protocol compatibility",
    "value": "OpenClaw",
    "href": "https://xpersona.co/api/v1/agents/ai-freer-universal-deliver/contract",
    "sourceUrl": "https://xpersona.co/api/v1/agents/ai-freer-universal-deliver/contract",
    "sourceType": "contract",
    "confidence": "medium",
    "observedAt": "2026-04-15T01:14:11.763Z",
    "isPublic": true
  },
  {
    "factKey": "handshake_status",
    "category": "security",
    "label": "Handshake status",
    "value": "UNKNOWN",
    "href": "https://xpersona.co/api/v1/agents/ai-freer-universal-deliver/trust",
    "sourceUrl": "https://xpersona.co/api/v1/agents/ai-freer-universal-deliver/trust",
    "sourceType": "trust",
    "confidence": "medium",
    "observedAt": null,
    "isPublic": true
  }
]

Change Events JSON

[
  {
    "eventType": "docs_update",
    "title": "Docs refreshed: Sign in to GitHub · GitHub",
    "description": "Fresh crawlable documentation was indexed for the official domain.",
    "href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
    "sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
    "sourceType": "search_document",
    "confidence": "medium",
    "observedAt": "2026-04-15T05:03:46.393Z",
    "isPublic": true
  }
]

Sponsored

Ads related to universal-deliver and adjacent AI workflows.