Drive the user's real, logged-in Chrome browser via Chrome DevTools Protocol using Playwright (endpoint from CDP_URL, defaulting to localhost). Trigger this skill when the user explicitly asks to "use my Chrome", "use my browser", "log into", "post on" (X, Reddit, LinkedIn, etc.), or any task that requires an authenticated session, persistent cookies, or bot-detection evasion that headless scraping cannot provide. Also trigger when the user references their CDP setup, their ~/.chrome-automation profile, or asks Claude to manually walk through actions on a real site one step at a time. Do NOT use this skill for simple unauthenticated content fetches (use web_fetch), bulk headless scraping (use a standalone Playwright script), or anything where a fresh Chromium instance would suffice. Do NOT use for tasks that can be solved by an API call to the same service.
$npx -y skills add devotts/fable-it --skill chrome-cdp-controlInstalls into the current project.
Run `npx skills use "https://github.com/devotts/fable-it" --skill "devotts/fable-it/chrome-cdp-control"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/devotts/fable-it" that are relevant to the current task. Run `npx skills add "https://github.com/devotts/fable-it"` and select the relevant skills, then follow their instructions.