feat(equity-research): Add AI-powered company research agent plugin - feat(equity-research): 新增 AI 驱动的公司研究报告 Agent 插件#33
Open
xyangryr-cyber wants to merge 1 commit intoanthropics:mainfrom
Conversation
…and OpenClaw runtime Add complete equity research company-research agent including: - OpenClaw runtime config (AGENTS.md, BOOTSTRAP.md, models.json with redacted keys) - 19 design docs covering workflow, evidence contracts, quality checklists, regression suite - Chinese report template, example excerpts, sector KPI checklists (consumer, SaaS, AI platform) - Feishu delivery script - Handoff document with full Phase 5.1-5.3e implementation record Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
b953951 to
fdcb26b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
An OpenClaw-based AI agent that generates institutional-grade equity research reports from a single
Feishu message. Turns hours of analyst work into minutes.
Pain Points Solved
calls, and market sources for a single company update. This agent automates the entire data
collection → analysis → writing pipeline.
depth, citation quality, and risk analysis. This plugin enforces 9-chapter structure, mandatory
inline citations, risk severity layering, and financial data tables.
write reports. This agent has hard rules: no tool call = no report. Every data point must come from
real-time web search, not parametric knowledge.
automatically creates Feishu Docs and delivers the URL — zero manual copy-paste.
Highlights
writing — optimizing cost and quality at each phase
with automatic degraded mode when evidence is insufficient
with calibrated depth, structure, and citation requirements
process message leaking, empty Feishu docs, async subagent delivery failure
— ensuring domain-relevant metrics in every report
Plugin Structure
equity-research/docs/— workflow, evidence/output contracts, compliance & quality checklists,degraded mode specs
equity-research/skills/initiating-coverage/— report templates, sector KPI references, exampleexcerpts
equity-research/openclaw-agent/— OpenClaw runtime config (AGENTS.md, BOOTSTRAP.md, models.jsonwith credential placeholders)
Test Plan
✅
${PLACEHOLDER}format ✅🤖 Generated with Claude Code
概述
基于 OpenClaw 的 AI Agent,一条飞书消息即可生成机构级公司研究报告。将分析师数小时的工作压缩到几分钟。
解决的痛点
自动化了从数据采集 → 分析 → 写作的全流程。
章节结构、行内引用、风险分层(高/中/低)、财务数据表格。
不允许写报告。每个数据点必须来自实时搜索,禁止使用参数知识。
URL,零手动操作。
项目亮点
规则中——过程消息泄露、飞书空文档、异步子 Agent 交付失败
插件结构
equity-research/docs/— 工作流、证据/输出合约、合规与质量清单、降级模式规范equity-research/skills/initiating-coverage/— 报告模板、行业 KPI 参考、示例摘录equity-research/openclaw-agent/— OpenClaw运行时配置(AGENTS.md、BOOTSTRAP.md、models.json,凭证已替换为占位符)