# Douyin Upload Prompt

> 当用户上传抖音视频但未填写标题、简介或标签时，提供智能补全建议与默认值流程。属于独立仓库 social-publish-skills，与 douyin-upload skill 配合；实际 CLI 以本仓库 TypeScript 引擎为准。

- **Type:** Skill
- **Install:** `agentstack add skill-puppyfront-web-social-publish-skills-douyin-upload-prompt`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [puppyfront-web](https://agentstack.voostack.com/s/puppyfront-web)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [puppyfront-web](https://github.com/puppyfront-web)
- **Source:** https://github.com/puppyfront-web/social-publish-skills/tree/main/skills/douyin-upload-prompt

## Install

```sh
agentstack add skill-puppyfront-web-social-publish-skills-douyin-upload-prompt
```

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

## About

# Douyin Upload Prompt Skill

**当用户未填写标题、简介、标签时，提供智能提示和默认值。**

## Agent 执行规则（重要）

- 默认由 Agent 在仓库根目录直接执行命令，不要让用户手动复制粘贴命令。
- 只有在必须人工完成的步骤（扫码、短信验证码、账号确认、终端按 Enter）才请求用户介入。
- 文案补全完成并经用户确认后，Agent 继续直接执行 `node dist/cli.js douyin upload ...`。

## 标准执行模板（全自动优先）

1. 先检查标题、简介、标签缺失项并生成候选文案。
2. 请求用户只对文案内容进行确认或微调（不要求用户执行命令）。
3. 文案确认后，Agent 自动执行 `node dist/cli.js douyin upload ...`。
4. 仅在扫码或显式人工确认时暂停并请求用户操作；完成后由 Agent 继续后续步骤。

## 功能
1. **输入检查**：检查标题、简介、标签是否为空
2. **智能建议**：基于视频内容生成建议
3. **默认值提供**：提供合理的默认值
4. **用户确认**：等待用户确认或修改

## 使用场景
- 用户上传视频但未填写标题
- 用户未填写简介或标签
- 需要AI辅助生成内容

## 工作流程
1. 检查用户输入
2. 如果为空，生成建议
3. 显示建议并等待用户确认
4. 使用确认后的值执行上传

## 示例

用户只提供视频文件、未给标题时，由 Agent 生成建议文案，确认后再调用 `node dist/cli.js douyin upload ...`（参数含 `--title`、`--desc`、`--tags`）。

## 配置

- `prompt_logic.py`：提示逻辑参考实现
- `templates/`：标题与标签模板 JSON

## 集成方式

在调用抖音发布 CLI **之前**插入本 skill：先补齐/确认元数据，再执行上传命令。

## Source & license

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

- **Author:** [puppyfront-web](https://github.com/puppyfront-web)
- **Source:** [puppyfront-web/social-publish-skills](https://github.com/puppyfront-web/social-publish-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-puppyfront-web-social-publish-skills-douyin-upload-prompt
- Seller: https://agentstack.voostack.com/s/puppyfront-web
- 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%.
