المهارات baoyu-post-to-wechat
📱

baoyu-post-to-wechat

مخاطر منخفضة ⚙️ الأوامر الخارجية🌐 الوصول إلى الشبكة📁 الوصول إلى نظام الملفات

Post to WeChat Official Account

Automate posting articles and image-text content to WeChat Official Account. Convert Markdown to WeChat HTML and automate browser interactions for seamless publishing.

يدعم: Claude Codex Code(CC)
🥈 77 فضي
1

تنزيل ZIP المهارة

2

رفع في Claude

اذهب إلى Settings → Capabilities → Skills → Upload skill

3

فعّل وابدأ الاستخدام

اختبرها

استخدام "baoyu-post-to-wechat". Post my article.md to WeChat

النتيجة المتوقعة:

  • ✓ Parsed markdown file with title, author, and summary
  • ✓ Converted to WeChat HTML with grace theme
  • ✓ Launched Chrome and authenticated to WeChat
  • ✓ Created new article in editor
  • ✓ Inserted 3 images and filled content
  • ✓ Saved draft successfully

استخدام "baoyu-post-to-wechat". Create image-text post

النتيجة المتوقعة:

  • ✓ Extracted title and content from markdown
  • ✓ Compressed title to 20 characters
  • ✓ Compressed content to 1000 characters
  • ✓ Found 4 images in directory
  • ✓ Posted as image-text (图文) format
  • ✓ Browser left open for review

التدقيق الأمني

مخاطر منخفضة
v1 • 1/16/2026

Legitimate WeChat Official Account automation skill using Chrome CDP. Static findings are false positives triggered by standard browser automation patterns (clipboard commands, MD5 for caching, local debug ports). No credential exfiltration or malicious behavior detected.

27
الملفات التي تم فحصها
5,854
الأسطر التي تم تحليلها
3
النتائج
1
إجمالي عمليات التدقيق
تم تدقيقه بواسطة: claude

درجة الجودة

64
الهندسة المعمارية
100
قابلية الصيانة
87
المحتوى
42
المجتمع
90
الأمان
83
الامتثال للمواصفات

ماذا يمكنك بناءه

Publish articles to WeChat

Convert Markdown articles and post directly to WeChat Official Account with one command

Create image campaigns

Prepare multi-image posts with titles and descriptions for WeChat publication

Automate content workflows

Integrate WeChat posting into content pipelines using CLI tools

جرّب هذه الموجهات

Basic article posting
Post the article at /path/to/article.md to WeChat Official Account using the baoyu-post-to-wechat skill with the grace theme
Image-text creation
Create an image-text post with title 'Article Title' and content from article.md, including images from /path/to/images/ directory
Direct HTML posting
Post the HTML file at /path/to/article.html to WeChat, using the default author name and saving as draft
Full automation
Convert the Markdown file to WeChat HTML format first, then post it to WeChat Official Account with images inserted, submitting automatically when complete

أفضل الممارسات

  • Prepare Markdown with front matter including title, author, and summary for best results
  • Use --submit flag to automatically save drafts after content insertion
  • Set WECHAT_BROWSER_CHROME_PATH environment variable if Chrome is in a non-standard location
  • Test with --dry-run pattern if available before running automated posting sessions

تجنب

  • Avoid posting without reviewing the generated HTML preview first
  • Do not use sensitive credentials in command line arguments (use environment variables instead)
  • Avoid interrupting the browser automation mid-operation as it may leave Chrome in inconsistent state

الأسئلة المتكررة

How do I authenticate for the first time?
The first run opens Chrome browser to WeChat. Scan the QR code to log in. Session is preserved in the profile directory.
What image formats are supported?
The skill supports PNG, JPG, GIF, and WebP formats for both content images and cover images.
Can I post to multiple accounts?
Yes, use the --profile flag to specify different Chrome profile directories for different accounts.
How do I choose a theme?
Use --theme flag with options: default, grace, or simple. Grace provides a clean, modern design.
Does this work on Linux?
Yes, but requires xdotool (X11) or ydotool (Wayland) for clipboard automation commands.
What happens if posting fails?
The script reports errors with details and exits. Chrome browser remains open for manual review. Retry after addressing the issue.

تفاصيل المطور

المؤلف

JimLiu

الترخيص

MIT

مرجع

main