feishu-deep-research
飞书深度研究报告生成器。自动执行深度研究并将结果导入为飞书文档。输入研究主题和云空间文件夹token,自动生成结构化研究报告并上传到飞书云空间。用于投资研究、行业分析、竞品调研、技术调研等需要多步骤信息收集和文档化的场景。
Why use this skill?
Automate deep research and report generation directly to Feishu cloud storage. Ensure data integrity with structured workflows for investment and industry analysis.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/henryjing96/feishu-deep-researchWhat This Skill Does
The feishu-deep-research skill is a sophisticated autonomous research assistant designed to bridge the gap between complex web data gathering and professional documentation. It automates the entire lifecycle of a research project: from conducting multi-layered, time-sensitive searches across web sources to synthesizing findings into structured reports, and finally, deploying those reports directly into a specified Feishu (Lark) cloud drive folder. Unlike basic search tools, this skill enforces a strict data integrity check, ensuring that every report meets predefined depth requirements (Basic, Standard, or Deep) and includes comprehensive data time-stamping.
Installation
To install this skill, use the ClawHub CLI in your terminal:
clawhub install openclaw/skills/skills/henryjing96/feishu-deep-research
Ensure your OpenClaw environment has access to the necessary system tools, specifically curl and bash, as this skill relies on direct REST API interactions rather than middleware wrappers to maintain auditability and compliance with Feishu's enterprise security standards.
Use Cases
This skill is engineered for power users who require data-backed, high-fidelity documentation. Primary use cases include:
- Investment Research: Gathering and synthesizing market trends, historical performance, and recent quarterly filings into a unified document.
- Competitive Intelligence: Tracking industry competitors and generating comparative analysis reports.
- Technical Documentation: Automating the collation of latest industry whitepapers and documentation for specific technological stacks.
- Market Analysis: Aggregating data from multiple news outlets and institutional research reports to assess market viability.
Example Prompts
- "/feishu-research '2025 AI Hardware Market Trends' --folder-token fld_123456789"
- "/feishu-research 'Global Cloud Infrastructure Adoption in 2026' --folder-token fld_987654321" (Then reply '确认' when the agent prompts for confirmation).
- "/feishu-research 'Electric Vehicle Battery Technology Analysis' --folder-token fld_abc123" (Then reply '只需2025年数据' to constrain the timeframe).
Tips & Limitations
- Verification is Mandatory: The skill requires an explicit user confirmation (Phase 0) to ensure the agent understands the required data depth and time constraints before consuming search quotas.
- Technical Compliance: This skill explicitly prohibits the use of third-party
feishu_docorfeishu_drivewrappers. It utilizes directcurlcommands to interact with Feishu's REST API. Ensure your app credentials (App ID/Secret) are properly configured in your system environment. - Data Integrity: Always review the final data source counts reported by the agent. If the tool detects insufficient sources, it will halt the process automatically to prevent the generation of low-quality, incomplete reports.
- Time Sensitivity: The tool is optimized for current data. Ensure your internet connection is stable, as the multi-round search process generates significant network traffic.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-henryjing96-feishu-deep-research": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, external-api, code-execution