Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
baoyu-post-to-wechat
baoyu-post-to-wechat is an open-source frontend skill for Claude Code and compatible agents, published by anbeime. Its author describes it as: “Posts content to WeChat Official Account (微信公众号) via API or Chrome CDP. Supports article posting (文章) with HTML, markdown, or plain text input, and image-text posting (图文) with multiple images. Use when user mentions…”. The project has 5.5k stars on GitHub and does not declare a license, so check with the author before reuse. Add it to your setup with `git clone https://github.com/anbeime/skill ~/.claude/skills/baoyu-post-to-wechat`.
What baoyu-post-to-wechat does
**Match user's language**: Respond in the same language the user uses. If user writes in Chinese, respond in Chinese. If user writes in English, respond in English.
Installation
Add baoyu-post-to-wechat to your agent with:
git clone https://github.com/anbeime/skill ~/.claude/skills/baoyu-post-to-wechat Always review a skill's source before installing it. This command comes from the skill's public repository; the linked repo is the source of truth for exact setup steps.
What's inside
The SKILL.md for baoyu-post-to-wechat is organised into these sections:
- Language
- Script Directory
- Preferences (EXTEND.md)
- Image-Text Posting (图文)
- Article Posting Workflow (文章)
- Step 0: Load Preferences
- Step 1: Determine Input Type
- Step 2: Check Markdown-to-HTML Skill
- Step 3: Convert Markdown to HTML
- Step 4: Validate Metadata
- Step 5: Select Publishing Method and Configure
- Step 6: Publish to WeChat
When to use it
Reach for baoyu-post-to-wechat when you want frontend help from your agent without writing the same instructions every session. Load the skill and the agent picks it up automatically for relevant tasks.
Strengths
- Ships in anbeime/skill, an established project with 5,476 GitHub stars
- Actively maintained (recent commits)
Things to check
- No license declared — confirm terms with the author before reuse
Topics
Frequently asked questions
- What does baoyu-post-to-wechat do?
- Posts content to WeChat Official Account (微信公众号) via API or Chrome CDP. Supports article posting (文章) with HTML, markdown, or plain text input, and image-text posting (图文) with multiple images. Use when user mentions "发布公众号", "post to wechat", "微信公众号", or "图文/文章".
- How do I install baoyu-post-to-wechat?
- Run git clone https://github.com/anbeime/skill ~/.claude/skills/baoyu-post-to-wechat in your agent, then reload your skills. Review the source at https://github.com/anbeime/skill before installing.
- Is baoyu-post-to-wechat free to use?
- baoyu-post-to-wechat is publicly available on GitHub, but anbeime has not declared a standard open-source license (No license). Confirm the terms with the author before reusing it.
- Where does baoyu-post-to-wechat come from?
- baoyu-post-to-wechat ships inside anbeime/skill, a repository that contains 37 catalogued skills in total. The repository's 5,476 GitHub stars apply to that whole collection, not to this skill on its own.
Related skills
More Frontend →Symfony UX Skills Bundle 2026 - Master Live & Twig Components, Turbo, Stimulus
Use this skill when you need to control a Chrome browser via CDP (Chrome DevTools Protocol) to reuse existing login sessions. Covers: launching Chrome in debug mode, opening URLs, waiting for page load, evaluating JavaScript, taking snapshots, and extracting auth tokens. Trigger phrases: browser automation, CDP, agent-browser, 浏览器操作, 操作浏览器, Chrome CDP, 复用登录态, extract token from browser.
Provides guidance for mechanistic interpretability research using TransformerLens to inspect and manipulate transformer internals via HookPoints and activation caching. Use when reverse-engineering model algorithms, studying attention patterns, or performing activation patching experiments.
Accessibility audit skill for scanning, fixing, and verifying WCAG 2.2 Level A and AA compliance across React, Next.js, Vue, Angular, Svelte, and plain HTML codebases. Use when auditing accessibility, fixing a11y violations, checking color contrast, generating compliance reports, or integrating accessibility checks into CI/CD pipelines.