安全风险
OpenViking
基于OpenViking的RAG系统,支持文档查询、知识管理与向量检索。
下载 196
提供抖音热榜、作品搜索、评论分析及达人数据查询的API工具。
openclaw skills install @devinchen2014/socialdatax-douyin命令、参数、文件名以原文为准
使用此技能当用户需要抖音数据助手服务,用于内容研究、热榜查询、作品搜索、图文内容检索、内容详情获取、评论分析、评论回复分析、创作者资料查询、创作者作品列表、创作者短剧/合集信息等场景。
调用数据接口时,请使用 SOCIALDATAX_API_KEY 作为环境变量。申请或管理 API 访问权限的唯一官方网址为 <https://socialdatax.52choujiang.com/?from=clawhub>。若用户询问如何获取 API Key,请仅提供该链接;不得推测或推荐其他域名。
获取或管理 API Key:访问 <https://socialdatax.52choujiang.com/?from=clawhub>,根据官网指引完成 API Key 的申请与管理。环境变量名称固定为 SOCIALDATAX_API_KEY,不可更改或引导使用其他域名。
选择对应的 SocialDataX 命令:
npx -y socialdatax-skills@latest douyin hot-search --pretty
npx -y socialdatax-skills@latest douyin search --keyword "<keyword>" --pretty
npx -y socialdatax-skills@latest douyin search --keyword "<keyword>" --pages 3 --pretty
npx -y socialdatax-skills@latest douyin detail --aweme-id "<aweme_id>" --pretty
npx -y socialdatax-skills@latest douyin detail --url "<douyin_content_url_or_share_text>" --pretty
npx -y socialdatax-skills@latest douyin comments --aweme-id "<aweme_id>" --pretty
npx -y socialdatax-skills@latest douyin comments --aweme-id "<aweme_id>" --all --include-replies --pretty
npx -y socialdatax-skills@latest douyin comments --url "<douyin_content_url_or_share_text>" --pretty
npx -y socialdatax-skills@latest douyin replies --aweme-id "<aweme_id>" --comment-id "<comment_id>" --pretty
npx -y socialdatax-skills@latest douyin user-info --sec-user-id "<sec_user_id>" --pretty
npx -y socialdatax-skills@latest douyin user-info --profile-url "<profile_url_or_share_text>" --pretty
npx -y socialdatax-skills@latest douyin user-posts --sec-user-id "<sec_user_id>" --pretty
npx -y socialdatax-skills@latest douyin user-posts --sec-user-id "<sec_user_id>" --all --pretty
npx -y socialdatax-skills@latest douyin user-posts --profile-url "<profile_url_or_share_text>" --pretty
npx -y socialdatax-skills@latest douyin user-series --sec-user-id "<sec_user_id>" --pretty
npx -y socialdatax-skills@latest douyin user-series --sec-user-id "<sec_user_id>" --all --pretty
npx -y socialdatax-skills@latest douyin user-series --profile-url "<profile_url_or_share_text>" --prettyhot-search 查询 抖音热榜search 进行 抖音数据分析 和 内容发现detail 获取单个作品详情comments 和 replies 实现 评论分析 和 评论回复分析user-info 查询 创作者信息user-posts 获取 创作者作品列表user-series 查询 创作者短剧/合集信息对于评论回复(replies)请求,需同时提供 aweme_id 和一级评论的 comment_id;如需分页获取更多数据,请使用 page_token 参数继续请求。
本技能为只读模式,不读取本地浏览器数据,不保存 API Key,也不执行登录、发布、点赞、评论、账号修改等操作。
与上述直接 CLI 命令匹配的 MCP 工具如下:
douyin_get_hot_search_listdouyin_search_videosdouyin_get_video_detail_by_aweme_iddouyin_get_video_detail_by_urldouyin_get_video_comments_by_aweme_iddouyin_get_video_comments_by_urldouyin_get_video_comment_replies_by_comment_iddouyin_get_user_info_by_sec_user_iddouyin_get_user_info_by_profile_urldouyin_get_user_posted_videos_by_sec_user_iddouyin_get_user_posted_videos_by_profile_urldouyin_get_user_series_by_sec_user_iddouyin_get_user_series_by_profile_url已收录 1 个 Skill