enterprise-encyclopedia
Installation
SKILL.md
Enterprise Encyclopedia
Query Chinese enterprise information via qibook.com API.
Setup
Before using this skill, obtain an API key from https://qibook.com:
- Visit https://qibook.com and register an account
- Go to the API management page and create an API key
- Set the environment variable:
export ENTERPRISE_API_KEY="your-key"
API Configuration
API_KEY="${ENTERPRISE_API_KEY:-}"
BASE_URL="https://qibook.com"