setup

Install prerequisite tools and configure environment for a content automation pipeline.

54|7|Updated Apr 19, 2026
One-click install
npx skills add https://github.com/robinsadeghpour/content-workflow --skill setup-robinsadeghpour
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup
Source: https://github.com/robinsadeghpour/content-workflow/tree/main/.claude/skills/setup
Command: npx skills add https://github.com/robinsadeghpour/content-workflow --skill setup-robinsadeghpour

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It eliminates the confusing, multi-step setup process for getting this content workflow running by installing required third-party skills, creating your environment configuration, and verifying prerequisites.

Core Features & Use Cases

  • One-time installation: Installs the five third-party skills needed for scraping, humanizing, fallback media, transcripts, and publishing.
  • Environment bootstrapping: Creates a local .env from .env.example so API keys are configured correctly before any pipeline runs.
  • Preflight validation: Checks Node/Python/Claude Code prerequisites and confirms the installed skill directories are present.
  • Operational enablement: Prepares the repo so daily commands like /pulse, /review, /generate-content, and /approve can function end-to-end.

Quick Start

Run the setup skill so it checks prerequisites, installs the third-party skills into .claude/skills, creates your .env file, and guides you at checkpoints until the project is ready.

Frequently Asked Questions about setup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up a content automation pipeline after cloning a repository?

To set up a content automation pipeline, run the setup skill to verify Node, Python, and Claude CLI prerequisites, install required third-party skills into `.claude/skills`, and generate your local `.env` file from `.env.example`.

What prerequisites do I need to run a multi-skill content workflow?

Running a multi-skill content workflow requires Node, Python, and Claude CLI installed locally, a configured `.env` file with the correct API keys, and the specific skill folders present under `.claude/skills`.

Why does my content generation pipeline fail on a fresh clone?

Content generation pipelines fail on fresh clones due to environment setup drift, missing third-party skills in `.claude/skills`, or an unconfigured `.env` file lacking the necessary API keys.

Can I configure API keys for content automation without manual setup drift?

Yes, you can configure API keys without manual setup drift by bootstrapping the environment directly from `.env.example` to create a local `.env` file during the automated one-time initialization process.

Does the content workflow setup install all required third-party agent skills?

Yes, the content workflow setup installs five third-party agent skills for scraping, humanizing, fallback media, transcripts, and publishing to ensure commands like `/pulse` and `/review` function end-to-end.