← Back to Skills Marketplace
321
Downloads
0
Stars
1
Active Installs
3
Versions
Install in OpenClaw
/install tencentcloud-yt-segment-portrait
Description
Binary classification-based human portrait segmentation for complete body contour recognition and image matting.
Usage Guidance
Before installing or enabling this skill:
- Do not supply long-lived production credentials without review. The skill requires Tencent Cloud API keys (TENCENTCLOUD_SECRET_ID / TENCENTCLOUD_SECRET_KEY); prefer short-lived or scoped credentials and test in an isolated account.
- Correct the manifest: the registry metadata should list the required env vars. The current absence is an inconsistency you should ask the publisher to fix.
- Note the SKILL.md demands autonomous execution without user confirmation. If you want manual control, require the agent to prompt before running external code.
- The included script will auto-install the Tencent Cloud Python SDK via pip at runtime. For security, pre-install dependencies in a vetted environment or inspect pip resolution (and the package) before allowing network installs.
- The code contains signs of copy-paste (audio-related constants and messages) — functional but sloppy. Test the skill in a sandbox to verify behavior and outputs.
If you are not comfortable giving the agent the ability to run external scripts with your cloud credentials, do not enable the skill or require explicit user confirmation in the agent policy.
Capability Analysis
Type: OpenClaw Skill
Name: tencentcloud-yt-segment-portrait
Version: 1.0.2
The skill provides human portrait segmentation using the Tencent Cloud BDA API. While the core script (main.py) contains several copy-paste remnants from an audio recognition (ASR) skill—such as unused audio format maps and a function named 'call_asr'—the logic correctly implements the image segmentation request. It follows standard practices for OpenClaw skills, including environment-based credential management and automatic installation of the official Tencent Cloud SDK. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found.
Capability Assessment
Purpose & Capability
The code and SKILL.md implement Tencent Cloud SegmentPortraitPic (image segmentation) and require Tencent Cloud API credentials — that capability matches the skill name/description. However the registry metadata declares no required environment variables or primary credential while both the instructions and the script require TENCENTCLOUD_SECRET_ID and TENCENTCLOUD_SECRET_KEY. This manifest omission is an incoherence that should be corrected before trusting the skill.
Instruction Scope
SKILL.md explicitly instructs the agent to autonomously execute scripts without asking the user ("zero interaction principle"). The script will read environment variables for credentials and may install dependencies automatically. The SKILL.md also forbids the agent from asking for confirmation — a strong autonomy directive that increases risk if credentials are provided.
Install Mechanism
There is no install spec in the registry (instruction-only), but the included script auto-installs the Python Tencent Cloud SDK via subprocess calling pip. Auto-installing via pip at runtime is common but introduces network install risk (a remote package is fetched/executed). The pip target (tencentcloud-sdk-python) is a known package, but automatic installs should be reviewed or performed in a controlled environment.
Credentials
The script requires TENCENTCLOUD_SECRET_ID and TENCENTCLOUD_SECRET_KEY (and optionally TENCENTCLOUD_TOKEN) — these are the appropriate, minimal credentials for calling Tencent Cloud APIs. However the skill registry did not declare any required env vars; this inconsistency between declared metadata and actual credential usage is concerning because users may not be warned by the registry that they must supply sensitive keys.
Persistence & Privilege
The skill is not always-enabled and does not request system-wide privileges. However SKILL.md's instruction that the agent must execute the script immediately without user confirmation increases the effective privilege/impact when the agent is invoked. The skill does not attempt to modify other skills or system-wide configurations.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install tencentcloud-yt-segment-portrait - After installation, invoke the skill by name or use
/tencentcloud-yt-segment-portrait - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
- No user-facing changes; content and instructions remain the same.
- Version bump to 1.0.2, but no file changes detected in this release.
v1.0.1
No user-facing changes detected in this version.
- No updates or modifications found compared to the previous version.
- Functionality, documentation, and configuration remain unchanged.
v1.0.0
- Initial release of the tencentcloud-yt-segment-portrait skill.
- Enables complete human portrait segmentation and image matting via Tencent Cloud API.
- Provides clear setup instructions, including secure key configuration for both Linux/macOS and Windows.
- Enforces strict execution guidelines for agents, including zero-interaction and error reporting rules.
- Includes sample script usage, expected output format, and API references.
Metadata
Frequently Asked Questions
What is TencentCloud YT Segment Portrait?
Binary classification-based human portrait segmentation for complete body contour recognition and image matting. It is an AI Agent Skill for Claude Code / OpenClaw, with 321 downloads so far.
How do I install TencentCloud YT Segment Portrait?
Run "/install tencentcloud-yt-segment-portrait" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is TencentCloud YT Segment Portrait free?
Yes, TencentCloud YT Segment Portrait is completely free (open-source). You can download, install and use it at no cost.
Which platforms does TencentCloud YT Segment Portrait support?
TencentCloud YT Segment Portrait is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created TencentCloud YT Segment Portrait?
It is built and maintained by 败毒 (@neck-cn); the current version is v1.0.2.
More Skills