From tolstoy
Find an existing asset in the user's Tolstoy library and generate new on-brand variations of it. Use when the user says "make more like my best one", "clone this ad", "give me variations of that video", "remix my <asset>", or wants new creative based on something they already have in Tolstoy. Chains the Tolstoy Library MCP (find) with Tolstoy Studio (generate).
How this skill is triggered — by the user, by Claude, or both
Slash command
/tolstoy:remix-from-libraryThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Take something the user already has in their Tolstoy library and spin new variations — using the original as a visual reference so the new creative stays on-brand.
Take something the user already has in their Tolstoy library and spin new variations — using the original as a visual reference so the new creative stays on-brand.
Find the source asset.
search_assets with that query.list_assets.list_assets with favoritedOnly: true.Get the reference image URL. The reference must be an image:
mediaUrl.thumbnailUrl.
Call get_asset for full detail if the search/list result is thin.Generate variations. Call generate_studio_content with that URL in referenceImageUrls, assetType for what they want (image or video), an aspectRatio for the destination, and a prompt describing the variation intent (e.g. "3 variations with different backgrounds, same product and brand feel"). Reference-to-output keeps the product/identity while letting composition vary.
Iterate with iterate_studio_content (same chatId) for refinements.
"Clone my best serum ad and give me 3 fresh versions"
list_assets{ favoritedOnly: true }(orsearch_assets "serum ad") → show candidates, confirm which one.- Take the chosen asset's
thumbnailUrl(video) ormediaUrl(image).generate_studio_content{ assetType: "video", aspectRatio: "9:16", prompt: "3 fresh variations of this serum ad — new hooks and backgrounds, same product and brand feel", referenceImageUrls: ["<asset url>"] }
referenceImageUrls must be public HTTPS image URLs (library CDN URLs qualify).npx claudepluginhub gotolstoy/agent-skills --plugin tolstoyProvides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.