AI Agent Hub
Back to skills
Enterprise Unified Social Credit Code Quick Query icon

Enterprise Unified Social Credit Code Quick Query

Business Operations Updated 2026.08.30

Paste the following prompt into your AI chat to install this skill:

Please install @user_d277dc19/query-enterprise-credit-code-v2 according to https://skillhub.cn/install/skillhub.md.

About this skill

Problem

In business-ops workflows, the input is often an enterprise name, but the required output is a unified social credit code. Manual lookup, transcription errors, and fuzzy names that map to multiple entities can slow down investment verification, preliminary due diligence, and batch code cleanup. This skill turns that lookup into a name-based query flow.

How It Works

It takes enterprise_name and runs two internal steps: search_ent_simple.py retrieves candidate entities with enterprise_id and full_name, then ent_uniform_code.py fetches the unified social credit code. If exactly one entity is found, it proceeds automatically; if multiple candidates match, it presents them for selection to avoid mixing up similar companies. Successful results include the enterprise full name, enterprise ID, and unified social credit code; failures return explicit errors such as no matching enterprise or unavailable credit code.

Boundaries

It is best suited to single-entity or small-batch verification and assumes a working Python script environment with parseable JSON output. Internal-data permission checks, batch tables, or short-term caching are extensions for the caller. A fuzzy multi-match cannot be finalized until a candidate is selected.

Use Cases

  • Government investment staff verify target enterprises by entering company names to obtain unified social credit codes.
  • Analysts collect basic due-diligence details by retrieving credit codes from company names before review.
  • Operations staff clean business registry lists by querying confirmed company names and checking their credit codes.
  • When a company name matches multiple entities, select the intended one before fetching the final code.

Best For

  • Investment promotion staff verifying enterprise identities by company name
  • Due-diligence analysts compiling accurate entity information before review
  • Operations specialists maintaining registry data and reconciling names with credit codes
  • Engineers configuring agent tools to automate enterprise credit-code lookup