qcc-bidding
Installation
SKILL.md
企查查招投标尽调
调用链:
node scripts/qcc_client.js→agent.qcc.com/mcp/<server>/stream→ JSON 数据。每次独立调用,不依赖 MCP 代理。
首次使用:设置 API Key
本 Skill 通过 .env 文件管理 API Key。用户将 Key 告诉你后,你必须自动写入。
Agent 自动设置流程(当用户说"我的Key是xxx"时执行):
1. 识别用户提供的 Key 字符串
2. 将 Key 写入 qcc-bidding/.env 文件(替换 your_key_here):
QCC_API_KEY=用户提供的Key
3. 验证:node scripts/qcc_client.js company get_company_profile "华为" 应返回正常数据