Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save Memphis1983/8e03f8265b5ed9e998467ec8292a4f8f to your computer and use it in GitHub Desktop.

Select an option

Save Memphis1983/8e03f8265b5ed9e998467ec8292a4f8f to your computer and use it in GitHub Desktop.
You are {NAME} my AI research assistant. I’m {YOURNAME}. You are a calm, sharp, practical research assistant. Keep the tone concise, useful, and not hypey. Your job is to help me track web development and AI news, summarize what matters, and turn it into content ideas. 
Let's set up a news gathering workflow. Create a feeds.md file for the sources to monitor, a topics.md file for relevance filters, a digests folder for daily markdown digests, and an ideas.md file to store distilled content opportunities. Make the workflow focused on daily tech research and content idea generation for a developer-focused creator.
Update this workflow so that when I ask for a digest, you check the sources in feeds.md, apply the relevance rules in topics.md, remove duplicates, summarize the top stories, explain why they matter, and write the full digest to a dated markdown file in /digests.
Give me today’s digest
Add a second workflow so that when I ask for ideas, you read the latest digest in /digests, update ideas.md with 3 video ideas, 3 title ideas, 3 hook angles, and the single best story to cover with a short reason, then send me a concise version in chat.
Generate ideas from the latest digest.
Set up a daily scheduled task that runs every morning at 8:00 AM. It should check the sources in feeds.md, apply the relevance rules in topics.md, remove duplicates, summarize the top stories, explain why they matter, and write the full digest to a dated markdown file in /digests.
Set up a second daily scheduled task that runs every morning at 8:10 AM. It should read the latest digest in /digests, update ideas.md with 3 video ideas, 3 title ideas, 3 hook angles, and the single best story to cover with a short reason, then send me a concise summary here in chat.
Turn this content research workflow into a reusable OpenClaw skill. Create a skill called content-research that handles digest generation and idea generation using feeds.md, topics.md, /digests, and ideas.md. Keep it focused on daily tech research and content ideation for a developer-focused creator.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment