skills/claude-skills-open/skills/infra/infra-facebook-cdp/SKILL.md
--- name: infra-facebook-cdp description: Facebook CDP automation: comments, data collection --- # Skill: Facebook CDP Automation **ID:** `infra-facebook-cdp` **Domain:** infra **Repo:** https://github.com/your-org/your-facebook-cdp (private) --- ## Description Facebook automation via Chrome DevTools Protocol. Comment collection, replying to comments, CSV export. --- ## Path ``` $HOME/facebook-cdp/ ``` --- ## Capabilities 1. **Comment collection** -- all comments from a post including
npx skillsauth add aaaaqwq/agi-super-team skills/claude-skills-open/skills/infra/infra-facebook-cdpInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
ID: infra-facebook-cdp
Domain: infra
Repo: https://github.com/your-org/your-facebook-cdp (private)
Facebook automation via Chrome DevTools Protocol. Comment collection, replying to comments, CSV export.
$HOME/facebook-cdp/
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome \
--remote-debugging-port=9222 \
'--remote-allow-origins=*'
from facebook_comments import collect_post_comments
comments = collect_post_comments(
"https://www.facebook.com/post/123",
output_file="comments.csv"
)
from facebook_comments import FacebookComments
fb = FacebookComments()
fb.connect()
fb.reply_to_comment("Author Name", "Reply text")
fb.close()
{
"author_name": "Author name",
"author_profile_url": "https://facebook.com/...",
"comment_text": "Comment text",
"is_reply": False, # True if this is a reply
"timestamp": "Feb 6, 2026"
}
requests, websocket-clientlinkedin-cdp -- similar tool for LinkedIndevelopment
Technology-agnostic prompt generator that creates customizable AI prompts for scanning codebases and identifying high-quality code exemplars. Supports multiple programming languages (.NET, Java, JavaScript, TypeScript, React, Angular, Python) with configurable analysis depth, categorization methods, and documentation formats to establish coding standards and maintain consistency across development teams.
tools
Expert-level browser automation, debugging, and performance analysis using Chrome DevTools MCP. Use for interacting with web pages, capturing screenshots, analyzing network traffic, and profiling performance.
data-ai
Prompt for creating detailed feature implementation plans, following Epoch monorepo structure.
tools
Interactive prompt refinement workflow: interrogates scope, deliverables, constraints; copies final markdown to clipboard; never writes code. Requires the Joyride extension.