Lookup detailed content ratings for movies and TV shows (sex/nudity, violence/gore, language) from Kids-In-Mind.
Detailed parental content ratings for movies and TV shows. Goes beyond simple MPAA ratings with specific breakdowns of objectionable content.
uv run {baseDir}/scripts/content_advisory.py lookup "The Batman"
uv run {baseDir}/scripts/content_advisory.py lookup "Inside Out" --year 2015
uv run {baseDir}/scripts/content_advisory.py lookup "Oppenheimer" --json
uv run {baseDir}/scripts/content_advisory.py search "batman"
uv run {baseDir}/scripts/content_advisory.py search "pixar" --limit 10
uv run {baseDir}/scripts/content_advisory.py clear-cache
🎬 The Batman (2022) | PG-13
📊 CONTENT RATINGS
Sex/Nudity: 2 ▓▓░░░░░░░░
Violence/Gore: 7 ▓▓▓▓▓▓▓░░░
Language: 5 ▓▓▓▓▓░░░░░
📋 CATEGORY DETAILS
Sex/Nudity: A man and woman kiss...
Violence: Multiple fight scenes with punching...
Language: 15 uses of profanity including...
💊 SUBSTANCE USE
Alcohol consumed at party scenes...
💬 DISCUSSION TOPICS
Vigilantism, revenge, grief, corruption
📝 MESSAGE
Justice requires restraint, not vengeance.
| Score | Level | Description |
|---|---|---|
| 0-1 | None | No content in this category |
| 2-3 | Mild | Brief, non-graphic content |
| 4-5 | Moderate | Some concerning content |
| 6-7 | Heavy | Significant content |
| 8-10 | Severe | Extensive, graphic content |
Content ratings are sourced from Kids-In-Mind.com, an independent nonprofit that has been reviewing movies since 1992. They do not assign age ratings but provide objective descriptions so parents can make informed decisions.
"Is The Batman appropriate for my 12 year old?"
uv run {baseDir}/scripts/content_advisory.py lookup "The Batman"
"How violent is Oppenheimer?"
uv run {baseDir}/scripts/content_advisory.py lookup "Oppenheimer"
# Check the Violence/Gore rating and details
"Find family movies with low content ratings"
uv run {baseDir}/scripts/content_advisory.py search "disney" --limit 20
# Review results for low-rated titles
Cache stored at ~/.clawdbot/content-advisory/cache.json to minimize repeated lookups.