Home / aiskillstore / marketplace · pending/caffeinelabs/connector-tmdb/SKILL.md · GitHub

connector-tmdb skillA

connector-tmdb is agent-read markdown (skill) from aiskillstore/marketplace: MANDATORY recipe for every Caffeine build that reads movie, TV or people data from a canister. The supported path is the `tmdb-client` mops package (The Movie Database Web API v3) over outbound HTTPS, authenticated with a v3 API key or a v4 read-access token. Hand-rolling `ic.http_request` calls to `api.themoviedb.org` is a FORBIDDEN anti-pattern — it bypasses the non-replicated-outcall safeguard, the generated JSON decoding of ~720 response models, and the credential handling. Load this skill w.

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# Movie and TV data with `tmdb-client`

Motoko bindings for [The Movie Database API](https://developer.themoviedb.org/),
generated from TMDb's OpenAPI spec. **124 operations in one module**
(`Apis/DefaultApi`) — the spec carries no tags, so there is nothing to split on
and no nested facade.

**Read this before planning the app: the read surface works, the write surface
does not.** Of the 124 operations, **111 are usable** and **13 are broken**:

- **12** carry a request body — 11 of the 12 POSTs plus `authenticationDeleteSession`
  — and go out double-wrapped (§6).
- **1** read, `movieRecommendations`, throws on every successful response (§6).

Plan features around catalog reads (search, details, trending, discover,
now-playing) and keep favorites, ratings and watchlists out of scope unless you
are prepared to fix the generator first. Use `tvSeriesRecommendations` if you
need a "more like this" row; its movie counterpart is the broken one.

# Backend

## 1. Add the dependency

```bash
mops add tmdb-client
```

## 2. The credential

**Use the v4 read-access token and `?#bearer`. That is the only credential
this client supports.**

```mo:tmdb-client
…

Read the whole file at its exact version.

How to install

Latest version
mdr add aiskillstore/marketplace/connector-tmdb@v0.1.2
Exact content
mdr add aiskillstore/marketplace/connector-tmdb@sha256:cbc938db763ecc38

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_o2xbsj3bcg6arto6.svg)](https://markdownregistry.com/a/art_o2xbsj3bcg6arto6)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
v0.1.2 latest2026-09-23 8f83643 18,508 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (18508 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

aiskillstore/marketplace · 427 stars · license none · pushed 2026-09-24 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_o2xbsj3bcg6arto6
GET https://markdownregistry.com/api/v1/resolve?ref=aiskillstore/marketplace/connector-tmdb
GET https://markdownregistry.com/api/v1/blob/cbc938db763ecc38e84a4eda447c507b9aaf46b29a85313e29cbd6d03eb7965c

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from aiskillstore/marketplace

sitemapkit skill
aiskillstore/marketplace · pending/0nl1n1n/sitemapkit/SKILL.md · Discover and extract sitemaps from any website using SitemapKit. Use this skill whenever the user wants to find pages…
git:20260903.f89877a · audit A · 427 stars
angular-developer skill
aiskillstore/marketplace · pending/angular/angular-developer/SKILL.md · Generates Angular code and provides architectural guidance. Trigger when creating projects, components, services, or…
v1.0 · audit A · 427 stars
angular-new-app skill
aiskillstore/marketplace · pending/angular/angular-new-app/SKILL.md · Creates a new Angular app using the Angular CLI. This skill should be used whenever a user wants to create a new…
v1.0 · audit A · 427 stars
.cursorrules rules
aiskillstore/marketplace · pending/axelfreeman/marketing-mindset/.cursorrules
git:20260903.567c889 · audit A · 427 stars
AGENTS.md@pending/axelfreeman/marketing-mindset agents
aiskillstore/marketplace · pending/axelfreeman/marketing-mindset/AGENTS.md
git:20260903.567c889 · audit A · 427 stars
marketing-mindset skill
aiskillstore/marketplace · pending/axelfreeman/marketing-mindset/SKILL.md · Use when the user needs a professional marketer's operating mindset for any marketing, growth, or client-acquisition…
v0.1.0 · audit A · 427 stars
llms.txt@pending/axelfreeman/marketing-mindset llmstxt
aiskillstore/marketplace · pending/axelfreeman/marketing-mindset/llms.txt
git:20260903.567c889 · audit A · 427 stars
brand-voice-editor skill
aiskillstore/marketplace · pending/azeemkafridi/brand-voice-editor/SKILL.md · Edit social media content into a consistent brand voice while preserving facts and preparing it for BulkPublish…
git:20260902.2316198 · audit A · 427 stars
bulk-publish skill
aiskillstore/marketplace · pending/azeemkafridi/bulk-publish/SKILL.md · Upload media files (local or URL), manage media library, and batch-create posts via BulkPublish. Use when the user…
git:20260902.082a188 · audit A · 427 stars
campaign-performance-report skill
aiskillstore/marketplace · pending/azeemkafridi/campaign-performance-report/SKILL.md · Produce campaign performance reports from BulkPublish analytics with platform-aware metrics, caveats, and…
git:20260902.71e47fa · audit A · 427 stars
check-quota skill
aiskillstore/marketplace · pending/azeemkafridi/check-quota/SKILL.md · Check BulkPublish plan limits and current usage. Use when the user asks about their plan, limits, or remaining quota.
git:20260902.32a44bf · audit A · 427 stars
content-repurposing skill
aiskillstore/marketplace · pending/azeemkafridi/content-repurposing/SKILL.md · Repurpose a source article, newsletter, transcript, or announcement into a coordinated BulkPublish social content…
git:20260902.171842e · audit A · 427 stars

Every file in aiskillstore/marketplace

Browse by kind, by grade A, or by owner.