.claude/skills/guaikei-douyin-data-intake-to-jsonRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
一句话讲清:4 个命令查 4 类抖音公开数据——search 搜视频/图文/用户、post 抓博主作品、comment 拉视频评论、hot 看实时热榜。3 种链接格式通吃(PC 链接/移动短链/ID 直传),输出 JSON 自动存日志。
These states come from the source or distribution context. None of the entries below are SkillVetAI compatibility test results.
These checks parse the fixed package against dated platform rules. They do not execute the Skill or verify task behavior.
.claude/skills/guaikei-douyin-data-intake-to-jsonRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
.agents/skills/guaikei-douyin-data-intake-to-jsonRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
skills/guaikei-douyin-data-intake-to-jsonRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
This command is recorded from the source ecosystem and resolves the registry's latest release. The fixed release shown on this page should be inspected before adoption.
clawhub install @engheng-art/guaikei-douyin-data-intake-to-jsonclawhub inspect @engheng-art/guaikei-douyin-data-intake-to-json --version 1.0.0This automated, non-executing scan is bound to this release hash. It is not a safety certification and may contain false positives or false negatives.
This is registry-supplied evidence for the recorded release, not an independent SkillVetAI scan. Check the canonical source for the full report, scanner versions, scope, and current moderation state.
The catalog stores hashes and an inventory summary for change detection. It does not republish the package contents.
sha256:751e3c23ecd748b08456359f5910e0876518f058aa9320bc20c358aa0e20dc81assets/comment_cli_req.schema.jsonassets/comment_cli_resp.schema.jsonassets/hot_cli_resp.schema.jsonassets/post_cli_req.schema.jsonassets/post_cli_resp.schema.jsonassets/search_cli_req.schema.jsonassets/search_cli_resp.schema.jsonpackage.jsonreadme.mdreferences/changelog.mdreferences/options.mdskill-card.mdSKILL.mdsrc/api/comment.jssrc/api/hot.jssrc/api/post.jssrc/api/search.jssrc/config/constants.jssrc/douyin/comment-cli.jssrc/douyin/hot-cli.jssrc/douyin/post-cli.jssrc/douyin/search-cli.jssrc/utils/args.jssrc/utils/errors.jssrc/utils/log.jssrc/utils/name.jssrc/utils/request.jssrc/utils/retry.jssrc/utils/token.jssrc/utils/utils.jsInitial release. - Enables Douyin (TikTok China) public data collection via 4 commands for video/user search, creator posts, video comments, and real-time hot trends. - Supports all common link formats (PC, mobile short link, or direct ID). - Outputs results as structured JSON, logging each query automatically. - Provides standardized error handling, parameter inference, and security-compliant token management. - Includes full documentation of command options, parameter mapping, and usage examples. - Limits access to public data only; does not support publishing, editing, downloading, or private info.