bee

抖音视频一键工作流:下载无水印视频 → 上传阿里云OSS → 写入飞书多维表格。支持各种抖音链接格式,智能提取标题和话题标签。

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "bee" with this command: npx skills add jerryxn/bee

douyin-oss-feishu

抖音视频一键工作流:下载无水印视频 → 上传阿里云OSS → 写入飞书多维表格

功能

  • 🎬 自动下载抖音无水印视频(依赖 douyin-download skill)
  • ☁️ 上传到阿里云 OSS(依赖 aliyun-oss-upload skill)
  • 📊 自动写入飞书多维表格(Bitable API)
  • 🧠 智能提取热点词和话题标签
  • ✅ 前置验证:链接格式、工具依赖、环境变量一次性检查
  • 🔁 已下载文件自动跳过

前置依赖

Skills(需先安装)

clawhub install douyin-download
clawhub install aliyun-oss-upload

环境变量

# 阿里云 OSS
export ALIYUN_OSS_ACCESS_KEY_ID="your-key-id"
export ALIYUN_OSS_ACCESS_KEY_SECRET="your-key-secret"
export ALIYUN_OSS_ENDPOINT="https://oss-cn-beijing.aliyuncs.com"
export ALIYUN_OSS_BUCKET="your-bucket"

# 飞书应用
export FEISHU_APP_ID="your-app-id"
export FEISHU_APP_SECRET="your-app-secret"

可选环境变量

export FEISHU_WIKI_TOKEN="wiki节点token"
export FEISHU_BITABLE_APP_TOKEN="bitable的app_token"
export FEISHU_BITABLE_TABLE_ID="表格ID"
export DOUYIN_DOWNLOAD_DIR="/tmp/douyin-download"
export OSS_PREFIX="douyin"

使用方法

完整工作流

bash scripts/douyin-workflow.sh "抖音链接"

支持链接格式:

  • https://www.douyin.com/video/123456789
  • https://www.iesdouyin.com/share/video/123456789/...
  • https://v.douyin.com/xxxxx/
  • APP分享文本中的链接

仅解析

bash scripts/douyin-workflow.sh "抖音链接" --dry-run

跳过步骤

bash scripts/douyin-workflow.sh "抖音链接" --skip-oss
bash scripts/douyin-workflow.sh "抖音链接" --skip-feishu

工作流程

抖音链接 → 解析信息 → 下载视频 → OSS上传 → 飞书写入

飞书多维表格字段映射

字段名填充规则
热点词标题去掉#标签后的纯文本
大概描述完整标题
话题所有#标签
视频原始地址抖音标准链接
阿里OSS地址OSS永久访问地址
状态默认"未制作"

注意事项

  • 飞书应用需要 bitable:app:readonlybitable:app 权限
  • 如果表格在 Wiki 中,需设置 wiki:wiki:readonly 权限
  • OSS Bucket 建议设为私有,通过签名链接访问
  • 视频下载到 /tmp/douyin-download/,可定期清理

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

Feishu Bitable API

飞书多维表格(Bitable)API技能。用于创建、读取、更新和删除飞书多维表格的数据表、记录和字段。

Registry SourceRecently Updated
2.9K3Profile unavailable
Automation

Video Subtitle Downloader

Download and convert subtitles from YouTube, Bilibili, and 1000+ platforms into SRT, JSON, or TXT with automatic timestamps and GPU acceleration support.

Registry SourceRecently Updated
890Profile unavailable
Automation

Feishu Bitable Import

批量导入本地CSV/Excel/JSON数据至飞书多维表格,支持智能字段推断及增量、全量、仅新增三种同步模式。

Registry SourceRecently Updated
950Profile unavailable
Automation

Douyin Automation

Puppeteer-based Douyin (TikTok China) video uploader. Automate login, upload and publish videos to Douyin Creator Platform using headless browser. 抖音视频自动化发布工...

Registry SourceRecently Updated
1980Profile unavailable