Install
openclaw skills install telecom-visit-prepChina Telecom account manager enterprise visit preparation assistant. Input company name to auto-search info, generate business opportunities and visit scripts.
openclaw skills install telecom-visit-prepOne-stop enterprise visit preparation for China Telecom account managers: input a company name, automatically search enterprise information, intelligently recommend business opportunities, generate visit scripts, and output a complete visit preparation report.
Use this skill when the user mentions: "走访" (visit), "拜访" (call on), "准备报告" (prepare report), "了解一下这家公司" (learn about this company), "看看什么商机" (check business opportunities), "拜访准备" (visit preparation), "客户信息" (customer info), "市场开拓" (market development), or directly inputs an enterprise name requesting a visit preparation report.
This skill requires a web search capability to collect enterprise information. Ensure one of the following is available:
@anthropic/mcp-web-search or @anthropic/mcp-brave-searchweb_search, baidu_search), use it directlyIf no search tool is available, the skill can operate in degraded mode: ask the user to provide enterprise information manually, then proceed with profile building, opportunity recommendation, and report generation.
Word document export is optional. If available:
pip install python-docx to enable .docx exportPrerequisites check -> Input enterprise name -> Search enterprise info -> Build customer profile -> Match business opportunities -> Create visit plan -> Generate communication scripts -> Output report
Execute the following 6 steps in order:
Use your available web search tool to conduct multiple rounds of searches. Search dimensions and strategy:
| Search Round | Search Keywords Template | Information Target |
|---|---|---|
| Round 1 | "{Enterprise Full Name}" 工商信息 简介 | Basic business registration, founding date, registered capital, business scope |
| Round 2 | "{Enterprise Full Name}" 新闻 最新动态 | Recent business developments, news events, development plans |
| Round 3 | "{Enterprise Full Name}" 公众号 抖音 官网 | Enterprise official channels, brand presence |
| Round 4 | "{Enterprise Name}" {Industry} 数字化 转型 | Industry trends, digital transformation needs |
Search strategy:
Consolidate search results into a structured profile:
Required fields (fill as much as possible, mark as "未获取到" if missing):
Key analysis dimensions:
Read references/telecom-products.md for the complete product knowledge base, then match opportunities based on customer profile:
Matching logic:
Output requirements:
Based on customer profile and opportunity analysis, create a structured visit plan (6 modules):
Read references/speech-scripts.md for the script template library, then generate communication scripts based on the enterprise's actual situation and visit plan:
Generate content:
Read references/report-template.md for the output template, and organize the report according to the template structure.
Output sequentially in conversation (no file generation):
Closing question: After outputting the report, ask the user: "Do you need to export this report as a Word document? If so, reply 'yes' and I will generate a .docx file."
{Enterprise Name}走访准备报告.docx using python-docx, saving to the current working directoryReport content standards:
This skill was originally developed for the Xingchen Super Agent. To migrate to other agent platforms (Claude Code, Codex CLI, etc.), note the following core dependency replacements:
| Dependency | Level | Xingchen Super Agent Native | Cross-Platform Alternative |
|---|---|---|---|
| Web Search | Core | baidu_search (built-in) | MCP search server / Shell + Search API / Manual info provision |
| Word Generation | Non-core | docx skill | python-docx script / MCP document server / Markdown output |
| File Read | Core | Built-in | Built-in on all platforms, note path convention differences |
| Knowledge Base Ref | Core | [references/xxx.md](references/xxx.md) | Platforms not supporting file refs need to inline references/ content |
| Platform | Adaptation Difficulty | Notes |
|---|---|---|
| Claude Code | Low | Skill format compatible, only need to replace search and document generation tools |
| Codex CLI | Medium | No Skill system, need to inline knowledge base, inject via AGENTS.md |
| Cursor / Windsurf | Medium | Inject via .cursorrules, need MCP to supplement search capability |