# Douyin Interact

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

- **Type:** Skill
- **Install:** `agentstack add skill-zjay26-douyin-skills-douyin-interact`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [zJay26](https://agentstack.voostack.com/s/zjay26)
- **Installs:** 0
- **Category:** [Web & Browser](https://agentstack.voostack.com/c/web-and-browser)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [zJay26](https://github.com/zJay26)
- **Source:** https://github.com/zJay26/douyin-skills/tree/main/skills/douyin-interact

## Install

```sh
agentstack add skill-zjay26-douyin-skills-douyin-interact
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# 执行基础互动

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

## 前置确认

1. 根据用户指定账号传 `--account `，并检查登录状态。
2. 确认唯一目标作品。接受纯数字 ID、`douyin.com/video/...` 或 `douyin.com/note/...` 公开链接。
3. 对刚发布的作品优先使用主页作品卡片中的公开链接，不使用创作者中心内部记录 ID。
4. 不批量互动，不连续重复同一操作。

## 点赞

```bash
python "{baseDir}/../../scripts/cli.py" like-video --video-id 
```

网页按钮可能是切换开关。返回 `state_verified: false` 时，只能报告“已点击点赞按钮，最终状态未稳定确认”；不要声称一定已点赞或取消，也不要自动再点一次。

## 收藏

```bash
python "{baseDir}/../../scripts/cli.py" favorite-video --video-id 
```

同样按 `state_verified` 解释结果。按钮已点击但状态未确认时，交给用户在页面核对。

## 分享链接

```bash
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](https://github.com/zJay26)
- **Source:** [zJay26/douyin-skills](https://github.com/zJay26/douyin-skills)
- **License:** MIT

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

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-zjay26-douyin-skills-douyin-interact
- Seller: https://agentstack.voostack.com/s/zjay26
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
