← 返回 Skills 市场
获取抖音博主主页视频列表
作者
tanshiyang
· GitHub ↗
· v1.0.0
· MIT-0
117
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install douyin-user-videos
功能描述
获取抖音博主的视频列表
使用说明 (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:
- 从用户消息中解析抖音主页 URL
- 调用 douyin_get_user_videos 工具(自动使用环境变量中的 apikey 和 cookie)
- 格式化返回视频列表
Tools
douyin_get_user_videos
获取抖音用户的视频列表。
Parameters:
url(string, required): 抖音用户主页 URL,格式如 https://www.douyin.com/user/MS4wLjABAAAAxxx
环境变量(自动使用):
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
安全使用建议
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install douyin-user-videos - 安装完成后,直接呼叫该 Skill 的名称或使用
/douyin-user-videos触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
获取抖音博主主页视频列表 是什么?
获取抖音博主的视频列表. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 117 次。
如何安装 获取抖音博主主页视频列表?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install douyin-user-videos」即可一键安装,无需额外配置。
获取抖音博主主页视频列表 是免费的吗?
是的,获取抖音博主主页视频列表 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
获取抖音博主主页视频列表 支持哪些平台?
获取抖音博主主页视频列表 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 获取抖音博主主页视频列表?
由 tanshiyang(@tanshiyang)开发并维护,当前版本 v1.0.0。
推荐 Skills