zqcc Qichacha Relay
English edition of the zqcc Qichacha relay skill. Use when querying Chinese company registration, shareholders, contacts, risks, intellectual property, operations, executives, or h…
shijingyu
@shijingyu
Install
$ openclaw skills install @shijingyu/zqcc-skill-enzqcc Qichacha Relay
Use the zqcc Qichacha relay to query Chinese enterprise data through one authenticated MCP endpoint or a natural-language Chat API. This is the English edition of the skill.
Before You Begin
- Open https://zqcc.mkstone.club.
- Complete the image captcha and SMS login. A new phone number is registered automatically.
- Open the user console and copy the
zqcc_...AppKey. - Export it without placing it in prompts, source files, or logs:
export ZQCC_APP_KEY='<YOUR_ZQCC_APP_KEY>'
The AppKey is a paid-service credential. Successful business calls consume zqcc credits. Do not confuse it with the login JWT used by the website console.
Choose a Workflow
Direct MCP tool access
Use this when structured tool output or a specific data capability is required.
- Discover live tools and schemas before choosing parameters:
./scripts/zqcc.sh tools-list
- Call a tool with a JSON arguments object:
./scripts/zqcc.sh tools-call get_company_registration_info \
'{"searchKey":"深圳市腾讯计算机系统有限公司"}'
Prefer the live tools/list schema over the bundled catalog because upstream schemas can change. Use references/tools.md only to select a likely capability.
Natural-language enterprise research
Use this when the user asks a broad question that may require several tools or a synthesized answer:
./scripts/zqcc.sh chat customer-001 \
'查询深圳市腾讯计算机系统有限公司的工商信息、司法风险和经营动态'
Reuse the same stable sessionId for a continuing conversation. Use a different ID to isolate users or tasks.
Generate MCP client configuration
./scripts/zqcc.sh config
This prints a JSON configuration for https://zqcc.mkstone.club/mcp/stream. Treat the output as secret-bearing because it contains the AppKey.
Tool Selection
company: registration, entity recognition, shareholders, contacts, branches, investments, controllers, finance.risk: enforcement, dishonesty, litigation, penalties, abnormal operations, restrictions, pledges, auctions.ipr: patents, trademarks, copyrights, apps, websites, social accounts, stores, intellectual-property pledges.operation: bidding, financing, annual operations, qualifications, recruitment, news, licenses, land, products.executive: executive roles, investments, controlled companies, personal and historical risks.history: historical registration, shareholders, executives, investments, risks, penalties, litigation, and IP records.
For ambiguous company names, call get_company_by_query first, then use the exact company name in follow-up calls. For executive tools, provide both the company name and executive name required by the live schema.
Response Handling
- A successful MCP result normally appears under
result.content[]; parse text entries as JSON when they contain JSON. 401means the AppKey is missing, invalid, disabled, or belongs to a disabled user.402means the zqcc credit balance is insufficient.503means no upstream key is currently available or all upstream quotas are exhausted.- Do not retry
401or402automatically. Retry transient502or503failures conservatively. - Do not present a tool call as successful when the JSON-RPC response contains
errororresult.isError: true.
See references/api.md for the complete public contract, examples, billing behavior, and troubleshooting.
Security Rules
- Never reveal, echo, log, commit, or send
ZQCC_APP_KEYanywhere except the zqcc HTTPS origin. - Never place the AppKey in a query string.
- Do not call administrator endpoints.
- Ask before rotating an AppKey because rotation immediately disables previous active keys.
- Return only the enterprise data needed for the user's task, especially when results include phone numbers, addresses, litigation, or personal executive records.
Top skills in this category
Gog
@steipeteGoogle Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs.
API Gateway
@byungkyuCall third-party APIs through the Maton gateway, which injects the credential for an app the user has already connected. Use this skill when the user names a connected app and a concrete action in it - read a mailbox, query a CRM, file an issue, update a spreadsheet, run a query through a connected
Notion
@steipeteNotion API for creating and managing pages, databases, and blocks.
Mcporter
@steipeteUse the mcporter CLI to list, configure, auth, and call MCP servers/tools directly (HTTP or stdio), including ad-hoc servers, config edits, and CLI/type generation.
Caldav Calendar
@asleep123Sync and query CalDAV calendars (iCloud, Google, Fastmail, Nextcloud, etc.) using vdirsyncer + khal. Works on Linux.