wechat-official-assets

Upload workspace images as WeChat Official Account cover and article assets.

5.3k|976|Updated Aug 25, 2025
One-click install
npx skills add https://github.com/Devin-AXIS/iPolloWork --skill wechat-official-assets
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wechat-official-assets
Source: https://github.com/Devin-AXIS/iPolloWork/tree/main/examples/plugin-packages/wechat-official/skills/wechat-official-assets
Command: npx skills add https://github.com/Devin-AXIS/iPolloWork --skill wechat-official-assets

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Publishing to a WeChat Official Account requires images to be uploaded to WeChat's servers first to obtain media IDs or article image URLs, and doing this manually for each cover or in-article image is repetitive and error-prone.

Core Features & Use Cases

  • Cover Image Upload: Uploads a selected workspace image via the upload-cover-image tool and returns the WeChat media ID for use as an article cover.
  • Article Image Upload: Uploads in-body images via upload-article-image and returns the WeChat-hosted image URL for embedding in article content.
  • Workspace-Scoped Safety: Only operates on explicitly specified files inside the active workspace, and refuses to upload images that lack a clear purpose or copyright source.
  • Use Case: You have a promotional poster and three product screenshots in your workspace. Use this Skill to upload them, receive the media IDs and URLs, and record which draft article each asset belongs to before creating and publishing the draft.

Quick Start

Upload the cover.png and chart.png images from my workspace to my WeChat Official Account and tell me the media ID and image URLs for my next draft article.

Frequently Asked Questions about wechat-official-assets

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I upload a cover image to a WeChat Official Account?

Specify the image file in your workspace and its intended use as a cover. The Skill calls the upload-cover-image tool and returns the WeChat-generated media ID, which you then attach to a draft article.

How to get image URLs for WeChat Official Account article body?

Use the upload-article-image tool with an explicit workspace file path. WeChat returns a hosted image URL that can be embedded directly into the article's HTML content before the draft is created.

Can I upload images from outside my workspace to WeChat?

No. The Skill only uploads explicitly specified files inside the active workspace and will not guess or read paths outside it. Move the image into the workspace first, then request the upload.

Does uploading an image publish my WeChat article?

No. Uploading only produces a media ID or image URL. You must still create a draft article using those assets and confirm publication as a separate step.

What happens if an image has no clear copyright source?

The Skill will not upload it automatically. It prompts you to clarify the image's purpose and copyright status first, and only proceeds with the upload after you resolve the issue.