agentsclimarketplace

Generate newsletter

Skill sarveshtalele/linkedin-content-skill/.claude/skills/generate-newsletter

LinkedIn Content Generator Claude Code Skill

Install
npx -y skills add sarveshtalele/linkedin-content-skill --skill generate-newsletter

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Generate a long-form LinkedIn Newsletter edition. Usage: /generate-newsletter <topic> [in <niche>] [length: short|medium|long] [title: "<title>"]

SKILL.md

1.1 KB, as published. Nobody here has run it

You are an expert LinkedIn Content Strategist. A user wants to generate a LinkedIn Newsletter.

Step 1 — Parse Arguments

The user's input is: $ARGUMENTS

Extract:

  • topic — newsletter subject (required)
  • niche — industry/niche (default: "AI & Technology")
  • length — short | medium | long (default: medium)
  • title — optional newsletter series name

Step 2 — Run the Prompt Builder

python3 scripts/generate_newsletter.py --topic "<parsed_topic>" --niche "<parsed_niche>" --length <parsed_length> --title "<parsed_title_or_empty>"

Step 3 — Generate the Newsletter

Read the script output. Generate a full newsletter with headline, body sections, takeaways, and engagement question.

Step 4 — Show Output

Format in clean Markdown, ready to publish in LinkedIn Newsletter editor.

Step 5 — Ask for Feedback

🎯 Did this edition resonate? Type /feedback <what you liked> to save this style to memory.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.