Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add palmier-io/palmier-skills --skill timeless-love-storygit clone --depth 1 https://github.com/palmier-io/palmier-skillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/palmier-io/palmier-skills/timeless-love-story)<a href="https://agentmods.dev/skills/palmier-io/palmier-skills/timeless-love-story"><img src="https://agentmods.dev/badge/skills/palmier-io/palmier-skills/timeless-love-story/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/palmier-io/palmier-skills/timeless-love-story"><img src="https://agentmods.dev/badge/skills/palmier-io/palmier-skills/timeless-love-story.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 1 finding, up to medium
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- medium YARA Match · line 314 YARA rule matched a hack tool or exploit indicator (offensive tools, reconnaissance, privilege escalation, or exploit frameworks).Fix: Remove offensive tool references and exploit code. Legitimate agent skills should not contain penetration testing tools, exploit frameworks, or reconnaissance utilities.
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00159 | $0.07512 |
| Opus 5 | $0.00079 | $0.03756 |
| Sonnet 5 | $0.00032 | $0.01502 |
| Haiku 4.5 | $0.00016 | $0.00751 |
Grade A, and why
timeless-love-story scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 13d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 447 lines — stays where its author put it; the contents beside it link to each section on GitHub.
🎬 Timeless — Multi-Era Love Story Generator
What this makes
A ~70-second cinematic short where one couple is reincarnated across five historical eras plus a modern-day finale, all shot in a consistent handheld DV-camcorder "found footage" style. The story: in every era the two lovers find each other, share a beat of action/romance, and the man (always holding the camcorder, first-person POV) follows the woman through a dark doorway/threshold that transitions seamlessly into the NEXT era. Ends with a present-day subway reunion embrace and a script title card of their two names, scored with an epic-romantic orchestral strings track.
The eras, in order: Ancient Egypt → Ancient Rome → Medieval → Wild West → Renaissance → Modern Day (finale). (You may trim to fewer if the user wants a shorter piece, but this is the canonical set.) Medieval comes before Wild West — not alphabetical/chronological order — because the shot lists are written as a match-cut: Medieval ENDS on the couple running hand-in-hand through a dark stone gateway, and Wild West OPENS on that exact hand-in-hand run bursting out of a gateway into daylight. Swapping this order breaks the continuity the prompts were written for.
The ONLY things you need from the user
Before doing anything, you MUST have:
- Two reference images — one of the man, one of the woman (any photos; they anchor facial identity across every era).
- Two names — the man's and the woman's, for the closing title card.
If either is missing, STOP and ask for it. Example: "Send me a photo of each person and their two names, and I'll build the whole thing." Do not proceed on assumptions. You may optionally ask two refinements (but default sensibly if they don't answer): aspect ratio (default 16:9 horizontal — the character sheets are always horizontal regardless), and whether five eras is right.
Golden rules of execution order (this is the whole point of the skill)
- Session check first.
get_timelineonce. IfcanGenerateis false, tell the user to sign in to Palmier and subscribe — generation will fail otherwise. Read the project's actualfpsfrom this response and use it for all frame math below — do not assume 24fps. (The reference build that produced the numbers in Step 3 happened to run at 24fps, 1280×720; a 30fps project needs every frame count recalculated, e.g. an 11s clip is 264 frames at 24fps but 330 frames at 30fps.) - HARD GATE — photos before videos. Generate ALL character sheets first and do not
call
generate_video(or start any era clip) until every sheet is fully finished —get_mediashows nogenerationStatuson each. Placeholders / still-generating sheets are not enough. Videos take those sheets asreferenceImageMediaRefs; firing them early means broken or missing identity. Music may wait with the video batch, but never ahead of sheet readiness. - Only after ALL sheets are ready, fire EVERYTHING else in parallel and don't block:
- Generate all 6 era videos in one batch.
- Generate the music track.
- As each generation returns a placeholder id, immediately place it on the timeline even while it's still generating (Palmier allows placing generating clips — they fill in automatically when done). Add the text card too. This way the instant the last render finishes, the finished edit already exists — no assembly step afterward.
- Don't busy-poll. Fire generations, place placeholders, move on. Only read
get_media ids:[...]when you genuinely need to confirm readiness.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 13d ago First seen · 447 lines · 159 tokens per session scan A f5d0bd2c8d86
timeless-love-story is a skill published in the GitHub repository palmier-io/palmier-skills (66 stars, last pushed 11d ago), licensed Apache-2.0. It adds 159 tokens to every session and 7,512 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
systematic-debugging
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.
local-ai-agents
Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…
next-cache-components-adoption
Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…
chat-pet-sprite-creation
Use when creating or changing VS Code chat pet sprite art, sprite sheets, state animations, eye treatments, Stable/Insiders variants, or pet transitions under src/vs/workbench/contrib/chat/browser/widget/media/chatPet.
cpu-profile-analysis
Analyze V8/Chrome CPU profiles (.cpuprofile) and DevTools trace files (Trace-.json). Use when: profiling performance, investigating slow functions, comparing code paths, finding bottlenecks, analyzing timeToRequest, understanding call trees from sampling profiler data, analyzing layout/paint/rendering, investigating…
insight-error-page
Write or audit an insight-kind error page for the Next.js dev overlay. Use when creating a new errors/ .mdx page, auditing an existing one, or checking that a page matches the framework fix cards. Covers page structure, title alignment, FixCard cards with Copy prompt button, code snippets, terminology verification…