← 返回 Skills 市场
shawn233

TencentCloud Text AIGC Detection

作者 Xinyu Wang · GitHub ↗ · v1.0.8 · MIT-0
cross-platform ✓ 安全检测通过
398
总下载
0
收藏
1
当前安装
7
版本数
在 OpenClaw 中安装
/install tencentcloud-aigc-recog-text
功能描述
腾讯云 AI 生成文本识别 (TencentCloud Text AIGC Detection) 技能。适用于 AI 生成文本检测、文本真伪鉴别、AI 写作检测、AIGC 检测等场景。TencentCloud Text AIGC Detection is an AI-generated content detec...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install tencentcloud-aigc-recog-text
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /tencentcloud-aigc-recog-text 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug tencentcloud-aigc-recog-text
版本 1.0.8
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 7
常见问题

TencentCloud Text AIGC Detection 是什么?

腾讯云 AI 生成文本识别 (TencentCloud Text AIGC Detection) 技能。适用于 AI 生成文本检测、文本真伪鉴别、AI 写作检测、AIGC 检测等场景。TencentCloud Text AIGC Detection is an AI-generated content detec... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 398 次。

如何安装 TencentCloud Text AIGC Detection?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install tencentcloud-aigc-recog-text」即可一键安装,无需额外配置。

TencentCloud Text AIGC Detection 是免费的吗?

是的,TencentCloud Text AIGC Detection 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

TencentCloud Text AIGC Detection 支持哪些平台?

TencentCloud Text AIGC Detection 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 TencentCloud Text AIGC Detection?

由 Xinyu Wang(@shawn233)开发并维护,当前版本 v1.0.8。

💬 留言讨论