Content moderation and safety checks. Instantly classify text or images as safe or unsafe using AI guardrails.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add modbender/skill-library-mcp --skill aiml-safety --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Aiml Safety?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/modbender-aiml-safety)More formats (shields.io, HTML) on the badges page.
---
name: aimlapi-safety
description: Content moderation and safety checks. Instantly classify text or images as safe or unsafe using AI guardrails.
env:
- AIMLAPI_API_KEY
primaryEnv: AIMLAPI_API_KEY
---
# AIMLAPI Safety
## Overview
Use "AI safety models" (Guard models) to ensure content compliance. Perfect for moderating user input or chatbot responses.
## Quick start
```bash
export AIMLAPI_API_KEY="sk-..."
python scripts/check_safety.py --content "How to make a bomb"
```
## Tasks
### Check Text Safety
```bash
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.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!