content-advisory

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

533 stars

Best use case

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

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

Teams using content-advisory 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/content-advisory/SKILL.md --create-dirs "https://raw.githubusercontent.com/sundial-org/awesome-openclaw-skills/main/skills/content-advisory/SKILL.md"

Manual Installation

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

How content-advisory Compares

Feature / Agentcontent-advisoryStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

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

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.

SKILL.md Source

# 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

```bash
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

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

### Clear Cache

```bash
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](https://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?"**

```bash
uv run {baseDir}/scripts/content_advisory.py lookup "The Batman"
```

**"How violent is Oppenheimer?"**

```bash
uv run {baseDir}/scripts/content_advisory.py lookup "Oppenheimer"
# Check the Violence/Gore rating and details
```

**"Find family movies with low content ratings"**

```bash
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

Related Skills

social-content

533
from sundial-org/awesome-openclaw-skills

When the user wants help creating, scheduling, or optimizing social media content for LinkedIn, Twitter/X, Instagram, TikTok, Facebook, or other platforms. Also use when the user mentions 'LinkedIn post,' 'Twitter thread,' 'social media,' 'content calendar,' 'social scheduling,' 'engagement,' or 'viral content.' This skill covers content creation, repurposing, and platform-specific strategies.

create-content

533
from sundial-org/awesome-openclaw-skills

Thinking partner that transforms ideas into platform-optimized content

content-writing-thought-leadership

533
from sundial-org/awesome-openclaw-skills

B2B content writing with daily workflows and batching systems across Sales/HR/Fintech/Ops Tech

content-writing-thought-leadership-2

533
from sundial-org/awesome-openclaw-skills

B2B content writing with daily workflows and batching systems across Sales/HR/Fintech/Ops Tech

content-ideas-generator

533
from sundial-org/awesome-openclaw-skills

Generates structured post outlines from reference materials for wisdom-style social posts. Use when someone wants to extract compelling concepts from newsletters, scripts, notes, or other content and transform them into engaging post outlines with paradoxes, transformations, and powerful insights.

content-draft-generator

533
from sundial-org/awesome-openclaw-skills

Generates new content drafts based on reference content analysis. Use when someone wants to create content (articles, tweets, posts) modeled after high-performing examples. Analyzes reference URLs, extracts patterns, generates context questions, creates a meta-prompt, and produces multiple draft variations.

portfolio-watcher

533
from sundial-org/awesome-openclaw-skills

Monitor stock/crypto holdings, get price alerts, track portfolio performance

portainer

533
from sundial-org/awesome-openclaw-skills

Control Docker containers and stacks via Portainer API. List containers, start/stop/restart, view logs, and redeploy stacks from git.

portable-tools

533
from sundial-org/awesome-openclaw-skills

Build cross-device tools without hardcoding paths or account names

polymarket

533
from sundial-org/awesome-openclaw-skills

Trade prediction markets on Polymarket. Analyze odds, place bets, track positions, automate alerts, and maximize returns from event outcomes. Covers sports, politics, entertainment, and more.

polymarket-traiding-bot

533
from sundial-org/awesome-openclaw-skills

No description provided.

polymarket-analysis

533
from sundial-org/awesome-openclaw-skills

Analyze Polymarket prediction markets for trading edges. Pair Cost arbitrage, whale tracking, sentiment analysis, momentum signals, user profile tracking. No execution.