skills/clawhub.ai/global-company-person-colleague

global-company-person-colleague

Installation
SKILL.md

Global Company Person Colleague Query

Query colleague data from the global company database (全球企业库) using the UpKuaJing Open Platform API.

Overview

This skill provides access to colleague information from UpKuaJing's global company database. Given a company ID (pid) and a person ID (hid), it returns the list of colleagues with their person IDs and job titles.

Prerequisite: Both the company ID (pid) and person ID (hid) are required as input. If the user does not already have them, use the global-company-person-search skill first to search for the target person and obtain their pid and hid, then proceed with this skill.

Running Scripts

Environment Setup

  1. Check Python: python --version
  2. Install dependencies: pip install -r requirements.txt

Script directory: scripts/*.py Run example: python scripts/*.py

Installs
1
First Seen
Aug 21, 2026
global-company-person-colleague from clawhub.ai