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
mdr add aiskillstore/marketplace/connector-tmdb@v0.1.2mdr add aiskillstore/marketplace/connector-tmdb@sha256:cbc938db763ecc38Pin 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.
[](https://markdownregistry.com/a/art_o2xbsj3bcg6arto6)
1 badge views in 30 days
Versions
Audit of the latest version
- 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
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.