npx skills add https://github.com/mcncarl/yichen-skills --skill wechat-dailyInstallieren Sie diesen Skill über die CLI und beginnen Sie mit der Verwendung des SKILL.md-Workflows in Ihrem Arbeitsbereich.
English | 中文
A skill collection for creators who want to streamline writing and publishing workflows with Claude Code.
summary)x-publisher)summary/summary, "save conversation", "export highlights"x-publisherA focused publishing suite for long-form article publishing:
x-article-publisher: publish long-form articles to X Articlesscripts/: shared tooling for markdown parsing and clipboard handlingWindows-focused design, strong path handling, and a very high success rate for uploading articles to X Articles.
yichen-skills/
├─ summary/
│ └─ skill.md
├─ x-publisher/
│ ├─ cookies.template.json
│ ├─ scripts/
│ ├─ x-article-publisher/
│ │ ├─ cookies.template.json
│ │ ├─ skill.md
│ │ ├─ scripts/
│ │ └─ references/
│ └─ (article-focused only)
├─ README.md
├─ README.zh.md
├─ THIRD_PARTY_NOTICES.md
├─ LICENSE
└─ .gitignore
x-publisher)pip install Pillow pywin32 clip-utilpip install Pillow pyobjc-framework-CocoaCopy this repository into your local skills directory:
~/.claude/skills/~/.agents/skills/Keep directory names unchanged:
summaryx-publishersummarysummary/skill.md is available in your loaded skills path/summaryE:/obsidian/...)x-publisherx-article-publisherThis repo does not include real credentials and only provides templates.
x-publisher/cookies.template.json -> x-publisher/cookies.jsonx-publisher/x-article-publisher/cookies.template.json -> x-publisher/x-article-publisher/cookies.jsonauth_token and ct0cookies.json.gitignore already ignores **/cookies.json.
If you ever exposed real cookies in a public repo, rotate them immediately.
name and description in skill.md frontmatterE:/obsidian/... is only an exampleIf you fork or redistribute, keep at least:
README.mdREADME.zh.mdLICENSE.gitignoreTHIRD_PARTY_NOTICES.mdcookies.template.json filesAnd always remind users not to publish real credentials.
Parts of the X publishing workflow and engineering practices are adapted with references to:
wshuyi/x-article-publisher-skill
See THIRD_PARTY_NOTICES.md for details.
cookies.json) to public repositories.MIT