AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Douyin Explore

skill-zjay26-douyin-skills-douyin-explore · by zJay26

在抖音网页版按关键词搜索公开作品,并读取 video 或 note 作品详情。用户要求搜索抖音、查找作品、查看公开作品详情或解析抖音作品链接时使用。

No reviews yet
0 installs
0 views
view→install

Install

$ agentstack add skill-zjay26-douyin-skills-douyin-explore

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-zjay26-douyin-skills-douyin-explore)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
yesterday

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Douyin Explore? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

搜索与查看公开作品

只使用 python "{baseDir}/../../scripts/cli.py" 。如果系统只有 python3,替换命令名。

前置条件

  1. 根据用户指定账号传 --account ;未指定时使用 CLI 默认账号。
  2. 先运行 check-login。未登录时转交 douyin-auth
  3. 检测到 needs_user_verification 后停下,请用户在 headed 浏览器处理验证。

搜索

python "{baseDir}/../../scripts/cli.py" search-videos --keyword "关键词" --limit 7
  • 默认返回 7 条,用户明确指定时调整,单次最多 20 条。
  • 关键词为空时停止并请用户补充。
  • 结果同时可能包含 videonote,以每项 kind 字段为准。
  • 用标题、作者、作品类型和公开链接整理结果;缺失字段保持为空,不推测作者 ID 或互动数据。

读取详情

--video-id 兼容纯数字 ID、douyin.com/video/...douyin.com/note/... 公开链接:

python "{baseDir}/../../scripts/cli.py" get-video-detail --video-id 

拒绝非 douyin.com 链接。根据 content_type 区分视频和图文;作品不存在、私密、已删除或页面结构变化时如实报告。

结果与边界

  • success: falserisk_page: true:切到人工验证流程。
  • count: 0success: true:搜索正常但没有结果,可建议更换关键词。
  • 不执行用户主页批量抓取、评论区全量采集、高级筛选、热点榜单或数据分析。
  • 不为补齐作者 ID 逐条打开结果详情;保持搜索流程轻量,避免额外请求。

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.