sundial-org/awesome-openclaw-skills

content-advisory

Lookup detailed content ratings for movies and TV shows (sex/nudity, violence/gore, language) from Kids-In-Mind.

First seen Mar 24, 2026

Installation

$ npx skills add sundial-org/awesome-openclaw-skills --skill content-advisory

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from sundial-org/awesome-openclaw-skills · top by installs.

npx skills add sundial-org/awesome-openclaw-skills

Browse all from sundial-org/awesome-openclaw-skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 660
License LICENSE
Default branch main
Open issues 12
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 3,400 B
  • docs SUMMARY.md 136 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 5 installs

SKILL.md

Content Advisory

Detailed parental content ratings for movies and TV shows. Goes beyond simple MPAA ratings with specific breakdowns of objectionable content.

Features

  • Detailed ratings — Sex/Nudity, Violence/Gore, Language on 0-10 scale
  • Content specifics — Exact descriptions of concerning content
  • Substance use — Alcohol, drugs, smoking references
  • Discussion topics — Themes parents may want to discuss
  • Message/moral — Overall takeaway of the film
  • Caching — Results cached locally to avoid repeated lookups

Commands

Lookup a Movie

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

Search for Titles

uv run {baseDir}/scripts/content_advisory.py search "batman"
uv run {baseDir}/scripts/content_advisory.py search "pixar" --limit 10

Clear Cache

uv run {baseDir}/scripts/content_advisory.py clear-cache

Output Example

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

Rating Scale

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

Data Source

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.

Usage Examples

"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

Data Storage

Cache stored at ~/.clawdbot/content-advisory/cache.json to minimize repeated lookups.

Notes

  • Results are scraped from Kids-In-Mind.com
  • Not all movies are reviewed — primarily theatrical releases
  • Cache can be cleared to force fresh lookups
  • Please support Kids-In-Mind if you find their service valuable