Generates high-quality promotional soft articles with structured outlines, tailored introductions, and optimized titles based on product info and hot topics. Use when you need to write promotional content, "soft articles" (), or marketing copy that integrates product highlights with current trends, news, or industry insights.
62
73%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./scientific-skills/Other/soft-article-writer/SKILL.mdscripts/outline_utils.py plus 1 additional script(s).Python: 3.10+. Repository baseline for current packaged skills.Third-party packages: not explicitly version-pinned in this skill package. Add pinned versions if this skill needs stricter environment control.cd "20260316/scientific-skills/Others/soft-article-writer"
python -m py_compile scripts/outline_utils.py
python scripts/outline_utils.py --helpExample run plan:
CONFIG block or documented parameters if the script uses fixed settings.python scripts/outline_utils.py with the validated inputs.See ## Workflow above for related details.
scripts/outline_utils.py with additional helper scripts under scripts/.Run this minimal command first to verify the supported execution path:
python scripts/outline_utils.py --helpThis skill orchestrates the creation of a promotional "soft article" (). It takes product details and marketing materials (hotspots, news, insights) as input, generates a structured outline, writes tailored sections (Introduction, Body, Conclusion), and optimizes titles.
The user should provide the following information (or the skill should prompt for it):
product): Description of the product to be promoted. (Required)highlights): Key selling points or highlights of the product. (Required)type): The combination of materials provided.
1: Hotspot + Insights2: News + Insights3: Single Material (Hotspot / News / Insights)topics: Hotspot content (if applicable).news: News content (if applicable).insights: Industry insights/Dry goods (if applicable).theme: Specific theme for the article.style: Writing style (e.g., professional, humorous).structure: Specific structure requirements.Generate a structured outline based on the inputs. The outline must explicitly contain "Introduction" (), "Body" (), and "Conclusion" () sections marked with bold headers (e.g., ****).
Use the scripts/outline_utils.py script to parse the generated outline text and extract the specific guidance for Introduction, Body, and Conclusion.
python scripts/outline_utils.py --text "<generated_outline_text>"The script returns a JSON object with introduction, body, and conclusion fields.
Generate the Introduction section. The content must be tailored based on the type input:
topics and insights.news and insights.topics, news, or insights).Constraints:
theme and style.Generate the Body section using:
product and highlights.body outline extracted in Step 2.Constraints:
Generate the Conclusion section using:
conclusion outline extracted in Step 2.Constraints:
Present the final article in Markdown format:
# [Selected Title]
## Introduction
[Introduction Content]
## Body
[Body Content]
## Conclusion
[Conclusion Content]style.soft_article_writer_result.md unless the skill documentation defines a better convention.Run this minimal verification path before full execution when possible:
python scripts/outline_utils.py --helpExpected output format:
Result file: soft_article_writer_result.md
Validation summary: PASS/FAIL with brief notes
Assumptions: explicit list if any63c61d3
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.