원클릭으로
feishu-card-push
Push generated recap cards to Feishu bot webhooks with single-group, multi-group, signing, and dry-run support.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Push generated recap cards to Feishu bot webhooks with single-group, multi-group, signing, and dry-run support.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Generate a post-close Hong Kong equity weekly research recap using Hong Kong trading days, market breadth, liquidity, Stock Connect activity, and a liquid-strength research queue. Use for weekly Hong Kong market reviews or a scheduled Hong Kong recap; do not use for A-share reports or trade execution.
Deep-dive the day's most actively-traded 同花顺 (THS) concept/industry sectors — identify active sectors from the turnover leaderboard, then analyze sector index moves and representative constituents.
Generate Tushare-based first-double and tenbagger watch recap reports.
Shared data collection skill for RecapAgent tasks. Reuses Tushare data capability through TUSHARE_TOKEN and local scripts, with retry, cache, and fallback handling.
Generate the daily global market recap HTML report and Feishu card.
Generate the monthly global market recap HTML report and Feishu card.
| name | feishu-card-push |
| description | Push generated recap cards to Feishu bot webhooks with single-group, multi-group, signing, and dry-run support. |
Use this skill after a recap task renders an interactive card JSON. It resolves the target webhook in this order:
FEISHU_DAILY_WEBHOOK_URL and FEISHU_DAILY_WEBHOOK_SECRET.FEISHU_WEBHOOKS_JSON, keyed by task name.FEISHU_WEBHOOK_URL and FEISHU_WEBHOOK_SECRET.Run dry mode before enabling real pushes:
python3 skills/feishu-card-push/scripts/push.py --task daily --card artifacts/reports/daily-feishu-card.json --dry-run