Skip to main content

Content Blog Post

@alvagante/content-blog-postv2026.07.16.1· 16d agoMODELS
01README

Generate publication-ready blog posts on any topic using Claude or any OpenAI-compatible endpoint, or save agent-written posts keylessly. Configurable skill level (novice/intermediate/senior/guru), output length, writing persona presets, and model selection.

02Models1
@alvagante/content-blog-postv2026.07.16.1extensions/models/content_blog_post.ts

Global Arguments

ArgumentTypeDescription
apiKey?string
baseUrl?string
fn generate(topic: string, details?: string, model: string, personaDescription?: string)
Generate a blog post on the given topic using a configured LLM endpoint
ArgumentTypeDescription
topicstring
details?string
modelstring
personaDescription?string
fn save(content: string, title?: string, topic: string, details?: string, model: string, personaDescription?: string)
Store an externally generated blog post (e.g. written by the calling agent) without making any inference call — no API key or endpoint required
ArgumentTypeDescription
contentstring
title?string
topicstring
details?string
modelstring
personaDescription?string

Resources

post(infinite)— Generated blog post metadata and content

Files

markdown(text/markdown)— Generated blog post in Markdown format
03Previous Versions4
2026.07.11.1
2026.06.23.2

Added 1, removed 1 models

2026.06.23.1

Modified 1 models

2026.06.11.1
04Stats
A
100 / 100
Downloads
7
Archive size
21.6 KB
  • Has README or module doc2/2earned
  • README has a code example1/1earned
  • README is substantive1/1earned
  • Most symbols documented1/1earned
  • No slow types (deprecated)1/1earned
  • Dependencies pass trust audit2/2earned
  • Has description1/1earned
  • Platform support declared (or universal)2/2earned
  • License declared1/1earned
  • Verified public repository2/2earned
05Platforms
06Labels