mirror of
https://github.com/JimLiu/baoyu-skills.git
synced 2026-07-30 21:59:47 +08:00
e3d2f5d03f
- Implemented `paste-from-clipboard.ts` script to send real paste keystrokes across macOS, Linux, and Windows. - Created detailed guides for publishing articles to X Articles and posting regular content, including usage examples and troubleshooting tips. - Added support for Markdown formatting and image handling in X Articles. - Documented manual workflows for image pasting and browser interactions using Playwright MCP.
29 lines
728 B
JSON
29 lines
728 B
JSON
{
|
|
"name": "baoyu-skills",
|
|
"owner": {
|
|
"name": "Jim Liu (宝玉)",
|
|
"email": "junminliu@gmail.com"
|
|
},
|
|
"metadata": {
|
|
"description": "Skills shared by Baoyu for improving daily work efficiency",
|
|
"version": "0.4.1"
|
|
},
|
|
"plugins": [
|
|
{
|
|
"name": "content-skills",
|
|
"description": "Skills shared by Baoyu for improving daily work efficiency",
|
|
"source": "./",
|
|
"strict": false,
|
|
"skills": [
|
|
"./skills/baoyu-gemini-web",
|
|
"./skills/baoyu-xhs-images",
|
|
"./skills/baoyu-post-to-x",
|
|
"./skills/baoyu-post-to-wechat",
|
|
"./skills/baoyu-article-illustrator",
|
|
"./skills/baoyu-cover-image",
|
|
"./skills/baoyu-slide-deck"
|
|
]
|
|
}
|
|
]
|
|
}
|