bee

v1.2.0

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

0· 187·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for jerryxn/bee.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "bee" (jerryxn/bee) from ClawHub.
Skill page: https://clawhub.ai/jerryxn/bee
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Required env vars: ALIYUN_OSS_ACCESS_KEY_ID, ALIYUN_OSS_ACCESS_KEY_SECRET, ALIYUN_OSS_ENDPOINT, ALIYUN_OSS_BUCKET, FEISHU_APP_ID, FEISHU_APP_SECRET
Required binaries: node, python3, curl
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install bee

ClawHub CLI

Package manager switcher

npx clawhub@latest install bee
Security Scan
VirusTotalVirusTotal
Pending
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description require downloading videos, uploading to Aliyun OSS, and writing to Feishu — the skill requires node/python3/curl and the expected Aliyun/Feishu environment variables. The requested binaries and env vars line up with the stated functionality.
Instruction Scope
SKILL.md and scripts/douyin-workflow.sh limit actions to parsing a Douyin link, invoking the douyin-download and aliyun-oss-upload helper scripts, uploading to OSS, and calling Feishu APIs. The script only reads the declared env vars and local filesystem (download dir, temp files). It does execute other skill files (douyin-download and aliyun-oss-upload) by path — this is expected but means those dependent skills will run with the same environment.
Install Mechanism
No install spec; this is an instruction-only skill with a shell script. No remote downloads or archive extraction are present in the bundle.
Credentials
Required env vars are limited to Aliyun OSS and Feishu credentials needed for the described integrations. Optional vars (app token, wiki token, table ID, download dir, prefix) are reasonable for feature flags. No unrelated credentials or secrets are requested.
Persistence & Privilege
always is false, the skill does not request permanent platform presence or modify other skills/config; it only invokes other local skill files and remote service APIs as part of the workflow.
Assessment
This skill appears coherent, but it executes two helper skills by path (douyin-download and aliyun-oss-upload). Before installing or running: (1) verify those dependent skills come from trusted sources and review their code because they will run with your environment (including the same credentials); (2) scope Aliyun and Feishu credentials to least privilege (use an OSS bucket with appropriate policy and a Feishu app with only needed bitable/wiki scopes); (3) run first in an isolated/test environment and confirm downloaded files and uploads behave as expected. If you cannot verify the dependent skills, treat execution as higher risk.

Like a lobster shell, security has layers — review code before you run it.

Runtime requirements

🎬 Clawdis
Binsnode, python3, curl
EnvALIYUN_OSS_ACCESS_KEY_ID, ALIYUN_OSS_ACCESS_KEY_SECRET, ALIYUN_OSS_ENDPOINT, ALIYUN_OSS_BUCKET, FEISHU_APP_ID, FEISHU_APP_SECRET
latestvk970sz4hh2ephnvbwzspgehq7584bm9m
187downloads
0stars
6versions
Updated 3w ago
v1.2.0
MIT-0

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/,可定期清理

Comments

Loading comments...