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

Douyin Interact

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

对明确指定的抖音公开 video 或 note 作品执行一次点赞、收藏按钮点击,或返回分享链接。用户要求点赞、收藏、取消相应状态或获取抖音作品链接时使用。

No reviews yet
0 installs
0 views
view→install

Install

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

✓ 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-interact)

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 Interact? 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 ,并检查登录状态。
  2. 确认唯一目标作品。接受纯数字 ID、douyin.com/video/...douyin.com/note/... 公开链接。
  3. 对刚发布的作品优先使用主页作品卡片中的公开链接,不使用创作者中心内部记录 ID。
  4. 不批量互动,不连续重复同一操作。

点赞

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_urlcopied_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.

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.