Install
$ agentstack add skill-zjay26-douyin-skills-douyin-explore ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
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 →About
搜索与查看公开作品
只使用 python "{baseDir}/../../scripts/cli.py" 。如果系统只有 python3,替换命令名。
前置条件
- 根据用户指定账号传
--account;未指定时使用 CLI 默认账号。 - 先运行
check-login。未登录时转交douyin-auth。 - 检测到
needs_user_verification后停下,请用户在 headed 浏览器处理验证。
搜索
python "{baseDir}/../../scripts/cli.py" search-videos --keyword "关键词" --limit 7
- 默认返回 7 条,用户明确指定时调整,单次最多 20 条。
- 关键词为空时停止并请用户补充。
- 结果同时可能包含
video与note,以每项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: false且risk_page: true:切到人工验证流程。count: 0且success: true:搜索正常但没有结果,可建议更换关键词。- 不执行用户主页批量抓取、评论区全量采集、高级筛选、热点榜单或数据分析。
- 不为补齐作者 ID 逐条打开结果详情;保持搜索流程轻量,避免额外请求。
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: zJay26
- Source: zJay26/douyin-skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.