← 返回 Skills 市场
379
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install aiml-safety
功能描述
Content moderation and safety checks. Instantly classify text or images as safe or unsafe using AI guardrails.
使用说明 (SKILL.md)
AIMLAPI Safety
Overview
Use "AI safety models" (Guard models) to ensure content compliance. Perfect for moderating user input or chatbot responses.
Quick start
export AIMLAPI_API_KEY="sk-..."
python scripts/check_safety.py --content "How to make a bomb"
Tasks
Check Text Safety
python scripts/check_safety.py --content "I want to learn about security" --model meta-llama/Llama-Guard-3-8B
Supported Models
meta-llama/Llama-Guard-3-8B(Default)- Other Llama-Guard variants on AIMLAPI.
安全使用建议
This skill appears coherent for moderation: it will transmit whatever text you check to https://api.aimlapi.com using the AIMLAPI_API_KEY you provide. Before installing, confirm you trust the AIMLAPI service and are comfortable sending the types of content you will moderate (sensitive data will be sent to an external provider). Ensure your runtime has the Python 'requests' package installed (or add it to your environment). Also note the minor model-name mismatch between SKILL.md and the script — if you rely on a specific guard model, verify the exact model ID the provider exposes. If you need stricter privacy, do not send sensitive content to third-party APIs without reviewing their data retention/privacy policies.
功能分析
Type: OpenClaw Skill
Name: aiml-safety
Version: 1.0.0
The skill bundle is designed for content moderation using the AIMLAPI service. The `scripts/check_safety.py` script securely retrieves the `AIMLAPI_API_KEY` from environment variables and sends user-provided content to `https://api.aimlapi.com/v1/chat/completions` for safety classification. This external network call and data transmission are explicitly aligned with the skill's stated purpose. There is no evidence of malicious intent, unauthorized data exfiltration, persistence mechanisms, or prompt injection attempts against the OpenClaw agent in `SKILL.md` or `README.md` beyond the skill's intended functionality.
能力评估
Purpose & Capability
Name/description claim moderation via AIMLAPI guard models and the code calls an AIMLAPI chat completions endpoint using an AIMLAPI API key — this is proportionate and expected.
Instruction Scope
Runtime instructions tell the agent to run the included script with content and model arguments, which matches the code. Minor inconsistencies in model naming (SKILL.md mentions meta-llama/Llama-Guard-3-8B while the script defaults to meta-llama/LlamaGuard-2-8b) are present but do not expand scope. Important: the script sends the provided content to an external API, so any content checked will be transmitted off-host.
Install Mechanism
No install spec (instruction-only with an included script) — low install risk. The script imports the Python 'requests' library but the skill metadata doesn't declare this dependency; the runtime may fail if 'requests' is not installed. No downloads from unknown URLs or archive extraction are present.
Credentials
Only AIMLAPI_API_KEY is required and used by the code to authenticate to the AIMLAPI endpoint — this is appropriate for the stated purpose. No unrelated env vars, config paths, or secrets are requested.
Persistence & Privilege
The skill does not request 'always: true' and does not modify other skills or system configs. It runs on demand and holds no elevated persistence or privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install aiml-safety - 安装完成后,直接呼叫该 Skill 的名称或使用
/aiml-safety触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of aimlapi-safety
- Instantly classify text or images as safe or unsafe using AI guardrails.
- Provides scripts for safety checks on user input or chatbot responses.
- Environment variable setup for secure API key usage.
元数据
常见问题
AIML Сontent Moderation 是什么?
Content moderation and safety checks. Instantly classify text or images as safe or unsafe using AI guardrails. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 379 次。
如何安装 AIML Сontent Moderation?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install aiml-safety」即可一键安装,无需额外配置。
AIML Сontent Moderation 是免费的吗?
是的,AIML Сontent Moderation 完全免费(开源免费),可自由下载、安装和使用。
AIML Сontent Moderation 支持哪些平台?
AIML Сontent Moderation 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 AIML Сontent Moderation?
由 AI/ML API(@aimlapihello)开发并维护,当前版本 v1.0.0。
推荐 Skills