SKILL·98BE4C

download-wechat-channels

hekmon8
Aktualisiert 4 days ago
6 Ansichten
Auf GitHub ansehen
Anderegeneral

Über

Diese Claude Skill installiert und bedient das Tool `wx_channels_download`, um autorisierte WeChat-Channels-Videos zu speichern. Es unterstützt sowohl eine direkte CLI-Methode (mit einer erfassten Video-URL und einem Schlüssel) als auch eine interaktive Proxy-Methode zum Erfassen von Videodaten. Das Tool funktioniert unter macOS, Windows und Linux zum Herunterladen von Videos, die dem Nutzer gehören oder für deren Speicherung er autorisiert ist.

Schnellinstallation

Claude Code

Empfohlen
Primär
npx skills add hekmon8/wx-channels-download-skill -a claude-code
Plugin-BefehlAlternativ
/plugin add https://github.com/hekmon8/wx-channels-download-skill
Git CloneAlternativ
git clone https://github.com/hekmon8/wx-channels-download-skill.git ~/.claude/skills/download-wechat-channels

Kopieren Sie diesen Befehl und fügen Sie ihn in Claude Code ein, um diese Fähigkeit zu installieren

Dokumentation

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 Repository

hekmon8/wx-channels-download-skill
Pfad: skills/download-wechat-channels
FAQ

Häufig gestellte Fragen

Was ist der Skill download-wechat-channels?

download-wechat-channels ist ein Claude Skill von hekmon8. Skills bündeln Anweisungen und Ressourcen, die Claude bei Bedarf lädt, um Aufgaben rund um download-wechat-channels ohne zusätzliche Eingaben auszuführen.

Wie installiere ich download-wechat-channels?

Verwende die Installationsbefehle auf dieser Seite: Füge download-wechat-channels als Plugin zu Claude Code hinzu oder klone das Repository in dein Skills-Verzeichnis. Starte Claude danach neu, damit der Skill geladen wird.

Zu welcher Kategorie gehört download-wechat-channels?

download-wechat-channels gehört zur Kategorie Andere.

Kann ich download-wechat-channels kostenlos nutzen?

Ja. download-wechat-channels ist auf AIMCP gelistet und kann kostenlos installiert werden.

Verwandte Skills

llamaguard
Andere

LlamaGuard ist Metas 7-8B-Parameter-Modell zur Moderation von LLM-Eingaben und -Ausgaben in sechs Sicherheitskategorien wie Gewalt und Hassrede. Es bietet eine Genauigkeit von 94-95 % und kann mit vLLM, Hugging Face oder Amazon SageMaker eingesetzt werden. Nutzen Sie diese Skill, um Inhaltsfilterung und Sicherheitsguardrails einfach in Ihre KI-Anwendungen zu integrieren.

Skill ansehen
cost-optimization
Andere

Diese Claude Skill unterstützt Entwickler bei der Optimierung von Cloud-Kosten durch Ressourcen-Dimensionierung, Tagging-Strategien und Ausgabenanalysen. Sie bietet einen Rahmen zur Senkung von Cloud-Ausgaben und zur Implementierung von Kosten-Governance für AWS, Azure und GCP. Nutzen Sie sie, wenn Sie Infrastrukturkosten analysieren, Ressourcen richtig dimensionieren oder Budgetvorgaben einhalten müssen.

Skill ansehen
sports-betting-analyzer
Andere

Diese Claude Skill analysiert Sportwettenmärkte inklusive Handicaps, Over/Unders und Spezialwetten, indem sie historische Trends und situative Statistiken untersucht, um Wertwetten zu identifizieren. Sie liefert strukturierte Markdown-Ausgaben mit umsetzbaren Empfehlungen zu Bildungszwecken. Entwickler sollten dies für Sportwetten-Analysetools nutzen, wobei zu beachten ist, dass es nur zur Unterhaltung/Bildung konzipiert wurde.

Skill ansehen
quantizing-models-bitsandbytes
Andere

Diese Fähigkeit quantisiert LLMs auf 8-Bit- oder 4-Bit-Präzision mittels bitsandbytes und erreicht dabei eine Speicherreduzierung von 50–75 % bei minimalem Genauigkeitsverlust. Sie ist ideal für den Betrieb größerer Modelle mit begrenztem GPU-Speicher oder zur Beschleunigung von Inferenzvorgängen und unterstützt Formate wie INT8, NF4 und FP4. Die Fähigkeit integriert sich in HuggingFace Transformers und ermöglicht QLoRA-Training sowie 8-Bit-Optimierer.

Skill ansehen