Enterprise Business Information Inquiry - 企业工商信息查询

v1.0.6

查企业工商基本信息、名称搜索、变更与股东高管等。当用户说:查一下某某公司的注册资本、法人是谁?企业变更记录,或类似工商信息问题时,使用本技能。

8· 663·3 current·3 all-time
by极速数据@jisuapi
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match the implementation: the Python script calls JisuAPI enterprise endpoints (query/search/changerecord/shareholder). The single required env var (JISU_API_KEY) is the expected API key for that service.
Instruction Scope
SKILL.md instructs constructing JSON and running the included Python script which only contacts api.jisuapi.com and prints the API response. The instructions do not request reading unrelated files, other env vars, or sending data to unexpected endpoints.
Install Mechanism
No install spec (instruction-only) — lowest install risk. The included Python script uses the 'requests' library but the skill metadata only requires 'python3'; the SKILL.md does not declare installing 'requests'. This is an operational/dependency omission rather than a security discrepancy, but users should ensure the runtime has the requests package available.
Credentials
Only JISU_API_KEY is required and used. There are no additional credentials, config paths, or broad-scoped environment access. The key is necessary and proportional to calling the external API.
Persistence & Privilege
always is false and the skill does not request persistent or elevated privileges. It does not modify other skills or system-wide configs.
Assessment
This skill appears coherent with its description and only needs your JISU_API_KEY to call JisuAPI. Before installing: (1) confirm you trust jisuapi.com and understand any usage costs/quotas tied to your AppKey; (2) ensure the agent runtime has Python and the 'requests' package available (the script uses requests but the metadata doesn't declare it); (3) treat the JISU_API_KEY like any API secret—do not share it publicly. If you want extra assurance, inspect network logs to verify calls go only to api.jisuapi.com.

Like a lobster shell, security has layers — review code before you run it.

latestvk9721cn89rt1sqahrm02z17zcd8456mj

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

🏢 Clawdis
Binspython3
EnvJISU_API_KEY
Primary envJISU_API_KEY

Comments