tencentcloud-faceid-analyzedenselandmarks

v1.0.0

腾讯云稠密人脸关键点(AnalyzeDenseLandmarks)接口调用技能。当用户需要对人脸图片进行稠密关键点定位时,应使用此技能。可返回人脸框坐标,以及人脸各部位(眼睛、眉毛、嘴巴、鼻子、瞳孔、中轴线、下巴、眼袋、额头)的稠密轮廓关键点坐标。支持图片Base64和图片URL两种输入方式。

0· 145·0 current·0 all-time
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 SKILL.md and scripts/main.py implement calls to Tencent Cloud IAI AnalyzeDenseLandmarks, and request only the Tencent Cloud API key/secret needed for that API.
Instruction Scope
Runtime instructions and the script only read the provided image (file path or Base64) and environment variables TENCENTCLOUD_SECRET_ID/TENCENTCLOUD_SECRET_KEY, then call the Tencent IAI endpoint. No unrelated files, system paths, or external endpoints are referenced.
Install Mechanism
There is no automated installer. The SKILL.md asks the user to pip install tencentcloud-sdk-python if missing — this is proportional and expected for a Python script using Tencent's SDK.
Credentials
Only TENCENTCLOUD_SECRET_ID and TENCENTCLOUD_SECRET_KEY are required and are necessary for authenticating to Tencent Cloud. No unrelated secrets or excessive env vars are requested.
Persistence & Privilege
The skill is not always-enabled and uses the normal autonomous-invocation default. It does not modify other skills or system-wide settings and does not request persistent elevated privileges.
Assessment
This skill sends images (via URL or Base64) and your Tencent Cloud API credentials to Tencent Cloud's IAI endpoint (iai.tencentcloudapi.com) to perform dense face-landmark detection — that is exactly its purpose. Before installing/providing credentials: 1) Only use with a Tencent Cloud account you control and rotate the credentials if they are shared; 2) Avoid sending sensitive/private images unless you accept they will be processed by Tencent Cloud; 3) Verify you install the official tencentcloud-sdk-python package (pip) from PyPI and review network policies if you need to restrict outbound calls; 4) Monitor Tencent Cloud audit logs for API usage; 5) If you need offline or local processing, this skill is not suitable because it depends on Tencent's cloud API.

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

latestvk973p1wvg7mbk4032273ps2ddx82vw5p

License

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

Comments