AgentStack
SKILL verified MIT Self-run

Douyin Upload Prompt

skill-puppyfront-web-social-publish-skills-douyin-upload-prompt · by puppyfront-web

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

No reviews yet
0 installs
14 views
0.0% view→install

Install

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

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

Are you the author of Douyin Upload Prompt? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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.

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.