# blog-post

> Claude/Codex skill by [@langchain-ai](https://omgskills.com/library/langchain-ai/index.md) · 29k stars · Updated 2026-08-31

Writes and structures long-form blog posts, creates tutorial outlines, and optimizes content for SEO with cover image generation. Use when the user asks to write a blog post, article, how-to guide, tutorial, technical writeup, thought leadership piece, or long-form content.

Tags: ai, deepagents, langchain, langgraph

## Install

```sh
git clone https://github.com/langchain-ai/deepagents /tmp/deepagents && ln -s /tmp/deepagents/examples/content-builder-agent/skills/blog-post ~/.claude/skills/blog-post
```

## From README

Blog Post Writing Skill Research First (Required) Before writing any blog post, you MUST delegate research: Use the task tool with subagenttype: "researcher" In the description, specify BOTH the topic AND where to save: Example: After research completes, read the findings file before writing Output Structure (Required) Every blog post MUST have both a post AND a cover image: Example: A post about "AI Agents in 2025" → blogs/ai-agents-2025/ You MUST complete both steps: Write the post to blogs/ /post.md Generate a cover image using generateimage and save to blogs/ /hero.png A blog post is NOT complete without its cover image.

## Links

- HTML page: https://omgskills.com/skills/langchain-ai/deepagents/blog-post/
- GitHub: https://github.com/langchain-ai/deepagents
- Author: [@langchain-ai](https://omgskills.com/library/langchain-ai/index.md)

## More from this repo

- [langgraph-docs](https://omgskills.com/skills/langchain-ai/deepagents/langgraph-docs/index.md) — Fetches and references LangGraph Python documentation to build stateful agents, create multi-agent workflows, and...
   - [@langchain-ai](https://omgskills.com/library/langchain-ai/index.md) · 29k stars
- [arxiv-search](https://omgskills.com/skills/langchain-ai/deepagents/arxiv-search/index.md) — Searches arXiv for preprints and academic papers, retrieves abstracts, and filters by topic.
   - [@langchain-ai](https://omgskills.com/library/langchain-ai/index.md) · 29k stars
- [code-review](https://omgskills.com/skills/langchain-ai/deepagents/code-review/index.md) — Perform a structured code review of changes, checking for correctness, style, tests, and potential issues.
   - [@langchain-ai](https://omgskills.com/library/langchain-ai/index.md) · 29k stars
