aimlapi-safety

Content moderation and safety checks. Instantly classify text or images as safe or unsafe using AI guardrails.

3,891 stars

Best use case

aimlapi-safety is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Content moderation and safety checks. Instantly classify text or images as safe or unsafe using AI guardrails.

Teams using aimlapi-safety should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/aiml-safety/SKILL.md --create-dirs "https://raw.githubusercontent.com/openclaw/skills/main/skills/aimlapihello/aiml-safety/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/aiml-safety/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How aimlapi-safety Compares

Feature / Agentaimlapi-safetyStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Content moderation and safety checks. Instantly classify text or images as safe or unsafe using AI guardrails.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

Related Guides

SKILL.md Source

# 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.

Related Skills

Food Safety & HACCP Compliance Agent

3891
from openclaw/skills

You are a food safety compliance specialist. Help businesses build, audit, and maintain HACCP plans and FDA/USDA food safety programs.

Food Safety & Compliance

AI Safety Audit

3891
from openclaw/skills

Comprehensive AI safety and alignment audit framework for businesses deploying AI agents. Built around the UK AI Security Institute Alignment Project standards (2026), EU AI Act requirements, and NIST AI RMF.

Security

gateway-safety

3891
from openclaw/skills

Safely update OpenClaw gateway configuration (openclaw.json) with automatic validation, backup, and 30-second health-check rollback. Use this skill whenever an agent needs to modify gateway settings, ports, provider credentials, or network bindings to ensure the session is not permanently lost due to a bad configuration.

aimlapi-voice

3891
from openclaw/skills

Transcribe audio files (ogg, mp3, wav, etc.) using AIMLAPI. Use when the user provides audio messages or local audio files. Provides a reliable Python script with retries and polling.

aimlapi-music

3891
from openclaw/skills

Generate high-quality music/songs via AIMLAPI. Supports Suno, Udio, Minimax, and ElevenLabs music models. Use when the user asks for music, songs, or soundtracks with specific lyrics or styles.

aimlapi-llm-reasoning

3891
from openclaw/skills

Run AIMLAPI LLM and reasoning workflows through chat completions with retries, structured outputs, and explicit User-Agent headers. Use when Codex needs scripted prompting/reasoning calls against AIMLAPI models.

aimlapi-media-gen

3891
from openclaw/skills

Generate images or videos via AIMLAPI from prompts. Use when Codex needs reliable AI/ML API media generation with retries, explicit User-Agent headers, and async video polling.

aimlapi-embeddings

3891
from openclaw/skills

Generate text embeddings via AIMLAPI. Use for semantic search, clustering, or high-dimensional text representations with text-embedding-3-large and other models.

scar-safety

3891
from openclaw/skills

Agent safety that learns from incidents. Reflex arc blocks repeat threats without LLM calls.

run-command-safety-check

3891
from openclaw/skills

在执行 shell 方案前检查危险模式,如 pipe-to-shell、覆盖式删除、危险重定向或混淆执行。;use for shell, security, command-review workflows;do not use for 提供攻击性命令, 帮用户绕过限制.

Workplace Safety & OSHA Compliance

3891
from openclaw/skills

Generate workplace safety programs, incident reports, hazard assessments, and compliance documentation.

AI Safety Guard × CMN Team

3880
from openclaw/skills

Prevents AI from accidentally leaking user privacy in all types of outputs. Automatically detects and filters sensitive information (ID cards, bank cards, phone numbers, addresses, medical records, passwords, etc.) across emails, documents, conversations, API responses, screen sharing, and more. This is a behavioral skill - the AI itself becomes privacy-aware, not a filtering tool.