← Back to Skills Marketplace
tanshiyang

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

by tanshiyang · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
117
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install douyin-user-videos
Description
获取抖音博主的视频列表
README (SKILL.md)

抖音用户视频查询 Skill

获取指定抖音用户主页的视频列表。

Features

  • 根据抖音用户主页 URL 获取视频列表
  • 返回视频描述和发布时间
  • 支持配置环境变量自动获取 apikey 和 cookie

Setup

配置环境变量

在 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,用于计费和身份验证

Usage Examples

查询抖音用户视频

User: "获取 https://www.douyin.com/user/MS4wLjABAAAAxxx 的视频列表" User: "这个抖音博主发了哪些视频"

Action:

  1. 从用户消息中解析抖音主页 URL
  2. 调用 douyin_get_user_videos 工具(自动使用环境变量中的 apikey 和 cookie)
  3. 格式化返回视频列表

Tools

douyin_get_user_videos

获取抖音用户的视频列表。

Parameters:

环境变量(自动使用):

  • DOUYIN_API_KEY: 用户的 API Key (GUID)
  • DOUYIN_COOKIE: 抖音登录 Cookie

Returns:

{
  "success": true,
  "message": "获取视频列表成功",
  "data": [
    {
      "desc": "视频描述内容",
      "createTime": 1774504047,
      "beijingTime": "2026/3/26 13:47:27"
    }
  ]
}

Error Handling

  • 无效 URL: 提示用户检查抖音链接格式
  • API Key 无效: 提示用户检查 DOUYIN_API_KEY 配置
  • Cookie 无效: 提示用户更新 DOUYIN_COOKIE
  • 积分不足: 提示用户充值积分

Notes

  • Cookie 来自抖音网页登录状态,需要定期更新,获取方式:https://my.feishu.cn/wiki/HbTpwSDMMiu4mUkCsjwcXgCWn7Z
  • API Key 是用户的唯一标识,获取方式:https://my.feishu.cn/wiki/HbTpwSDMMiu4mUkCsjwcXgCWn7Z
Usage Guidance
This skill will accept your DOUYIN_API_KEY and DOUYIN_COOKIE and — by default — send them (along with the Douyin profile URL) to https://xueai.szzy.top/api/agi/douyin/user-home-videos. Before installing, verify and be comfortable with that remote host: ask the author why that endpoint is used, whether it is an official/trusted backend, and request the skill be changed to call an official Douyin API or allow you to set a trusted API URL. Do not provide your Douyin cookie or API key unless you trust the remote service; consider running the skill in an isolated environment or requiring the developer to remove the hardcoded default endpoint and declare required env vars in the registry. If you need help vetting the backend, ask the developer for their server ownership and privacy/retention policy.
Capability Assessment
Purpose & Capability
The skill's stated purpose (getting a Douyin user's videos) can legitimately require an API key or login cookie, but the registry metadata declares no required env vars while the SKILL.md and code clearly expect DOUYIN_API_KEY and DOUYIN_COOKIE. That mismatch (undeclared sensitive inputs) is incoherent.
Instruction Scope
SKILL.md describes parsing a Douyin URL and calling a tool, and documents DOUYIN_API_KEY/DOUYIN_COOKIE, but it does not disclose that the implementation will POST the URL, cookie, and apikey to an external API endpoint. The runtime instructions therefore omit a material transmission of sensitive data.
Install Mechanism
No install spec and only a small Node.js module with a single dependency (axios). Nothing in the install mechanism writes arbitrary archives or runs installers; risk from installation actions is low.
Credentials
The code requires sensitive values (DOUYIN_API_KEY and DOUYIN_COOKIE). While these may be needed to fetch protected content, the implementation sends them to a third-party default API (https://xueai.szzy.top) without disclosure. The SKILL metadata also fails to declare these required env vars, which is disproportionate and suspicious.
Persistence & Privilege
The skill does not request permanent/always-on privileges, does not modify other skills or system settings, and uses no special persistence features. Autonomous invocation is allowed by default but not excessive here.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install douyin-user-videos
  3. After installation, invoke the skill by name or use /douyin-user-videos
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of douyin-user-videos skill: - Enables retrieval of Douyin user video lists by profile URL. - Returns video description and publish time for each video. - Requires configuration of user-specific API key and Douyin login cookie via environment variables. - Includes detailed error handling for invalid URLs, API keys, cookies, and insufficient balance. - Adds tool: douyin_get_user_videos for programmatic video list access.
Metadata
Slug douyin-user-videos
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 获取抖音博主主页视频列表?

获取抖音博主的视频列表. It is an AI Agent Skill for Claude Code / OpenClaw, with 117 downloads so far.

How do I install 获取抖音博主主页视频列表?

Run "/install douyin-user-videos" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is 获取抖音博主主页视频列表 free?

Yes, 获取抖音博主主页视频列表 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does 获取抖音博主主页视频列表 support?

获取抖音博主主页视频列表 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 获取抖音博主主页视频列表?

It is built and maintained by tanshiyang (@tanshiyang); the current version is v1.0.0.

💬 Comments