Wang Weichao Daily Push Skill

Generate and deliver daily knowledge digests via Feishu posts.

26|5|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/kunwl123456/zeroclaw-skills-collection --skill wang-weichao-daily-push-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Wang Weichao Daily Push Skill
Source: https://github.com/kunwl123456/zeroclaw-skills-collection/tree/main/wangweichao-push
Command: npx skills add https://github.com/kunwl123456/zeroclaw-skills-collection --skill wang-weichao-daily-push-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires commander, dotenv, feishu-post, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill automates the daily dissemination of curated knowledge topics to a specific user, ensuring consistent and timely information sharing.

Core Features & Use Cases

  • Automated Content Generation: Leverages LLM to create daily topics across Humanities, Tech, and Game Design.
  • Structured Messaging: Sends rich, formatted posts to Feishu for clear and engaging delivery.
  • Duplicate Prevention: Logs pushes to avoid sending the same content multiple times.

Quick Start

Execute the daily push for Wang Weichao using the default content.

Frequently Asked Questions about Wang Weichao Daily Push Skill

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

FAQPage Schema
How do I automate daily content curation and push it to Feishu?

To automate daily content curation to Feishu, this Skill leverages LLMs to generate knowledge digests across humanities, tech, and game design, then sends them as structured Feishu posts automatically.

Does the daily push workflow prevent sending duplicate content to users?

Yes, the daily push workflow prevents duplicate content by logging pushes through state tracking, ensuring the same generated knowledge digest is never sent to a user multiple times.

Can I use LLM generation to create structured Feishu posts for knowledge dissemination?

You can use LLM generation to create structured Feishu posts for knowledge dissemination by leveraging the Feishu API to send rich, formatted messages covering curated topics automatically.

What do I need to set up to send automated daily digests via the Feishu API?

To send automated daily digests via the Feishu API, you need to configure environment variables using dotenv for credentials and ensure the feishu-post dependency is installed for message delivery.

What is the best way to distribute daily topics across humanities, tech, and game design?

The best way to distribute daily topics across humanities, tech, and game design is automating LLM content generation and delivering the curated digests directly to a designated user via structured Feishu posts.

Why does my automated Feishu post fail to send daily knowledge digests?

Your automated Feishu post may fail to send daily knowledge digests if the Feishu API access credentials are missing in dotenv or if the LLM content generation step encounters an error during execution.