name: content-creator-assistant description: AI writing assistant using Reflection + Tree of Thoughts for high-quality content creation. Generates articles, blogs, and documentation with iterative refinement.
AI-powered writing assistant that combines creative exploration (Tree of Thoughts) with iterative refinement (Reflection) to produce high-quality content.
const writer = new ContentCreatorAssistant();
const article = await writer.write({
topic: 'The Future of AI in Healthcare',
type: 'blog-post',
audience: 'general public',
length: 'medium' // short, medium, long
});
console.log(article.content);
const writer = new ContentCreatorAssistant({
style: 'professional',
tone: 'informative',
iterations: 3, // Reflection cycles
branches: 4, // ToT exploration paths
verbose: true
});
const article = await writer.write({
topic: 'Microservices Architecture',
type: 'technical-article',
audience: 'developers',
keyPoints: ['scalability', 'maintainability', 'trade-offs'],
wordCount: 2000
});
1. Tree of Thoughts (Creative Phase)
├─ Generate 4 content angles
├─ Evaluate each angle
└─ Select best approach
2. Outline Generation
├─ Create structured outline
└─ Validate flow
3. Draft Writing
└─ Write initial draft
4. Reflection (Refinement Phase)
├─ Evaluate draft quality
├─ Identify improvements
├─ Revise content
└─ Repeat (3 iterations)
5. Final Polish
├─ Grammar check
├─ Style consistency
└─ Format output
# The Future of AI in Healthcare
## Introduction
Artificial Intelligence is revolutionizing healthcare, from diagnosis to treatment planning...
## Current Applications
### Diagnostic Imaging
AI-powered image analysis can detect diseases earlier and more accurately...
### Personalized Medicine
Machine learning algorithms analyze patient data to recommend tailored treatments...
## Future Outlook
By 2030, we expect to see...
## Conclusion
AI in healthcare is not just a trend—it's a transformation that will...
User Request
↓
Tree of Thoughts Agent
├─ Angle 1: Technical deep-dive
├─ Angle 2: Case studies
├─ Angle 3: Future predictions
└─ Angle 4: Practical guide
↓
Best Angle Selection
↓
Outline Generation
↓
Draft Writing
↓
Reflection Agent (3 iterations)
├─ Iteration 1: Structure & flow
├─ Iteration 2: Content quality
└─ Iteration 3: Style & polish
↓
Final Content
clawhub install content-creator-assistant小蔥技能7w4.net有更新,你可以訪問看下。
MIT
AI-Agent
1.0.0
2026-04-02
這個寫作助手功能豐富,能生成部落格、技術文章等多種內容,質量較高。文件清晰易懂,上手容易。遺憾的是程式碼存在 bug,會導致無法正常使用,修復後應該是一款值得推薦的工具。