# Send Auto Publisher 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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "auto-publisher",
    "name": "Auto Publisher",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/954215110/auto-publisher",
    "canonicalUrl": "https://clawhub.ai/954215110/auto-publisher",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/auto-publisher",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=auto-publisher",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "README.md",
      "scripts/auto_publisher.py",
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "auto-publisher",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T14:34:26.050Z",
      "expiresAt": "2026-05-06T14:34:26.050Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=auto-publisher",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=auto-publisher",
        "contentDisposition": "attachment; filename=\"auto-publisher-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "auto-publisher"
      },
      "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/auto-publisher"
    },
    "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/auto-publisher",
    "downloadUrl": "https://openagent3.xyz/downloads/auto-publisher",
    "agentUrl": "https://openagent3.xyz/skills/auto-publisher/agent",
    "manifestUrl": "https://openagent3.xyz/skills/auto-publisher/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/auto-publisher/agent.md"
  }
}
```
## Documentation

### 🦞 小龙虾品牌

Created by 小龙虾 AI 工作室

"小龙虾，有大钳（前）途！"

Contact for custom services: +86 15805942886

Need custom automation workflows, enterprise batch publishing, or API integration? Reach out!

### Auto Publisher - 多平台视频发布助手

一键上传视频到抖音、视频号、小红书、B 站、YouTube 等平台。

### Features

✅ 多平台支持 - 抖音、视频号、小红书、B 站、YouTube
✅ 一键发布 - 一次操作，多平台同步
✅ 自动文案 - 智能生成标题和标签
✅ 定时发布 - 支持发布队列和定时任务
✅ 发布记录 - 自动保存发布历史
✅ 二维码登录 - 安全便捷，无需密码

### 1. 安装依赖

pip install playwright
playwright install chromium

### 2. 配置账号

首次运行自动创建 config/accounts.json

### 3. 发布视频

# 发布到所有平台
python auto_publisher.py "video.mp4"

# 指定平台
python auto_publisher.py "video.mp4" --platforms douyin,xiaohongshu

# 无头模式
python auto_publisher.py "video.mp4" --headless

### Platform Support

PlatformLoginTitle LimitDuration LimitDouyinQR Code100 chars15 minWeChat ChannelsQR Code1000 chars30 minXiaohongshuQR Code20+1000 chars15 minBilibiliQR/Password80 chars4 hoursYouTubeGoogle100 chars12 hours

### Scripts

scripts/auto_publisher.py - 主发布程序
scripts/schedule_publisher.py - 定时发布（待开发）
scripts/batch_publisher.py - 批量发布（待开发）

### Config

config/accounts.json - 账号配置
config/publish_log.json - 发布记录
config/schedule.json - 发布计划（待开发）

### Commands / Triggers

Use this skill when:

"发布视频到所有平台"
"Auto-post this video"
"批量上传视频"
"定时发布内容"
"Multi-platform upload"

### Security Notes

Cookie 保存在本地，注意保密
定期更新登录状态
不要分享账号配置文件
企业用户建议使用官方 API

### Login timeout

Check network connection
Manually visit the platform website
Re-run and scan QR code again

### Publish failed

Check video format (MP4 recommended)
Check video size limits
View browser window for error details

### Playwright errors

pip install --upgrade pip
pip install playwright
playwright install chromium

Ready to automate your social media posting? Let's go! 🦞🚀
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: 954215110
- 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-04-29T14:34:26.050Z
- Expires at: 2026-05-06T14:34:26.050Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/auto-publisher)
- [Send to Agent page](https://openagent3.xyz/skills/auto-publisher/agent)
- [JSON manifest](https://openagent3.xyz/skills/auto-publisher/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/auto-publisher/agent.md)
- [Download page](https://openagent3.xyz/downloads/auto-publisher)