← Back to Skills Marketplace
TencentCloud Text AIGC Detection
by
Xinyu Wang
· GitHub ↗
· v1.0.8
· MIT-0
398
Downloads
0
Stars
1
Active Installs
7
Versions
Install in OpenClaw
/install tencentcloud-aigc-recog-text
Description
腾讯云 AI 生成文本识别 (TencentCloud Text AIGC Detection) 技能。适用于 AI 生成文本检测、文本真伪鉴别、AI 写作检测、AIGC 检测等场景。TencentCloud Text AIGC Detection is an AI-generated content detec...
Usage Guidance
This skill appears to be what it claims: it runs an included Python script that sends text to Tencent Cloud's TextModeration API and returns the provider's verdict. Before installing or using it: 1) Be prepared to provide your Tencent Cloud SecretId/SecretKey and a BizType; these credentials will be used to make API calls (do not share them elsewhere). 2) The script will send any text you submit to tms.tencentcloudapi.com — do not submit sensitive personal data or secrets. 3) The package will require the public 'tencentcloud-sdk-python' to be installed (pip); review and approve dependency installation. 4) The skill source/homepage is not listed — if you need higher assurance, review the provided scripts/main.py yourself to confirm there is no unexpected behavior (the included file appears to be a straightforward SDK client). 5) Note SKILL.md tells the agent to run the script autonomously when matching user intents; if you want explicit confirmation before sending text externally, enforce that in your agent policy or do not enable automatic invocation.
Capability Analysis
Type: OpenClaw Skill
Name: tencentcloud-aigc-recog-text
Version: 1.0.8
The skill is a legitimate implementation of the Tencent Cloud AIGC text detection service. The code in `scripts/main.py` uses the official `tencentcloud-sdk-python` to interact with the `tms.tencentcloudapi.com` endpoint, following standard security practices such as reading credentials from environment variables and encoding content in Base64. The instructions in `SKILL.md` are focused on ensuring the AI agent uses the tool correctly rather than hallucinating results, and no evidence of data exfiltration, malicious execution, or prompt injection for harmful purposes was found.
Capability Assessment
Purpose & Capability
The name/description (TencentCloud AIGC text detection) aligns with the code and instructions: the script calls Tencent Cloud's TextModeration API (tms.tencentcloudapi.com) with Type=TEXT_AIGC and requires the expected Tencent credentials and BizType.
Instruction Scope
SKILL.md instructs the agent to run the included Python script and to read text from a string, file path, or stdin — all within the stated purpose. It also requires the agent to install dependencies manually (the script prints a pip install instruction on ImportError) and mandates the agent execute the script autonomously when users ask for detection; that behavior is coherent with a detection skill but is a privacy consideration because text will be transmitted to Tencent Cloud without additional user confirmation if invoked.
Install Mechanism
No install spec is provided (instruction-only). The included script depends on the public 'tencentcloud-sdk-python' package and simply prompts the user to pip install it if missing. No downloads from untrusted URLs or archive extraction are present in the repository.
Credentials
The only required environment variables are TENCENTCLOUD_SECRET_ID, TENCENTCLOUD_SECRET_KEY and a BizType (plus optional TENCENTCLOUD_TOKEN), which are appropriate and expected for calling Tencent Cloud APIs. No unrelated credentials or broad system paths are requested.
Persistence & Privilege
The skill does not request persistent installation privileges or 'always' inclusion. It contains no code to modify other skills or global agent settings. Note: the skill allows autonomous invocation (platform default), and SKILL.md instructs the agent to run the script automatically when a detection intent is detected — this is expected for a callable detection skill but has privacy implications.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install tencentcloud-aigc-recog-text - After installation, invoke the skill by name or use
/tencentcloud-aigc-recog-text - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.8
- Added English summary and descriptions to broaden international accessibility and clarify the service as TencentCloud Text AIGC Detection.
- Updated bash usage examples and option descriptions to include English, making instructions clearer for a wider audience.
- Expanded function description to introduce TencentCloud's AI-generated text detection in both Chinese and English.
- Minor edits for consistency; core API information, user guidance, and agent behaviors remain unchanged.
v1.0.7
- 更新功能描述,补充了技能基于文本形式和内容特征结合判定 AI 生成,突出适配新闻、百科、问答、评论、小说等场景。
- 其余功能、参数、调用方式保持不变,无新增功能或破坏性改动。
- 环境变量、接口、输出格式等均未更改。
v1.0.6
- 增加了 `metadata` 字段,明确列出了所需环境变量和依赖工具。
- 修改依赖安装相关内容,要求 Agent 首次使用时需手动安装依赖,不再支持自动安装。
- 明确强调依赖未安装时禁止跳过,并要求 Agent 主动处理依赖安装步骤。
- 其余功能、调用方式和示例保持不变。
v1.0.3
- No file changes detected in this version.
- Documentation and usage instructions remain unchanged.
- No new features, bug fixes, or updates are included in this release.
v1.0.2
- Minor update with no user-facing changes.
- Internal modifications made to scripts/main.py; functionality and documentation remain the same.
v1.0.1
- 改进环境变量名,BizType 现在需配置为 TENCENTCLOUD_AIGC_RECOG_TEXT_BIZ_TYPE,提升安全合规性
- 更新环境配置指引,增加详细的开通及获取 BizType 步骤指示,并统一至腾讯云最新控制台
- 增强错误输出说明,要求在遇到凭证或 BizType 未配置错误时,向用户完整展示环境配置步骤
- 文档描述、API 入参、错误指引等内容与腾讯云官方最新产品页面保持同步
- 保持调用脚本和输出说明方式不变,兼容原有用法
v1.0.0
Tencent Cloud AI-Generated Text Detection skill — initial release.
- Detects whether input text is AI-generated using Tencent Cloud TextModeration API (Type=TEXT_AIGC).
- Returns confidence scores, risk labels, handling suggestions (Pass/Review/Block), and detailed detection results.
- Supports string, file, or stdin input; max 10,000 Unicode characters per check.
- Requires Tencent Cloud credentials and BizType; clear error outputs and setup guidance included.
- Fully automated: direct execution without user confirmation, with robust error handling and compliance instructions.
Metadata
Frequently Asked Questions
What is TencentCloud Text AIGC Detection?
腾讯云 AI 生成文本识别 (TencentCloud Text AIGC Detection) 技能。适用于 AI 生成文本检测、文本真伪鉴别、AI 写作检测、AIGC 检测等场景。TencentCloud Text AIGC Detection is an AI-generated content detec... It is an AI Agent Skill for Claude Code / OpenClaw, with 398 downloads so far.
How do I install TencentCloud Text AIGC Detection?
Run "/install tencentcloud-aigc-recog-text" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is TencentCloud Text AIGC Detection free?
Yes, TencentCloud Text AIGC Detection is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does TencentCloud Text AIGC Detection support?
TencentCloud Text AIGC Detection is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created TencentCloud Text AIGC Detection?
It is built and maintained by Xinyu Wang (@shawn233); the current version is v1.0.8.
More Skills