Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from repo
Post text, images, videos, and long-form articles to X (Twitter) via real Chrome browser automation.
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
scripts/package.json
1{2"name": "baoyu-post-to-x-scripts",3"private": true,4"type": "module",5"dependencies": {6"baoyu-chrome-cdp": "^0.1.0",7"front-matter": "^4.0.2",8"highlight.js": "^11.11.1",9"marked": "^15.0.6",10"remark-cjk-friendly": "^1.1.0",11"remark-parse": "^11.0.0",12"remark-stringify": "^11.0.0",13"unified": "^11.0.5"14}15}16