aimlapi-safety
Content moderation and safety checks. Instantly classify text or images as safe or unsafe using AI guardrails.
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
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/aiml-safety/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How aimlapi-safety Compares
| Feature / Agent | aimlapi-safety | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/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
AI Agents for Marketing
Discover AI agents for marketing workflows, from SEO and content production to campaign research, outreach, and analytics.
Best AI Agents for Marketing
A curated list of the best AI agents and skills for marketing teams focused on SEO, content systems, outreach, and campaign execution.
Best AI Skills for ChatGPT
Find the best AI skills to adapt into ChatGPT workflows for research, writing, summarization, planning, and repeatable assistant tasks.
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
You are a food safety compliance specialist. Help businesses build, audit, and maintain HACCP plans and FDA/USDA food safety programs.
AI Safety Audit
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.
gateway-safety
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
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
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
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
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
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
Agent safety that learns from incidents. Reflex arc blocks repeat threats without LLM calls.
run-command-safety-check
在执行 shell 方案前检查危险模式,如 pipe-to-shell、覆盖式删除、危险重定向或混淆执行。;use for shell, security, command-review workflows;do not use for 提供攻击性命令, 帮用户绕过限制.
Workplace Safety & OSHA Compliance
Generate workplace safety programs, incident reports, hazard assessments, and compliance documentation.
AI Safety Guard × CMN Team
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.