🎁 Get the FREE AI Skills Starter GuideSubscribe →
BytesAgainBytesAgain
🦀 ClawHub

获取抖音博主主页视频列表

by @tanshiyang

获取抖音博主的视频列表

Versionv1.0.0
⚙️ Configuration

配置环境变量

在 OpenClaw 配置中添加环境变量(~/.openclaw/openclaw.json):

{
  "skills": {
    "douyin-user-videos": {
      "env": {
        "DOUYIN_API_KEY": "用户的GUID-apiKey",
        "DOUYIN_COOKIE": "抖音Cookie"
      }
    }
  }
}

或者通过命令行设置:

export DOUYIN_API_KEY="用户的GUID-apiKey"
export DOUYIN_COOKIE="抖音Cookie"

apikey 说明

  • apikey 是用户在学AI门户注册后获得的 GUID
  • 每个用户有唯一的 apikey,用于计费和身份验证
  • 📋 Tips & Best Practices

  • Cookie 来自抖音网页登录状态,需要定期更新,获取方式:https://my.feishu.cn/wiki/HbTpwSDMMiu4mUkCsjwcXgCWn7Z
  • API Key 是用户的唯一标识,获取方式:https://my.feishu.cn/wiki/HbTpwSDMMiu4mUkCsjwcXgCWn7Z
  • View on ClawHub
    TERMINAL
    clawhub install douyin-user-videos

    🧪 Use this skill with your agent

    Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

    🔍 Can't find the right skill?

    Search 60,000+ AI agent skills — free, no login needed.

    Search Skills →