doodle top mobile

Automate Hashnode with Claude Code

Publish blog posts to Hashnode, manage publications, add cover images and canonical URLs, and tag your content — just by asking Claude Code.

Setup GuideGitHub

Please make sure there is always a human in the loop.

doodle left mobiledoodle right mobile

Publish to Hashnode in Seconds

Setup, then just ask

# One-time setup
npx skills add gitroomhq/postiz-agent
export POSTIZ_API_KEY=your_api_key

# Then just ask Claude Code:
> Publish my post on Hashnode with
  a cover image and tags, tomorrow at 9am

Claude Code: Done! Your Hashnode post is scheduled.

Hashnode-Specific Features

📖

Blog Publishing

Publish long-form blog posts with full Markdown support. Code blocks, embeds, and rich formatting work out of the box.

📚

Publication Support

Publish posts under your Hashnode publication. Every post requires a publication ID to target the right blog.

🖼

Cover Images

Upload and attach cover images to make your posts stand out. Eye-catching visuals drive more clicks from the Hashnode feed.

🔗

Canonical URLs

Set canonical URLs for SEO when cross-posting from your original blog. Avoid duplicate content penalties across platforms.

🏷

Required Tagging

Hashnode requires at least one tag per post. Tags use tag IDs for precise categorization and improved discoverability.

📅

Scheduled Publishing

Schedule blog posts for future publication with precise timestamps. Build a consistent publishing cadence effortlessly.

How It Works

You describe what you want in plain language and Claude Code handles the Postiz calls for you. Here is how a typical conversation goes.

1

Find Your Hashnode Integration

Ask Claude Code whether your Hashnode account is connected. It also checks which options the platform supports.

Example conversation

> Is my Hashnode account connected to Postiz?

Claude Code: Yes — your Hashnode account is connected
  and ready. Want me to post something?
2

Prepare Your Content

Write your blog post in Markdown. Hashnode supports rich formatting including headers, code blocks with syntax highlighting, images, and embedded content. Optionally upload a cover image.

Example conversation

> Draft a Hashnode post about our new
  feature launch

Claude Code: Here's a draft for Hashnode:
  "We just shipped something big..."
  Want me to add media and schedule it?
3

Publish Your Post

Create a post with your content, title, publication, tags, and optional cover image and canonical URL. Remember: publication and at least one tag are required.

Example conversation

> Yes — add screenshot.png and schedule
  it for tomorrow at 9am

Claude Code: Done! Scheduled on Hashnode for
  tomorrow at 9:00 AM.

Hashnode Settings Reference

Mention any of these in plain language and Claude Code sets them for you. These are the Hashnode options it can apply to any post.

FieldTypeDescription
__typestringMust be "hashnode"
titlestringArticle title (min 6 characters)
subtitlestringArticle subtitle (min 2 characters)
main_imageobjectCover image: {id: string, path: string}
canonicalstringOriginal URL for SEO canonical link
publicationstringPublication ID (required)
tagsarrayAt least 1 tag: [{value: string (tag ID), label: string}]

Common Configurations

Ask Claude Code for any of these common Hashnode publishing scenarios and it applies the matching settings.

Basic Blog Post

Just ask

> Post it with: Basic Blog Post

Claude Code: Got it. Applying:
  title: Understanding React Server Components
  publication: my-publication-id
  tags: React, Next.js

Full-Featured Post with Cover Image

Just ask

> Post it with: Full-Featured Post with Cover Image

Claude Code: Got it. Applying:
  title: Complete Guide to Node.js Streams
  subtitle: Master streams for high-performance I/O
  main_image: id=img-abc123, path=https://uploads.postiz.com/streams-cover.png
  publication: my-publication-id
  tags: Node.js, Backend, Tutorial

Cross-Posted Article with Canonical URL

Just ask

> Post it with: Cross-Posted Article with Canonical URL

Claude Code: Got it. Applying:
  title: Why We Migrated to Bun
  subtitle: Our experience switching JavaScript runtimes
  canonical: https://engineering.mycompany.com/migrating-to-bun
  publication: company-blog-id
  tags: Bun, JavaScript, DevOps

What is Claude Code?

Claude Code is Anthropic's agentic coding tool that lives in your terminal. It handles software engineering tasks — writing features, fixing bugs, and answering questions about your codebase — and it can run shell commands and MCP tools like Postiz.

💻

Terminal & IDE Native

Claude Code runs in your terminal, with extensions for VS Code and JetBrains. You type what you want in plain English and it handles Postiz for you.

🔧

Agentic Execution

Claude Code plans and works through multi-step tasks on its own — discovering channels, uploading media, and scheduling posts — and asks for permission before it acts.

Parallel Tasks

Run several Claude Code sessions side by side, or spawn subagents in one. Schedule posts to different platforms while it handles other coding work.

How Postiz Works with Claude Code

Claude Code discovers Postiz through the Postiz skill or the Postiz MCP server. It reads the SKILL.md (or the MCP tool list) to learn what it can do, then chains calls together for social media workflows.

  • Install the Postiz skill, or add the Postiz MCP server with claude mcp add
  • Claude Code reads the SKILL.md and learns all Postiz commands
  • POSTIZ_API_KEY must be set in environment
  • Claude Code asks for permission before running commands
  • Works alongside your coding tasks in parallel

Install Postiz

# Option A: add the Postiz MCP server
claude mcp add --transport http postiz https://mcp.postiz.com/mcp-oauth-dynamic

# Option B: install the Postiz skill
npx skills add gitroomhq/postiz-agent
export POSTIZ_API_KEY=your_api_key

# Then just ask
claude "list my social media integrations"

Hashnode Publishing with Claude Code

Tell Claude Code what to post from your terminal or IDE — it discovers your integrations via Postiz and handles the entire publishing workflow.

💻

Just Ask Claude Code

Terminal and IDE integration

Tell Claude Code what to post from your terminal or IDE — it discovers your integrations via Postiz and handles the entire publishing workflow.

Claude Code CLI

$ claude "Post to Hashnode about our
  new feature launch, schedule for
  tomorrow at 9am"

Claude Code: I'll handle that.
  Found your Hashnode integration.
  Composing and scheduling the post.

  Done! Your post is scheduled.
  Post ID: abc-123
💻

Parallel Tasks

Multiple tasks at once

Claude Code runs headless with claude -p, so several tasks can run in parallel. Schedule posts to different platforms while it works on other coding tasks.

Claude Code Parallel Tasks

# Run multiple posting tasks in parallel
$ claude -p "Schedule a post about our
  launch to X for tomorrow 9am" &

$ claude -p "Write a LinkedIn article
  about our new feature and schedule
  for tomorrow noon" &

$ claude -p "Fix the bug in auth.ts"

# All three tasks run simultaneously

Why Claude Code + Postiz for Hashnode

Claude Code's autonomous execution makes Postiz a natural fit. The agent reads the SKILL.md to understand every available command, then autonomously chains them together for Hashnode workflows.

  • Runs in your terminal or IDE — just type what you want
  • Permission-based execution — you stay in control
  • Parallel task support — post while coding
  • Publication ID and tags resolved automatically from your settings
  • Cross-post to Hashnode + other platforms in a single session
  • Powered by Claude — Anthropic's most capable models

SKILL.md (auto-discovered)

---
name: postiz
description: Social media automation
  CLI for scheduling posts across
  30+ platforms including Hashnode
metadata:
  claude-code:
    requirements:
      env:
        - POSTIZ_API_KEY
      binaries:
        - postiz
---

# Available Commands
- postiz integrations:list
- postiz integrations:settings <id>
- postiz posts:create
- postiz upload <file>
- postiz analytics:platform <id>

# Hashnode Settings
title, subtitle, main_image,
canonical, publication, tags

Also Works with Claude Cowork

Postiz works with any AI agent that can run commands or call MCP tools — you ask, the agent does the work. That includes Claude Cowork, Anthropic's desktop agent — no terminal needed.

C

Claude Cowork

by Anthropic

Claude Cowork reads the Postiz skill so it knows what it can do, then autonomously discovers your Hashnode integration, uploads your cover image, resolves publication and tag IDs, and publishes the post.

Claude Cowork

> Publish my Node.js streams guide to
  Hashnode with a cover image and tags

Claude Cowork: Done! Scheduled on Hashnode for
  tomorrow at 9:00 AM.

Hashnode + Other Platforms

Publish the same article to Hashnode and other platforms in a single request. Each platform gets its own settings.

Example

> Post "Excited to announce our new feature!" to
  Hashnode and LinkedIn tomorrow at 9am, then schedule
  a daily tip on Hashnode every weekday at 10am

Claude Code: Done! Scheduled:
  - Hashnode + LinkedIn: tomorrow 9:00 AM
  - Daily tips on Hashnode: Mon-Fri 10:00 AM

Start publishing to Hashnode

Install Postiz Agent and automate your Hashnode content strategy with AI-powered scheduling and publishing.