remini-web
Remini Web
Use Remini Web with a human-in-the-loop browser automation flow that keeps account login and verification manual.
Quick Start
- Run script help first:
python3 scripts/remini_apply.py --help - Install prerequisites if needed:
python3 -m pip install playwright python3 -m playwright install chromium - Run a standard enhancement:
python3 scripts/remini_apply.py /path/to/photo.jpg
The script opens Chromium, reuses a local browser profile, attempts upload/start actions, and waits for the Remini download.
Core Workflow
- Confirm the input is a local image (
.jpg,.jpeg,.png,.webp,.heic,.heif). - Launch
scripts/remini_apply.pywith a persistent profile. - Log in manually in the browser if needed.
- Let the script try auto-upload and auto-start.
- Complete actions manually in-browser if UI labels differ.
- Click Download in Remini and let the script capture/save the output.
Common Commands
# Standard run (visible browser)
python3 scripts/remini_apply.py ./input/portrait.jpg
# Save to explicit output path
python3 scripts/remini_apply.py ./input/portrait.jpg --output ./output/portrait-remini.png
# Disable action click automation if the UI text changed
python3 scripts/remini_apply.py ./input/portrait.jpg --no-auto-start
# Add a custom action label for one-off UI variants
python3 scripts/remini_apply.py ./input/portrait.jpg --action-label "Create"
# Batch from a shell loop (one process per image)
for img in ./batch/*.{jpg,jpeg,png}; do
python3 scripts/remini_apply.py "$img" --downloads-dir ./output/downloads
done
Operational Rules
- Keep login, MFA, and checkout actions manual.
- Do not store passwords or one-time codes in files.
- Prefer
--no-auto-startwhen Remini changes button text or flow. - Increase
--timeoutfor long-running jobs. - Load troubleshooting notes from
references/workflow.mdwhen upload/download capture fails.
Resources
scripts/remini_apply.py: Interactive Playwright helper for Remini Web.references/workflow.md: UI matching strategy and troubleshooting.
More from baphomet480/claude-skills
kitchen-sink-design-system
Kitchen Sink design system workflow for Next.js and React projects, with secondary support for Astro, SvelteKit, Nuxt, and static HTML. Use when asked for a Kitchen Sink page, Design System, UI Audit, Style Guide, or Component Inventory, or when a project needs a component inventory plus component creation and a sink page implementation. Covers CVA variant architecture, Tailwind v3/v4 token systems, shadcn/ui integration, and TinaCMS content modeling.
40deep-research
Conduct comprehensive, multi-round research that produces rich visual reports. Use when asked for "deep research", "comprehensive analysis", "compare frameworks", "evaluate options", "research the state of X", or any task requiring investigation across 10+ sources. NOT for quick lookups — this is a 5-15 minute deep dive that produces a briefing-quality artifact with screenshots, diagrams, tables, and cited findings.
37design-lookup
Search and retrieve CSS components, SVG icons, design patterns, and visual inspiration from the web. Use when the user asks to find, look up, or search for CSS snippets, SVG icons, UI components, loading spinners, animations, design inspiration, or any visual/frontend design resource. Triggers on requests like "find me a CSS button", "look up an SVG spinner", "search for a card component", "find a wave divider SVG", or "get design inspiration for a dashboard".
34nextjs-tinacms
Build Next.js 16 + React 19 + TinaCMS sites with visual editing, blocks-based page builder, and complete SEO. Use this skill whenever the user mentions TinaCMS, Tina CMS, Next.js with a CMS, visual editing with Next.js, click-to-edit, content-managed Next.js site, blocks pattern page builder, or migrating to Next.js + TinaCMS. Also trigger for TinaCMS schema design, self-hosted TinaCMS, TinaCMS media configuration, or any TinaCMS troubleshooting. Covers Day 0-2 setup from scaffolding through production deployment on Vercel.
32cloudflare-pages
Deploy static sites to Cloudflare Pages with custom domains and CI/CD. Use when the user wants to deploy a site to Cloudflare Pages, add a custom domain to a Pages project, set up GitHub Actions CI/CD for Cloudflare Pages, roll back a deployment, or verify deployment status. Triggers on "deploy to Cloudflare", "Cloudflare Pages", "add custom domain", "pages deploy", or any Cloudflare Pages hosting workflow.
31local-ocr
Local OCR pipeline for AI agents featuring auto-rotation, deskew, and searchable PDF generation via ocrmypdf and Tesseract.
23