greekr4

Viruagent Post — Development skill for Claude Code

Development community

Generate and publish a blog post with ViruAgent.

How to install Viruagent Post

Installs to ~/.claude/commands/greekr4-viruagent-viruagent-post.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/greekr4/Viruagent/HEAD/.claude/commands/viruagent-post.md -o ~/.claude/commands/greekr4-viruagent-viruagent-post.md

Restart Claude Code, or start a new session, for it to be picked up.

What Viruagent Post does


description: Generate and publish a blog post with ViruAgent allowed-tools: Bash, AskUserQuestion

ViruAgent Blog Posting

Generate an AI blog post on the user's requested topic and publish it to Tistory.

Topic: $ARGUMENTS

Workflow

  1. First, fetch the category list:
node src/cli-post.js --list-categories
  1. Parse the category list result and use AskUserQuestion to ask the user:
    • Category: Select from the fetched category list (present as options)
    • **Visib

Alternatives in Development

Full documentation available on GitHub

View Source Repository