chairman-daily-brief
Exclusive morning and evening briefing skill for listed company chairmen. Provides daily briefings from an executive decision-making perspective, covering stock price movements, industry policy updates, competitor intelligence, capital market sentiment, and regulatory announcement alerts. Morning briefings focus on pre-market outlook and risk warnings; evening briefings emphasize post-market review and next-day strategies. Data aggregated from multiple QVeris sources.
What this skill does
# Chairman Daily Brief A daily market briefing system designed for listed company chairmen, providing executive-level market intelligence from a strategic decision-making perspective. ## Core Value Proposition Unlike ordinary investor market watching, this skill operates from a **chairman's decision-making perspective**: - **Stock Movements → Impact Analysis**: Not just watching ups and downs, but analyzing impacts on financing, M&A, and shareholder relations - **Industry Policy → Strategic Opportunities**: Capturing business opportunities or risks from regulatory changes in real-time - **Competitors → Benchmarking Analysis**: Assessing how major competitor moves affect your company - **Market Sentiment → Capital Strategy**: Timing suggestions for corporate capital operations based on investor sentiment - **Announcement Alerts → Compliance Warnings**: Regulatory announcements and major event reminders ## Morning vs Evening Briefings ### Morning Brief — 7:00-9:00 AM (Pre-Market) **Objective**: Equip the chairman with a complete picture before market open, preparing for the day ahead **Content Modules**: 1. **Overnight Global Markets**: Impact of US stocks, Hong Kong stocks, and A50 futures on today's opening 2. **Macro Policy Express**: Industry policies and regulatory developments released overnight 3. **Company Pre-Market Outlook**: Pre-market price expectations, key levels today, potential volatility factors 4. **Industry Radar**: Major developments from other companies in the industry, sector index performance 5. **Competitive Intelligence**: Latest developments from major competitors and response recommendations 6. **Risk Alerts**: Potential risk points to monitor 7. **Today's Focus**: Schedule reminders for meetings, announcements, investor activities ### Evening Brief — 3:30-6:00 PM (Post-Market) **Objective**: Review today's performance and plan tomorrow's strategy **Content Modules**: 1. **Market Close Overview**: Market trends, sector performance, company stock performance 2. **Trading Analysis**: Trading volume, capital flow, Dragon Tiger List (if applicable) 3. **Today's Announcements**: Summary of important announcements from the company and competitors 4. **Media Monitoring**: Media coverage, analyst opinions, social media sentiment 5. **Institutional Activity**: Research report rating changes, target price adjustments, block trades 6. **Policy Interpretation**: Impact analysis of policies released today on the company 7. **Tomorrow's Strategy Recommendations**: Response strategies based on today's market conditions ## Data Sources Multi-source data aggregated via QVeris: - **Market Data**: THS iFinD, Alpha Vantage, Yahoo Finance - **Financial News**: Caidazi News, THS Finance, East Money - **Research Reports**: Caidazi Reports, Analyst Ratings - **Policy Announcements**: Exchange announcements, CSRC releases, industry associations - **Social Media**: X/Twitter sentiment, Xueqiu discussion heat - **Macro Data**: Economic data, industry statistics ## Usage ### Generate Morning Report ```bash # Single company morning report node scripts/chairman_daily.mjs morning --symbol 600519.SS --company "Kweichow Moutai" # Multi-company morning report (portfolio view) node scripts/chairman_daily.mjs morning --watchlist holdings # With industry focus node scripts/chairman_daily.mjs morning --symbol 002594.SZ --industry "New Energy Vehicles" ``` ### Generate Evening Report ```bash # Single company evening report node scripts/chairman_daily.mjs evening --symbol 0700.HK --company "Tencent Holdings" # Full review (with competitor analysis) node scripts/chairman_daily.mjs evening --symbol 000858.SZ --competitors 000568.SZ,000596.SZ # Summary mode (key information only) node scripts/chairman_daily.mjs evening --symbol AAPL --format summary ``` ### Manage Watchlist ```bash # Add company to watchlist node scripts/chairman_daily.mjs watch --action add --symbol 600519.SS --company "Kweichow Moutai" --role self # Add competitor node scripts/chairman_daily.mjs watch --action add --symbol 002594.SZ --company "BYD" --role competitor --peer-group "New Energy Vehicles" # View watchlist node scripts/chairman_daily.mjs watch --action list # Remove from watchlist node scripts/chairman_daily.mjs watch --action remove --symbol 600519.SS ``` ### OpenClaw Cron Job Setup ```bash # Morning briefing schedule (weekdays 8:00 AM) openclaw cron add \ --name "Chairman Morning Brief" \ --cron "0 8 * * 1-5" \ --tz Asia/Shanghai \ --session isolated \ --message "Run chairman-daily-brief to generate morning report: node scripts/chairman_daily.mjs morning --watchlist holdings" \ --channel feishu \ --to <chat-id> # Evening briefing schedule (weekdays 3:35 PM) openclaw cron add \ --name "Chairman Evening Brief" \ --cron "35 15 * * 1-5" \ --tz Asia/Shanghai \ --session isolated \ --message "Run chairman-daily-brief to generate evening report: node scripts/chairman_daily.mjs evening --watchlist holdings" \ --channel feishu \ --to <chat-id> ``` ## Output Format ### Morning Report Example ```markdown # 📊 Chairman Morning Brief — Kweichow Moutai (600519.SH) 📅 March 4, 2026 Tuesday 08:00 --- ## 🌍 Overnight Global Markets | Market | Close | Change | A-Share Impact | |--------|-------|--------|----------------| | Dow Jones | 43,850 | +0.5% | Positive | | NASDAQ | 18,920 | +1.2% | Positive | | Hang Seng | 23,450 | -0.3% | Slightly Negative | | A50 Futures | 13,280 | +0.4% | Positive Opening Expected | **Commentary**: US tech stocks rebounded strongly, boosting sentiment for A-share growth stocks. A50 futures rose slightly, indicating a stable opening for Moutai today. --- ## 📰 Macro Policy Express 🔔 **New Baijiu Industry Regulations** — State Administration for Market Regulation released draft "Baijiu Labeling and Identification Management Measures", imposing stricter requirements on marketing communications for high-end baijiu. - **Impact Assessment**: Neutral to slightly negative, may affect marketing investments in the short term - **Response Recommendation**: Review advertising compliance in advance, prepare investor communication talking points --- ## 📈 Company Pre-Market Outlook | Indicator | Value | Expectation | |-----------|-------|-------------| | Previous Close | 1,580 CNY | - | | Pre-Market Sentiment | Neutral | Slightly higher opening expected | | Key Resistance | 1,600 CNY | Breakthrough requires volume | | Key Support | 1,550 CNY | Strong support | **Today's Focus Points**: - Any institutional research report releases - Northbound capital flow - Dealer channel sales data rumors --- ## 🏭 Industry Radar | Company | Development | Impact | |---------|-------------|--------| | Wuliangye | Released annual report preview, net profit +12% | Industry prosperity confirmed | | Luzhou Laojiao | Announced 5% price increase | Industry pricing power solidified | --- ## 🎯 Competitive Intelligence **Wuliangye (000858.SZ)** — Annual report exceeded expectations - **Key Points**: Q4 revenue accelerated, high-end product mix improved - **Impact on Moutai**: Intensified industry competition, need to monitor own market share - **Recommendation**: Accelerate direct sales channel development, improve consumer reach efficiency --- ## ⚠️ Risk Alerts 1. **Policy Risk**: Baijiu industry regulations tightening, monitor subsequent detailed rules 2. **Valuation Risk**: Current PE 28x, above historical average, requires continued earnings growth support 3. **Foreign Outflow**: Northbound capital net selling for 3 consecutive days, monitor sustainability --- ## 📅 Today's Focus - 09:30 National Bureau of Statistics releases February CPI data - 10:00 Company IR quarterly communication meeting - 14:00 Industry association symposium (Chairman attending) --- *Data Sources: QVeris | THS iFinD, Caidazi, THS Finance* ``` ### Evening Report Example ```markdown # 🌙 Chairman Evening Report — Tencent Holdings (0700.HK) 📅 March 4, 2026
Related in Code Review
gstack
IncludedFast headless browser for QA testing and site dogfooding. Navigate pages, interact with elements, verify state, diff before/after, take annotated screenshots, test responsive layouts, forms, uploads, dialogs, and capture bug evidence. Use when asked to open or test a site, verify a deployment, dogfood a user flow, or file a bug with screenshots. (gstack)
startup-due-diligence
IncludedLegal due diligence review for seed-stage and Series A startups (US, Delaware C-Corp focus). Supports both investor and founder perspectives. Capabilities include: (1) Interactive document review and issue spotting; (2) Document request list generation; (3) Cap table and SAFE/convertible note analysis; (4) Red flag identification with severity ratings; (5) Diligence report generation. TRIGGERS: due diligence, DD, startup investment, cap table review, Series A, seed round, investor diligence, legal review startup, SAFE analysis, convertible note, 409A, founder vesting.
interview-master
IncludedThis skill should be used when the user asks to "generate interview questions", "prepare for interview", "optimize resume", "conduct mock interview", "analyze git commits for resume", "generate resume from code", "review my resume", or mentions interview preparation, career assistance, or extracting project experience from git history. Provides comprehensive interview and career development guidance for both job seekers and interviewers.
fix-issue
IncludedFixes GitHub issues using parallel analysis agents for root cause investigation, code exploration, and regression detection. Reads issue context from gh CLI, searches codebase and memory for related patterns, generates a fix with tests, and links the resolution back to the issue via PR. Includes prevention analysis to avoid recurrence. Use when debugging errors, resolving regressions, fixing bugs, or triaging issues.
sf-apex
IncludedGenerates and reviews Salesforce Apex code with 150-point scoring. TRIGGER when: user writes, reviews, or fixes Apex classes, triggers, test classes, batch/queueable/schedulable jobs, or touches .cls/.trigger files. DO NOT TRIGGER when: LWC JavaScript (use sf-lwc), Flow XML (use sf-flow), SOQL-only queries (use sf-soql), or non-Salesforce code.
swift-development
IncludedComprehensive Swift development for building, testing, and deploying iOS/macOS applications. Use when Claude needs to: (1) Build Swift packages or Xcode projects from command line, (2) Run tests with XCTest or Swift Testing framework, (3) Manage iOS simulators with simctl, (4) Handle code signing, provisioning profiles, and app distribution, (5) Format or lint Swift code with SwiftFormat/SwiftLint, (6) Work with Swift Package Manager (SPM), (7) Implement Swift 6 concurrency patterns (async/await, actors, Sendable), (8) Create SwiftUI views with MVVM architecture, (9) Set up Core Data or SwiftData persistence, or any other Swift/iOS/macOS development tasks.