content-advisory

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

7 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/Demerzels-lab/elsamultiskillagent/main/public/skills/dbhurley/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

seo-content-engine

7
from Demerzels-lab/elsamultiskillagent

End-to-end SEO content creation workflow.

content-repurposer-pro

7
from Demerzels-lab/elsamultiskillagent

Transform long-form content into multiple formats for distribution.

content-ideas-free

7
from Demerzels-lab/elsamultiskillagent

Free content brainstorming tool.

create-content

7
from Demerzels-lab/elsamultiskillagent

Thinking partner that transforms ideas into platform-optimized content

xmtp-cli-content

7
from Demerzels-lab/elsamultiskillagent

Demonstrate XMTP content types from the CLI. Use when sending text, markdown, attachment, transaction, deeplink, or miniapp content.

content-research

7
from Demerzels-lab/elsamultiskillagent

Research trending topics and generate platform-specific content.

solo-content-gen

7
from Demerzels-lab/elsamultiskillagent

Generate social media content pack from PRD — LinkedIn post, Reddit answer draft, and Twitter/X thread.

content3

7
from Demerzels-lab/elsamultiskillagent

Content3 API for creating videos, managing content, submitting reviews, and posting to social media.

content-machine

7
from Demerzels-lab/elsamultiskillagent

Full-stack content creation persona for OpenClaw agents.

content-moderation

7
from Demerzels-lab/elsamultiskillagent

Moderate text, images, and video using Vettly's content moderation API via MCP server.

weekly-content-planner

7
from Demerzels-lab/elsamultiskillagent

Generate a full week of social media content for any topic.

social-content

7
from Demerzels-lab/elsamultiskillagent

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.