skill-channels-upload

skill-channels-upload is a skill for Claude Code, Codex from ZJU-REAL/Easel. It costs 79 tokens per session (576 once invoked), scanned A, original, Apache-2.0.

A browser-based tool for publishing vertical videos to WeChat Channels, a short-video service inside WeChat. It uses a QR-code login and keeps the login session for later publishing.

In plain words
What is it for?
Publishing a video file to WeChat Channels with a title, and checking the publishing plan before sending it. It also helps prepare videos in the required vertical format.
Why use it?
It removes the need to upload videos manually through the WeChat Channels website. It also provides checks and a preview step because the publishing page and its controls can change.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Needs its repository: it reads a path above its own folder, which exists only inside the repository. The line is 基于通用浏览器发布框架 `../../shared/scripts/web_publisher.py`(`--platform weixin-channels`)。.

Good fit Publishing a video file to WeChat Channels with a title, and checking the publishing plan before sending it. It also helps prepare videos in the required vertical format.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/ZJU-REAL/Easel
agentmods
npx agentmods add skills/zju-real/easel/skill-channels-upload

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for skill-channels-upload

README.md
[![agentmods](https://agentmods.dev/badge/skills/zju-real/easel/skill-channels-upload/github.svg)](https://agentmods.dev/skills/zju-real/easel/skill-channels-upload)
Your own site
<a href="https://agentmods.dev/skills/zju-real/easel/skill-channels-upload"><img src="https://agentmods.dev/badge/skills/zju-real/easel/skill-channels-upload/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for skill-channels-upload

Your own site · 80×15
<a href="https://agentmods.dev/skills/zju-real/easel/skill-channels-upload"><img src="https://agentmods.dev/badge/skills/zju-real/easel/skill-channels-upload.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 79 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 576 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00079 $0.00576
Opus 5 $0.00039 $0.00288
Sonnet 5 $0.00016 $0.00115
Haiku 4.5 $0.00008 $0.00058

Measured 10d ago against content hash 30787f34b786, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

skill-channels-upload scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/openclaw/skill-channels-upload/SKILL.md · 49 lines

What it actually says

微信视频号发布

基于通用浏览器发布框架 ../../shared/scripts/web_publisher.py--platform weixin-channels)。

⚠️ 环境依赖

  • pip install playwright + playwright install chromium
  • 首次 login微信扫码登录视频号助手,登录态持久化复用
    • 远程/headless 环境用 login-qr --platform weixin-channels(抠二维码成图轮询),或走 Web「账号」页登录
  • 选择器时效:视频号发布页描述区可能是富文本 div 而非 textarea,内置选择器为最佳努力, 首次务必 plan + --headed 校验,失效时更新 web_publisher.py 的 weixin-channels 配置。

无浏览器环境可用 platforms / plan / check

执行

ROOT=<项目根>; WP=$ROOT/skills/shared/scripts/web_publisher.py
python $WP check
python $WP login   --platform weixin-channels           # 微信扫码
python $WP plan    --platform weixin-channels --media out.mp4 --title "标题"
python $WP publish --platform weixin-channels --media out.mp4 --title "标题" --exec --headed

Profile 感知

  • 有 Profile:标题短(≤22字)贴合人设;竖版 9:16;可带话题与合集。
  • 无 Profile:按视频号通用规范(短标题、竖版、正向内容)。

规则

  1. 视频号竖版 9:16;横版先 video-reframe 转制。
  2. 标题要短(视频号标题偏短),正文可展开。
  3. 首次 --headed 目视确认扫码与发布流程;选择器失效即更新配置。
  4. 视频号内容审核偏严,发布前过 skill-quality-gate 合规检查。

参考来源

视频号助手网页发布流程;复用统一 Playwright 框架。微信登录需扫码,选择器按平台现状维护。

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 49 lines · 79 tokens per session scan A 30787f34b786

Subscribe to this mod's changes

skill-channels-upload is a skill published in the GitHub repository ZJU-REAL/Easel (710 stars, last pushed yesterday), licensed Apache-2.0. It adds 79 tokens to every session and 576 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

ppt-generation

Generate PPTX presentations from slide plan + content.

HezaoHezao/poirot · 13 tokens

chart-visualization

Generate charts: select type, extract data, render image.

HezaoHezao/poirot · 17 tokens

jacky-motion2-0-srt

A workflow for turning a Chinese spoken script and matching SRT subtitle file into a single 16:9 HTML information animation. SRT is a subtitle file that stores text with start and end times; the animation follows those times and adds recorded-screen placeholders when needed.

Jackywxsz/Jacky-motion · 127 tokens

video-podcast-maker

Use when the user gives a topic and wants an automated topic-driven narrated explainer, podcast, or knowledge-summary video (Bilibili / YouTube / Xiaohongshu / Douyin / WeChat Channels), or asks to learn visual design patterns from a reference video/image. Trigger when the user mentions creating a knowledge video…

Agents365-ai/video-podcast-maker · 214 tokens

video-podcast-maker-lite

Minimal personal narrated-video pipeline — a topic becomes a talking-head-free explainer MP4 (1080p or 4K) via script → Azure TTS (SSML) → Remotion. Use when the user wants a quick narrated video from a topic without the full video-podcast-maker machinery (no extra skills, no thumbnails/shorts/publish matrix). Do NOT…

Agents365-ai/video-podcast-maker · 96 tokens

video-podcast-maker-nano

Smallest personal narrated-explainer-video pipeline (spoken narration over visuals, not an audio podcast), fully tool-agnostic and autonomous by default — topic → research ∥ asset collection → script → TTS → video → 4K render ∥ publish info + cover. The skill defines the pipeline logic and self-verified checkpoints…

Agents365-ai/video-podcast-maker · 163 tokens