— 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
✓ 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.
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 claimAbout
Douyin Upload Prompt Skill
当用户未填写标题、简介、标签时,提供智能提示和默认值。
Agent 执行规则(重要)
- 默认由 Agent 在仓库根目录直接执行命令,不要让用户手动复制粘贴命令。
- 只有在必须人工完成的步骤(扫码、短信验证码、账号确认、终端按 Enter)才请求用户介入。
- 文案补全完成并经用户确认后,Agent 继续直接执行
node dist/cli.js douyin upload ...。
标准执行模板(全自动优先)
- 先检查标题、简介、标签缺失项并生成候选文案。
- 请求用户只对文案内容进行确认或微调(不要求用户执行命令)。
- 文案确认后,Agent 自动执行
node dist/cli.js douyin upload ...。 - 仅在扫码或显式人工确认时暂停并请求用户操作;完成后由 Agent 继续后续步骤。
功能
- 输入检查:检查标题、简介、标签是否为空
- 智能建议:基于视频内容生成建议
- 默认值提供:提供合理的默认值
- 用户确认:等待用户确认或修改
使用场景
- 用户上传视频但未填写标题
- 用户未填写简介或标签
- 需要AI辅助生成内容
工作流程
- 检查用户输入
- 如果为空,生成建议
- 显示建议并等待用户确认
- 使用确认后的值执行上传
示例
用户只提供视频文件、未给标题时,由 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
- Source: puppyfront-web/social-publish-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.