MCP HubMCP Hub
SKILL·98BE4C

download-wechat-channels

hekmon8
更新日 6 days ago
6 閲覧
GitHubで表示
その他general

について

このClaudeスキルは、許可されたWeChatチャンネル動画を保存するために`wx_channels_download`ツールをインストール・操作します。キャプチャした動画URLとキーを使用する直接CLI方式と、動画データを取得するための対話型プロキシ方式の両方をサポートしています。このツールはmacOS、Windows、Linuxで動作し、ユーザーが所有または保存許可を得ている動画のダウンロードが可能です。

クイックインストール

Claude Code

推奨
メイン
npx skills add hekmon8/wx-channels-download-skill -a claude-code
プラグインコマンド代替
/plugin add https://github.com/hekmon8/wx-channels-download-skill
Git クローン代替
git clone https://github.com/hekmon8/wx-channels-download-skill.git ~/.claude/skills/download-wechat-channels

このコマンドをClaude Codeにコピー&ペーストしてスキルをインストールします

ドキュメント

Download WeChat Channels

Use the upstream wx_channels_download binary without copying its implementation. Only download videos the user owns or is authorized to save.

Choose the path

  • If the user has a direct video URL and optional decryption key, use the direct CLI path. This does not require changing the system proxy.
  • Otherwise use the interactive WeChat path. It starts a local HTTPS interception proxy, may install a root certificate, and may modify the system proxy.
  • Do not claim that an ordinary WeChat share URL is sufficient. Upstream share-link parsing needs extra service credentials and is not the default local workflow.

Install or update

Run:

python3 scripts/wx_channels.py install
python3 scripts/wx_channels.py doctor

The installer downloads the matching asset from the latest GitHub release, verifies it against the release checksum file, and stores it outside the skill repository. It prefers the non-UPX safe Windows build. Do not redistribute the downloaded binary.

Direct URL download

Confirm the URL came from a source the user is authorized to download. Then run:

python3 scripts/wx_channels.py download --url "$VIDEO_URL" --filename "video.mp4"

Add --key NUMBER only when a decryption key was captured with the URL. The upstream command writes to the user's Downloads directory.

Interactive WeChat download

Before running this path, explain that it can install a local root certificate and change the system proxy. Obtain explicit user authorization for those system changes.

After authorization:

python3 scripts/wx_channels.py start --allow-security-changes

Keep the process running. Ask the user to open the authorized video in the desktop WeChat client, wait for playback, pause it, and use the injected download button. Report the download directory printed by the process.

Stop with Ctrl+C. Verify that the upstream process restored the previous proxy settings; if network access is abnormal, run its uninstall command:

python3 scripts/wx_channels.py uninstall --allow-security-changes

Do not run start or uninstall without explicit authorization. Do not expose captured URLs, cookies, tokens, keys, certificates, or log contents in chat or commits.

Troubleshoot

Run doctor first. Read references/upstream.md for architecture, supported platforms, ports, conflicts, and license constraints. Prefer upstream documentation and releases over remembered flags.

GitHub リポジトリ

hekmon8/wx-channels-download-skill
パス: skills/download-wechat-channels
FAQ

よくある質問

download-wechat-channels Skillとは何ですか?

download-wechat-channels はhekmon8 が作成した Claude Skillです。Skillは、Claudeが必要に応じて読み込む指示とリソースをまとめ、追加の指示なしで download-wechat-channels に関連するタスクを実行できるようにします。

download-wechat-channels をインストールするには?

このページのインストールコマンドを使用してください。download-wechat-channels をプラグインとして Claude Code に追加するか、リポジトリを skills ディレクトリにクローンし、Claudeを再起動してSkillを読み込みます。

download-wechat-channels はどのカテゴリに属しますか?

download-wechat-channels は その他 カテゴリに属します。

download-wechat-channels は無料で利用できますか?

はい。download-wechat-channels は AIMCP に掲載されており、無料でインストールできます。

関連スキル

llamaguard
その他

LlamaGuardは、暴力やヘイトスピーチなど6つの安全性カテゴリーにおいて、LLMの入力と出力をモデレートするMetaの70-80億パラメータモデルです。94〜95%の精度を提供し、vLLM、Hugging Face、Amazon SageMakerを使用してデプロイ可能です。このスキルを使用して、AIアプリケーションにコンテンツフィルタリングと安全策を簡単に統合できます。

スキルを見る
cost-optimization
その他

このClaudeスキルは、リソースの適正サイジング、タグ付け戦略、支出分析を通じて、開発者がクラウドコストを最適化することを支援します。AWS、Azure、GCPにわたるクラウド支出の削減とコストガバナンスの実施のためのフレームワークを提供します。インフラコストの分析、リソースの適正サイジング、または予算制約への対応が必要な際にご利用ください。

スキルを見る
sports-betting-analyzer
その他

このClaudeスキルは、スポーツベッティング市場(スプレッド、オーバー/アンダー、プロップベットなど)を分析し、過去の傾向や状況統計を検証することでバリューベットを特定します。教育目的のための実践的な提案を構造化されたマークダウン形式で出力します。開発者はスポーツベッティング分析ツールとして本機能を活用できますが、娯楽および教育目的に限定されている点に留意してください。

スキルを見る
quantizing-models-bitsandbytes
その他

このスキルは、bitsandbytesを使用してLLMを8ビットまたは4ビット精度に量子化し、精度の低下を最小限に抑えつつ50〜75%のメモリ削減を実現します。限られたGPUメモリでより大規模なモデルを実行したり、推論を高速化するのに理想的で、INT8、NF4、FP4などのフォーマットをサポートしています。HuggingFace Transformersと統合され、QLoRAトレーニングや8ビットオプティマイザーを可能にします。

スキルを見る