返回顶部
m

moark-text-moderations

Perform text review on user-specified input text that may be inappropriate or offensive.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
95
下载量
0
收藏
概述
安装方式
版本历史

moark-text-moderations

# Text Moderation This skill allows users to perform text review on user-specified input text that may be inappropriate or offensive using an external GITEE AI API. ## Usage Ensure you have installed the required dependencies (`pip install openai`). Use the bundled script to perform text moderation. ```bash python {baseDir}/scripts/perform_text_moderation.py --text "User-specified input text" --api-key YOUR_API_KEY ``` ## Options No additional parameters are required for this skill. ## Workflow 1. Execute the perform_text_moderation.py script with the parameters from the user. 2. Parse the script output and find the line starting with `MODERATION_RESULT:`. 3. Extract the moderation result from that line (format: `MODERATION_RESULT: ...`). 4. Display the moderation result to the user using markdown syntax: `🛡️[Moderation Result]` ## Notes - If GITEEAI_API_KEY is none, you should remind user to provide --api-key argument - You should not only return the moderation result but also provide a brief summary of the moderation result based on the user's input text. - When you add prompt, you should honestly repeat the requirements from user without any additional imaginations. - The script prints `MODERATION_RESULT:` in the output - extract this result and display it using markdown image syntax:`🛡️[Moderation Result]`. - Always look for the line starting with `MODERATION_RESULT:` in the script output.

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 moark-text-moderations-1776055562 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 moark-text-moderations-1776055562 技能

通过命令行安装

skillhub install moark-text-moderations-1776055562

下载 Zip 包

⬇ 下载 moark-text-moderations v1.0.0

文件大小: 2.55 KB | 发布时间: 2026-4-14 11:42

v1.0.0 最新 2026-4-14 11:42
Initial release of moark-text-moderations.

- Provides text moderation by reviewing user-specified input for inappropriate or offensive content using GITEE AI API.
- Requires the environment variable GITEEAI_API_KEY; prompts user if missing.
- Usage via command-line script with user input and API key.
- Extracts and displays moderation results in a clear markdown format with a summary.
- Follows a strict workflow for consistent parsing and presentation of moderation results.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部