199-biotechnologies

Facebook Page Poster Skill — AI skill for Claude Code

AI community

Claude Code skill for automated Facebook Page photo posting with AI-generated Gen Z-style captions.

How to install Facebook Page Poster Skill

This entry records only its repository, not the path inside it, so there is no exact command to give. Open 199-biotechnologies/facebook-page-poster-skill and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Facebook Page Poster Skill does

Claude Code skill for automated Facebook Page photo posting with AI-generated Gen Z-style captions.

Alternatives in AI

  • Humanizer: Remove AI Writing Patterns — You are a writing editor that identifies and removes signs of AI-generated text to make writing sound more nat 10.5k ★
  • Wax — Shared Single-file memory layer for all your agents, sub mili-second RAG over text, photo and video on Apple S 791 ★
  • AI Avatar System — 🎭 AI Avatar / digital human platform — upload a photo, clone a voice, talk to any face in real time with lip 422 ★

README

Facebook Page Photo Poster

A Claude Code skill for automated Facebook Page photo posting with AI-generated Gen Z-style captions.

Features

  • AI-powered image analysis using Claude's vision capabilities
  • Gen Z-style caption generation with appropriate emojis and hashtags
  • Scheduling support (immediate, delayed, or background posting)
  • Configurable audience targeting and tone guidelines
  • Post logging and tracking

Prerequisites

  • Claude Code CLI installed
  • Playwright browser automation plugin enabled
  • Facebook logged in via browser session
  • Photos ready to post

Installation

  1. Copy `facebook-post.md` to your Claude Code commands directory:

    cp facebook-post.md ~/.claude/commands/
  2. Copy `audience-template.md` to your project and customize it:

    cp audience-template.md ~/your-project/facebook-audience.md
  3. Update the path in `facebook-post.md` to point to your audience config file.

Usage

# In Claude Code CLI
/facebook-post "Your Facebook Page Name"

Then follow the interactive prompts to:

  1. Select photo folder
  2. Choose number of photos to post
  3. Set start time
  4. Pick scheduling option

Configuration

Edit `audience-template.md` to customize:

  • Target audience demographics
  • Caption tone and style
  • Emoji preferences
  • Posting schedule guidelines

Files

  • facebook-post.md - Main skill definition
  • audience-template.md - Audience and caption guidelines template

License

MIT