Activity Push
Activity Push reads WeChat article feeds, uses semantic judgment to identify genuine activities, and generates structured JSON alongside review-ready Markdown and push-optimized text. It sends curated activity updates to internal WeCom groups through webhook robots, supporting repeatable pipelines that transform raw feeds into actionable notifications.
Activity Push extracts real activities from WeChat feeds and sends structured notifications to internal groups via webhook.
AI-generated summary based on this skill's SKILL.md
Install
zuoa/aj-skills/activity-push · repository language: Python
git clone https://github.com/zuoa/aj-skills
cp -r aj-skills ~/.claude/skills/activity-pushgenerated, unverified - the skill's exact subdirectory could not be determined; check the repository on GitHub
npx skillfed install zuoa/aj-skills/activity-pushFrequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
What does Activity Push do?
Activity Push reads WeChat article feeds, uses semantic judgment to identify genuine activities, and generates structured JSON alongside review-ready Markdown and push-optimized text. It sends curated activity updates to internal WeCom groups through webhook robots, supporting repeatable pipelines that transform raw feeds into actionable notifications.
How do I send activity updates to users with Activity Push?
Activity Push integrates push messaging for activity events and updates by processing feed data, applying semantic filtering to extract real activities, and delivering formatted notifications through WeCom webhook robots to your internal groups. The system generates multiple output formats—JSON, Markdown, and push-ready text—so you can choose the best fit for your notification workflow.
Can Activity Push deliver real-time activity alerts?
Yes. Activity Push sends real-time notifications about user activities to engaged audiences by continuously monitoring feeds and triggering automated alerts when activities occur or change. The webhook integration ensures your WeCom groups receive curated updates instantly as new activities are identified and processed.
What output formats does Activity Push provide?
Activity Push generates three complementary formats: structured JSON for programmatic use, review-ready Markdown for human inspection, and push-optimized text tailored for notification delivery. This multi-format approach lets you integrate Activity Push into different downstream systems and workflows without reformatting.
How does Activity Push identify genuine activities from feeds?
Activity Push uses semantic judgment to distinguish real activities from noise in WeChat article feeds. Once activities are identified and validated, the system structures them into JSON, Markdown, and push text, then delivers them to WeCom groups via webhook robots for team visibility and action.
Can Activity Push enable activity-based notification campaigns?
Yes. Activity Push supports repeatable pipelines that transform raw feeds into actionable notifications, enabling activity-based notification campaigns. By automating feed processing, semantic filtering, and multi-format output generation, Activity Push lets you build scalable workflows that keep teams informed of activity changes in real time.