Automates the generation of daily market summaries and distribution to Feishu.

Install

mkdir -p .claude/skills/recap-daily && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/18750" && unzip -o skill.zip -d .claude/skills/recap-daily && rm skill.zip

Installs to .claude/skills/recap-daily

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Generate the daily global market recap HTML report and Feishu card.
67 charsno explicit “when” trigger
Beginner

Key capabilities

  • Generate daily global market recap HTML report
  • Create Feishu interactive card payload
  • Collect market data via a shared layer

How it works

The skill calls a shared data collection layer, renders an HTML report based on the collected data, and then creates a Feishu interactive card payload.

Inputs & outputs

You give it
Trigger to produce the daily global market recap
You get back
HTML report in artifacts/reports and a Feishu interactive card payload

When to use recap-daily

  • Generating daily market reports
  • Creating Feishu updates

About this skill

Daily Recap

Use this skill for one concrete problem: produce the daily global market recap. It calls the shared data collection layer, renders an HTML report, and creates a Feishu interactive card payload.

python3 skills/recap-daily/scripts/run.py --dry-run

Default output directory: artifacts/reports.

When not to use it

  • When the task is not related to producing the daily global market recap

Limitations

  • Output directory defaults to artifacts/reports

How it compares

This skill automates the generation of a daily market recap and its distribution to Feishu, providing a consistent and timely report without manual data collection and formatting.

Compared to similar skills

recap-daily side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
recap-daily (this skill)022dReviewBeginner
data-engineering137moReviewAdvanced
crawl4ai218moReviewIntermediate
data-cleaning-pipeline134moReviewIntermediate

Try saying

Example prompts that trigger this skill in your AI assistant.

Search skills

Search the agent skills registry