wechat-channels-crawler

wechat-channels-crawler is a skill for Claude Code, Codex from redfox-data/redfox-community-dsh. It costs 116 tokens per session (2,893 once invoked), scanned A, original, MIT.

A search tool for popular WeChat Channels videos. WeChat Channels is WeChat's short-video platform; the tool lists matching videos with authors, dates, and engagement figures such as likes, comments, shares, and saves.

In plain words
What is it for?
Use it to search videos by topic, inspect structured result tables, sort popular content in different ways, and subscribe to daily updates for a keyword.
Why use it?
It avoids checking videos one by one and makes it easier to compare what is performing well. Results can be sorted by recency, likes, saves, or an overall ranking.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: names the AskUserQuestion tool.

Good fit Use it to search videos by topic, inspect structured result tables, sort popular content in different ways, and subscribe to daily updates for a keyword.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/redfox-data/redfox-community-dsh/wechat-channels-crawler
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add redfox-data/redfox-community-dsh --skill wechat-channels-crawler
Clone the repo
git clone --depth 1 https://github.com/redfox-data/redfox-community-dsh

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 wechat-channels-crawler

README.md
[![agentmods](https://agentmods.dev/badge/skills/redfox-data/redfox-community-dsh/wechat-channels-crawler/github.svg)](https://agentmods.dev/skills/redfox-data/redfox-community-dsh/wechat-channels-crawler)
Your own site
<a href="https://agentmods.dev/skills/redfox-data/redfox-community-dsh/wechat-channels-crawler"><img src="https://agentmods.dev/badge/skills/redfox-data/redfox-community-dsh/wechat-channels-crawler/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 wechat-channels-crawler

Your own site · 80×15
<a href="https://agentmods.dev/skills/redfox-data/redfox-community-dsh/wechat-channels-crawler"><img src="https://agentmods.dev/badge/skills/redfox-data/redfox-community-dsh/wechat-channels-crawler.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 116 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,893 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.
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.00116 $0.02893
Opus 5 $0.00058 $0.01447
Sonnet 5 $0.00023 $0.00579
Haiku 4.5 $0.00012 $0.00289

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

Security

Grade A, and why

wechat-channels-crawler 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 7d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/search_wechat_channels.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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/wechat-channels-crawler/SKILL.md · 280 lines

How it starts

The opening of the file, as written. The whole thing — 280 lines — stays where its author put it; the contents beside it link to each section on GitHub.

视频号作品搜索

输入关键词 → 搜索视频号热门作品 → 结构化表格展示 → 支持订阅每日推送


简介

输入关键词即可查询视频号热门作品,以结构化表格呈现点赞、评论、转发、收藏等互动数据,帮你快速掌握各类内容在视频号的真实表现。


功能特性

功能 说明
🔍 关键词搜索 输入内容主题关键词,返回视频号平台相关作品列表
📊 多维排序 支持按综合、最新、最多点赞、最多收藏四种方式排序
📋 结构化表格 默认展示前 20 条,含作品标题、作者、发布时间、互动数据
🔔 订阅推送 查询后可订阅关键词,每天 10:00 自动查询并推送最新作品

使用方式

CLI 命令行

# 基础用法:按综合排序搜索
python3 ~/.agents/skills/wechat-channels-crawler/scripts/search_wechat_channels.py "美食"

# 按最新排序
python3 ~/.agents/skills/wechat-channels-crawler/scripts/search_wechat_channels.py "美食" --sort 最新

# 按最多点赞排序
python3 ~/.agents/skills/wechat-channels-crawler/scripts/search_wechat_channels.py "美食" --sort 最多点赞

# 翻页查询
python3 ~/.agents/skills/wechat-channels-crawler/scripts/search_wechat_channels.py "美食" --page 2

# 输出到文件(推荐,避免 Windows GBK 乱码)
python3 ~/.agents/skills/wechat-channels-crawler/scripts/search_wechat_channels.py "美食" -o result.json

参数说明

参数 说明
keyword 搜索关键词(必需)
--sort 排序方式:综合 / 最新 / 最多点赞 / 最多收藏,默认 综合
--page 页码,从 1 开始,默认 1
--size 每页条数,默认 20,最大 50
--output / -o 输出到 JSON 文件(UTF-8),避免 shell 重定向乱码

依赖

本脚本仅使用 Python 标准库,无需安装额外依赖。


Agent 集成指南

触发词

  • 视频号搜索 / 视频号作品查询
  • 视频号爆款 / 视频号热门
  • 视频号内容搜索 / 搜视频号
  • 微信视频号搜索

执行流程

Step 1: 🔍 用户意图理解

⚠️ 核心规则:优先提取细分方向词,而非泛化的大类词

用户输入 处理方式
无赛道关键词("最近热门作品") 关键词传空字符串 "",查询全站热门
有细分词("职场穿搭"、"减脂餐") 直接搜索,无需拓展
有泛化词("穿搭"、"美食") 执行拓展策略(Step 2)

细分词判断原则:有场景/人群/风格/意图修饰 → 细分词;纯大类无修饰 → 泛化词。

Read the full file on GitHub · 280 lines

Files

What ships with it

3 files 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. 7d ago First seen · 280 lines · 116 tokens per session scan A 47d14aad8def

Subscribe to this mod's changes

wechat-channels-crawler is a skill published in the GitHub repository redfox-data/redfox-community-dsh (5 stars, last pushed today), licensed MIT. It adds 116 tokens to every session and 2,893 once invoked, about $0.0006 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-09-03.

Related

Other skills, from other repositories

dsh-hooks-authoring

Instructions for writing and debugging dsh-hooks-plugin scripts, which run during tool or session events such as before a tool call or after it finishes. These scripts return JSON decisions such as allowing, asking about, or denying an action.

KYinCode/dsh-hooks-plugin · 112 tokens

web-artifact-designer

A design workflow for producing self-contained HTML or SVG files that open directly in a browser. It covers visual work such as posters, infographics, landing pages, charts, banners, cards, and interface mockups.

xulelenlp/dsh-web-artifact-designer · 115 tokens

dsh-web-pet-developer

Create a pet for the dsh-pet plugin and integrate it into the dsh web GUI — author a v2 pet.json manifest plus an 8-column x 9-row atlas per the Codex/hatch-pet contract (live2d pets, voice packs and status decorations included), drop it into the pet-center user directory or contribute it as a built-in asset under…

zhu1090093659/dsh-web · 162 tokens

company-research-method

A documented process for researching a company using supplied files and selected public sources. It produces a company overview with business details, sourced financial figures, and stated risks.

PerryLink/dsh-industry-research · 83 tokens

dsh-plugin-guide

Use when developing, reviewing, packaging, debugging, or answering questions about DeepSeek Harness (DSH) plugins — the plugin-based agent harness on vendored Cordis. Applies the official plugin-development constraints (plugin contract, cordis.yml layers, services/events/effects, tool DSL, bundles/profiles) backed by…

PerryLink/dsh-plugin-guide · 76 tokens

delivery-proof

Delivery proof and the doublecheck report. Use when the work is done and the delivery must be proven — consolidate the spec, test timeline, review verdicts, and verification checks into a doublecheckreport, and only then claim completion.

PerryLink/dsh-doublecheck · 50 tokens