Trademark Information Inquiry - 商标信息查询

v1.0.6

商标关键词搜索与详情查询(申请人、分类、公告等)。当用户说:查一下「某某」商标有没有被注册?这个商标注册人是谁?或类似商标问题时,使用本技能。

7· 372·1 current·1 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 (trademark search/detail) match the implementation which calls JisuAPI trademark endpoints. The single requested env var (JISU_API_KEY) is exactly what the API requires.
Instruction Scope
SKILL.md and the script only instruct the agent to call the trademark search/detail API, require the JISU_API_KEY, and print results. The instructions do not ask the agent to read unrelated files, credentials, or system state.
Install Mechanism
No install spec (instruction-only) but the included Python script uses the third‑party 'requests' library; SKILL.md does not document installing this dependency. This is an operational mismatch (the runtime may lack requests), but not a security concern by itself.
Credentials
Only a single API key (JISU_API_KEY) is required and is appropriate for accessing the external JisuAPI service. No unrelated secrets or config paths are requested.
Persistence & Privilege
always:false and normal agent invocation. The skill does not modify other skills or system-wide settings and does not request persistent elevated privileges.
Assessment
This skill appears to do exactly what it says: query JisuAPI trademark search and detail endpoints using your JISU_API_KEY. Before installing/providing your key: (1) Verify you trust the JisuAPI service and the quota/costs for your key. (2) Note the shipped script requires the Python 'requests' package but SKILL.md doesn't document installing it—run in a controlled environment or install requests (pip install requests). (3) Treat the JISU_API_KEY like any API secret: restrict its scope if possible, avoid sharing it elsewhere, and rotate it if you suspect misuse. If you want extra caution, run the script locally yourself to confirm behavior and network endpoints (api.jisuapi.com) before granting the agent access.

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

latestvk97bs173qhx66g2zkt1b8tc0bn845vr0

License

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

Runtime requirements

®️ Clawdis
Binspython3
EnvJISU_API_KEY
Primary envJISU_API_KEY

Comments