huodongxing-qr

Retrieves and downloads WeChat mini-program QR codes from huodongxing.com events.

1|Updated Jun 30, 2025
One-click install
npx skills add https://github.com/youngchingjui/ai-breakfast --skill huodongxing-qr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: huodongxing-qr
Source: https://github.com/youngchingjui/ai-breakfast/tree/main/.claude/skills/huodongxing-qr
Command: npx skills add https://github.com/youngchingjui/ai-breakfast --skill huodongxing-qr

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill enables users to efficiently obtain QR codes for AI Breakfast events from huodongxing.com, simplifying event promotion and sharing.

Core Features & Use Cases

  • Event QR Code Retrieval: Find the unique event ID and corresponding QR code URL hosted on huodongxing’s CDN.
  • Batch Downloading: Download multiple event QR codes simultaneously with correct URL formatting and necessary headers.
  • Use Case: Suppose you need QR codes for several upcoming AI Breakfast events; this Skill automates locating event IDs, determining the appropriate CDN prefix, and downloading the QR images for each event poster or share.

Quick Start

Use the huodongxing-qr skill to download QR codes for your selected event IDs by specifying the event numbers and IDs.

Frequently Asked Questions about huodongxing-qr

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

FAQPage Schema
How do I batch download WeChat mini-program QR codes for event promotion?

You can batch download WeChat mini-program QR codes by specifying event numbers and IDs. The skill automates URL parsing, dynamic URL construction based on event creation dates, and HTTP requests with correct headers to retrieve event images from the CDN.

How does event QR code retrieval from huodongxing.com work?

Event QR code retrieval works by parsing URLs to find unique event IDs and corresponding QR code URLs hosted on huodongxing's CDN. It dynamically constructs download links based on event creation dates and handles HTTP requests with necessary headers.

Do I need specific event IDs to download QR codes from huodongxing?

Yes, you need to provide specific event numbers and IDs to download QR codes from huodongxing. The skill uses these identifiers to locate the correct event and construct the appropriate CDN download URL for retrieval.

Can I automate fetching multiple event QR codes from huodongxing simultaneously?

Yes, you can automate fetching multiple event QR codes simultaneously. The skill supports batch downloading by iterating through selected event IDs, formatting URLs correctly, and applying necessary HTTP headers for each retrieval request.

Why does the QR code download require correct HTTP headers and URL formatting?

Correct HTTP headers and URL formatting are required because QR codes are hosted on huodongxing's CDN. The server validates requests using these headers and dynamically constructed URLs based on event creation dates to authorize image downloads.

What is the best way to get WeChat mini-program QR codes for multiple events?

The best way to get WeChat mini-program QR codes for multiple events is using an automated batch download approach. This minimizes manual effort by dynamically constructing CDN URLs and handling HTTP requests for each event ID automatically.