This skill integrates with the existing douyin-profit-calculator skill ecosystem to provide comprehensive Douyin content creation support.
Both skills use the same workspace structure and can share data through the common examples directory structure.
- When
douyin-profit-calculatoridentifies high-profit products, users can immediately request title generation for those products - The title generator can suggest titles optimized for the product categories identified by the profit calculator
- User provides sales data →
douyin-profit-calculatoranalyzes profit margins - User requests titles for high-margin products →
douyin-title-generatorcreates targeted viral titles - Both skills maintain separate but compatible data structures in their respective
examples/directories
- Python 3.6+
- Optional: jieba (for better Chinese text segmentation)
douyin-title-generator/
├── SKILL.md # Skill description and usage instructions
├── _meta.json # Metadata and trigger configuration
├── README.md # Integration documentation
├── examples/ # Title libraries (JSON files by category)
│ ├── general.json # Default title examples
│ └── example_usage.md # Usage examples
└── scripts/
└── title_generator.py # Core title analysis and generation logic
The skill automatically activates when user messages contain:
- "标题"
- "爆款"
- "抖音标题"
- "短视频标题"
- "热门标题"
- "标题生成"
- "标题建议"
- The skill is designed to be extensible for different content categories
- Title patterns are learned from user-provided examples
- Generated titles follow proven viral content formulas
- Integration with profit calculator enables data-driven title optimization