daily-content-creator

Researches a topic, generates content ideas, and produces a publishable draft for LinkedIn, blog, newsletter, or Discord.

Updated Mar 30, 2026
One-click install
npx skills add https://github.com/guizonatto/myopen-claw --skill daily-content-creator-guizonatto
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: daily-content-creator
Source: https://github.com/guizonatto/myopen-claw/tree/main/skills/daily-content-creator
Command: npx skills add https://github.com/guizonatto/myopen-claw --skill daily-content-creator-guizonatto

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Creating consistent daily content requires researching trends, brainstorming angles, and writing drafts — a time-consuming routine. This Skill automates the full pipeline from topic research to a humanized, ready-to-publish draft. ## Core Features & Use Cases - Automated Research: Searches recent news and trends on a given topic using Tavily, DuckDuckGo, or web fetch, collecting sources with URLs. - Idea Generation: Produces 10 content ideas with headline, angle, and timeliness rationale, then selects the strongest one. - Multi-Format Drafting: Writes complete drafts tailored to LinkedIn, blog, newsletter, Discord, or X/Twitter thread formats with platform-specific rules. - Humanization Pass: Runs the final draft through the humanize-writing skill to remove AI-sounding patterns before delivery. - Use Case: A solo consultant schedules a daily cronjob with the topic "Artificial Intelligence" and receives a ready-to-post LinkedIn draft every morning, grounded in the last 48 hours of news. ## Quick Start Ask the assistant to run the daily-content-creator skill with the topic "Inteligência Artificial" in LinkedIn format to get a researched, humanized draft ready to publish.

Frequently Asked Questions about daily-content-creator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate daily LinkedIn content creation?

Run the daily-content-creator skill with a fixed topic and linkedin format, optionally scheduled via an OpenClaw cronjob. It researches recent news, generates 10 ideas, and delivers a 150-300 word humanized draft with hashtags and a CTA.

What content formats does this skill support?

It supports linkedin, blog, newsletter, discord, and thread (X/Twitter) formats. Each format has specific structural rules, such as SEO headings for blogs, subject lines for newsletters, and Markdown formatting with a 2000-character limit for Discord.

Which search tools are used for topic research?

The skill prefers Tavily when TAVILY_API_KEY is available, falling back to DuckDuckGo via web_search plus web_fetch for reading pages. A browser tool is used only for login-required or JavaScript-heavy pages like LinkedIn.

Can I schedule this skill to run every day automatically?

Yes, it is designed for daily scheduling through an OpenClaw cronjob with a fixed topic parameter. The cron definitions are registered automatically when the container starts.

Does the skill prevent AI-sounding text in the final draft?

Yes, every draft passes through the humanize-writing skill before delivery. This step removes obvious AI writing patterns while preserving facts, tone, format constraints, CTAs, and hashtags.

What happens if no recent news is found for my topic?

The skill falls back to basing content ideas on general trends within the topic. It never invents statistics or facts, and every draft must include at least one source link from the research phase.