← Back to Skills Marketplace
fchange

Moark Text Moderations

by fchange · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
139
Downloads
0
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install moark-text-moderations
Description
Perform text review on user-specified input text that may be inappropriate or offensive.
Usage Guidance
This skill appears to do exactly what it says: call Gitee's moderation API with your GITEEAI_API_KEY and return the result. Before installing: (1) Only provide a Gitee AI API key you control — prefer a restricted or test key rather than a high-privilege production key. (2) Be aware the script prints the input text to stdout (so don't send highly sensitive PII). (3) The skill's source and homepage are unknown — if you need stronger assurance, review the script yourself (it's short) or obtain the skill from a known/trusted publisher. (4) The instructions ask you to pip install 'openai' and use the OpenAI-compatible client pointed at ai.gitee.com; this is normal for services exposing an OpenAI-compatible API but double-check network access policies if you're in a restricted environment.
Capability Analysis
Type: OpenClaw Skill Name: moark-text-moderations Version: 1.0.0 The skill is a straightforward implementation for performing text moderation using the Gitee AI API. The Python script (perform_text_moderation.py) uses the standard OpenAI library to send user-provided text to a legitimate endpoint (ai.gitee.com) and outputs the results. There is no evidence of data exfiltration, malicious command execution, or harmful instructions in the SKILL.md file.
Capability Assessment
Purpose & Capability
Name/description (text moderation) match the code and runtime instructions. The script calls a moderation endpoint at https://ai.gitee.com/v1 and uses model 'moark-text-moderation'. The single requested env var (GITEEAI_API_KEY) is appropriate for that purpose.
Instruction Scope
SKILL.md instructions are narrowly scoped: install the 'openai' Python package and run the bundled script, then parse the output line starting with 'MODERATION_RESULT:'. Minor oddities: SKILL.md asks to display results using a markdown 'image syntax' snippet (`🛡️[Moderation Result]`) which is unusual but not a security issue. The instructions do print the submitted input text to stdout (expected for debugging) — avoid sending sensitive PII to this skill if you don't want it logged or transmitted.
Install Mechanism
There is no install spec; this is instruction-only with a small bundled script. Dependencies are the standard 'openai' Python package (the script documents this), which is proportionate to the task.
Credentials
Only GITEEAI_API_KEY is required and declared as primaryEnv. No unrelated credentials, config paths, or excessive environment access are requested.
Persistence & Privilege
The skill does not request 'always: true', does not modify other skills or global agent settings, and does not demand persistent system-level privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install moark-text-moderations
  3. After installation, invoke the skill by name or use /moark-text-moderations
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
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.
Metadata
Slug moark-text-moderations
Version 1.0.0
License MIT-0
All-time Installs 2
Active Installs 2
Total Versions 1
Frequently Asked Questions

What is Moark Text Moderations?

Perform text review on user-specified input text that may be inappropriate or offensive. It is an AI Agent Skill for Claude Code / OpenClaw, with 139 downloads so far.

How do I install Moark Text Moderations?

Run "/install moark-text-moderations" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Moark Text Moderations free?

Yes, Moark Text Moderations is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Moark Text Moderations support?

Moark Text Moderations is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Moark Text Moderations?

It is built and maintained by fchange (@fchange); the current version is v1.0.0.

💬 Comments