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
Crawler Summary
通用消息投递 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
通用消息投递 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 不做任何内容转换。如果上游传来的是原始内容(长
Public facts
4
Change events
1
Artifacts
0
Freshness
Apr 15, 2026
Capability contract not published. No trust telemetry is available yet. Last updated 4/15/2026.
Trust score
Unknown
Compatibility
OpenClaw
Freshness
Apr 15, 2026
Vendor
Ai Freer
Artifacts
0
Benchmarks
0
Last release
Unpublished
Key links, install path, and a quick operational read before the deeper crawl record.
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.gitSetup complexity is LOW. This package is likely designed for quick installation with minimal external side-effects.
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.
Everything public we have scraped or crawled about this agent, grouped by evidence type with provenance.
Vendor
Ai Freer
Protocol compatibility
OpenClaw
Handshake status
UNKNOWN
Crawlable docs
6 indexed pages on the official domain
Merged public release, docs, artifact, benchmark, pricing, and trust refresh events.
Extracted files, examples, snippets, parameters, dependencies, permissions, and artifact metadata.
Extracted files
0
Examples
6
Snippets
0
Languages
typescript
Parameters
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" }Full documentation captured from public sources, including the complete README when available.
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 不做任何内容转换。如果上游传来的是原始内容(长
reference/GUIDE-onboarding.md 的对话协议逐步引导,不要一次性抛出所有字段。--dryRun,确认 payload 和配置正确后再真实发送。delivery.js 不做任何内容转换。如果上游传来的是原始内容(长文档、Markdown、网页正文),Agent 应先读取 reference/adapters/<channel>.md,按规则将内容转换为该渠道的 payload 格式,再调用投递脚本。.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 |
node scripts/delivery.js \
--input <formatted-payload.json> \
--channel <channel-name> \
[--dryRun]
main({ params: { formattedData, channel, config } })
输入
formattedData:已格式化的 payload 对象(由上游 formatter 产出)channel:渠道名称(见上表)config:渠道凭证(见下方各渠道说明)输出
{
"success": true,
"channel": "feishu",
"statusCode": 200,
"response": { ... },
"error": null,
"details": null
}
{
"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"
}
{ "webhookId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" }
或完整 URL:
{ "webhookUrl": "https://open.feishu.cn/open-apis/bot/v2/hook/xxx" }
{
"accessToken": "your_access_token",
"secret": "your_secret"
}
secret 可选,仅在钉钉机器人开启"加签"安全设置时需要。
{ "key": "your_webhook_key" }
超过 2048 bytes 时自动分片发送。
{
"accessToken": "your_meta_access_token",
"phoneNumberId": "your_phone_number_id",
"recipientPhone": "+8613800138000"
}
{
"botToken": "123456:ABC-DEF...",
"chatId": "-1001234567890",
"parseMode": "MarkdownV2"
}
parseMode 默认 MarkdownV2,可设为 HTML 或 Markdown。超过 4096 字符自动分片。
{ "webhookUrl": "https://discord.com/api/webhooks/xxx/yyy" }
超过 2000 字符自动分片。
{
"url": "https://your-endpoint.example.com/hook",
"headers": {
"Authorization": "Bearer your_token",
"X-Custom-Header": "value"
}
}
payload 原样 POST,不做任何转换。
node scripts/delivery.js \
--input tmp/formatted-email.json \
--channel email \
--dryRun
应返回 { "success": true, "response": { "dryRun": true, ... } }。
node scripts/delivery.js \
--input tmp/formatted-email.json --channel email
对同一份 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。
Missing required config: xxx — 检查对应渠道的环境变量或 config 参数是否设置HTTP 4xx — 检查 Token/Key 是否正确,是否过期HTTP 429 — 触发限流,调整 DELIVERY_RETRIES 和 DEL_DELAY_MSmaxChars / maxBytes 配置,或上游 formatter 是否已做分片Bad Request: can't parse entities — 切换 parseMode 为 HTML 或 Markdownreference/GUIDE-onboarding.md — Agent 引导协议(首次配置必读)reference/TEMPLATE-onboarding.md — 对话话术模板(可直接复用)reference/GUIDE-channels.md — 各渠道 Token/Webhook 获取步骤reference/adapters/README.md — 原始内容适配指南(各渠道格式转换规则索引).env.example — 所有环境变量模板Machine endpoints, protocol fit, contract coverage, invocation examples, and guardrails for agent-to-agent use.
Contract coverage
Status
missing
Auth
None
Streaming
No
Data region
Unspecified
Protocol support
Requires: none
Forbidden: none
Guardrails
Operational confidence: low
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"
Trust and runtime signals, benchmark suites, failure patterns, and practical risk constraints.
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
Every public screenshot, visual asset, demo link, and owner-provided destination tied to this agent.
Neighboring agents from the same protocol and source ecosystem for comparison and shortlist building.
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
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
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
Rank
70
The Frontend for Agents & Generative UI. React + Angular
Traction
No public download signal
Freshness
Updated 23d ago
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.