Install
$ agentstack add skill-zjay26-douyin-skills-douyin-interact ✓ 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,并检查登录状态。 - 确认唯一目标作品。接受纯数字 ID、
douyin.com/video/...或douyin.com/note/...公开链接。 - 对刚发布的作品优先使用主页作品卡片中的公开链接,不使用创作者中心内部记录 ID。
- 不批量互动,不连续重复同一操作。
点赞
python "{baseDir}/../../scripts/cli.py" like-video --video-id
网页按钮可能是切换开关。返回 state_verified: false 时,只能报告“已点击点赞按钮,最终状态未稳定确认”;不要声称一定已点赞或取消,也不要自动再点一次。
收藏
python "{baseDir}/../../scripts/cli.py" favorite-video --video-id
同样按 state_verified 解释结果。按钮已点击但状态未确认时,交给用户在页面核对。
分享链接
python "{baseDir}/../../scripts/cli.py" share-video --video-id
优先返回 JSON 的 share_url。copied_to_clipboard: false 只表示当前环境没有确认剪贴板写入;只要 share_url 有值,仍可把链接交给用户。
失败处理
risk_page: true:停在 headed 浏览器,等待人工验证。- 作品不可访问:说明可能私密、已删除或链接错误。
- 按钮未找到:报告页面结构可能变化,不要用坐标盲点或其他自动化工具兜底。
- 不支持评论、回复评论、私信分享或批量互动。
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.