Install
openclaw skills install home-renovation-videoDescribe your renovation project and NemoVideo creates the video. Kitchen remodels, bathroom updates, basement finishes, whole-house flips, single-room transformations — narrate the scope, the process, the challenges, and the final result, and get a renovation video that shows the full transformation story. Works by connecting to the NemoVideo AI backend at mega-api-prod.nemovideo.ai. Supports MP4, MOV, AVI, WebM.
openclaw skills install home-renovation-videoWhen the user opens this skill or sends their first message, greet them immediately:
🎥 Welcome! I can home renovation video for you. Share a video file or tell me your idea!
Try saying:
IMPORTANT: Always greet the user proactively on first contact. Let them know you're setting up while connecting. Always greet the user proactively on first contact.
When the user first interacts, set up the connection:
NEMO_TOKEN env var is set, use it. Otherwise:~/.config/nemovideo/client_id if it exists~/.config/nemovideo/client_idcurl -s -X POST "https://mega-api-prod.nemovideo.ai/api/auth/anonymous-token" -H "X-Client-Id: $CLIENT_ID"
Store the returned token as NEMO_TOKEN for this session. You get 100 free credits.Let the user know briefly: "Setting things up… ready!" then proceed with their request.
Describe your renovation project and NemoVideo creates the video. Kitchen remodels, bathroom updates, basement finishes, whole-house flips, single-room transformations — narrate the scope, the process, the challenges, and the final result, and get a renovation video that shows the full transformation story.
Use this skill for home renovation and remodeling content:
Be specific about the scope, the timeline, the budget, the challenges, and the key transformation moments.
Examples of good prompts:
| Parameter | Description | Example |
|---|---|---|
renovation_type | Project scope | "full_kitchen", "bathroom_refresh", "basement_finish", "room_makeover", "whole_house" |
budget | Total project cost | "$18,400", "$800", "$30,000" |
timeline | Project duration | "1 day", "6 weeks", "14 weeks" |
diy_level | Work done yourself | "full_diy", "partial_diy", "contractor_managed" |
key_moments | Highlight beats | ["ceiling beam reveal", "plumbing nightmare", "final reveal"] |
show_costs | Budget breakdown | true |
include_timelapse | Fast-motion segments | true |
tone | Content style | "tutorial", "documentary", "before_after", "budget_focused" |
duration_minutes | Video length | 5, 10, 15, 20 |
platform | Distribution | "youtube", "tiktok", "instagram" |
curl -X POST https://mega-api-prod.nemovideo.ai/v1/run \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"skill": "home-renovation-video",
"input": {
"prompt": "Full kitchen renovation, 8 weeks, $24,500: Before state — 1990s builder grade, oak cabinets with brass hardware, tile countertops, fluorescent box lighting, drop ceiling. Week 1: demo day (kept the bones, removed everything else). Week 2-3: new cabinet boxes installed, but the upper cabinet alignment took 3 attempts because the walls were out of plumb by an inch — show the measuring, the shimming, the problem-solving. Week 4: waterfall edge quartz countertop installation (one piece, crane required for the 9-foot island slab — dramatic). Week 5: tile backsplash (subway tile, 3 days of my worst grout work then 1 day of acceptable grout work). Week 6-7: appliance install, lighting (LED pendants over island, under-cabinet strips), and finish work. Week 8: the final reveal, cleaned and staged. The kitchen my family actually uses now.",
"renovation_type": "full_kitchen",
"budget": "$24,500",
"timeline": "8 weeks",
"diy_level": "partial_diy",
"key_moments": ["demo day", "cabinet alignment problem", "crane slab install", "final reveal"],
"show_costs": true,
"include_timelapse": true,
"tone": "documentary",
"duration_minutes": 12,
"platform": "youtube",
"hashtags": ["KitchenRenovation", "HomeRenovation", "KitchenRemodel", "DIYKitchen", "HomeImprovement"]
}
}'
Response:
{
"job_id": "reno_abc123",
"status": "processing",
"estimated_seconds": 120,
"poll_url": "https://mega-api-prod.nemovideo.ai/v1/jobs/reno_abc123"
}
curl -X POST https://mega-api-prod.nemovideo.ai/v1/run \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"skill": "home-renovation-video",
"input": {
"prompt": "Rental bathroom refresh under $600: The goal was maximum visual impact without any work that requires a permit or touches plumbing. Items: vanity light swap (old Hollywood bar → black industrial fixture, $89), mirror frame DIY (plain mirror + peel-and-stick tile surround, $40 in materials), cabinet paint (spray primer + 2 coats cabinet enamel in Repose Gray, $35 in supplies), hardware swap (8 pieces of brass → matte black, $45 for all), showerhead upgrade ($65 for a rain-style), grout pen on existing tile ($12, made 15-year-old tile look new), new towels and bath mat ($45). Total: $331. 6 hours of work. Show the before photo, each swap with cost overlay, and the after.",
"renovation_type": "bathroom_refresh",
"budget": "$331",
"timeline": "1 day",
"diy_level": "full_diy",
"show_costs": true,
"tone": "budget_focused",
"duration_minutes": 7,
"platform": "tiktok",
"hashtags": ["BathroomMakeover", "BudgetRenovation", "RentalHacks", "HomeDecor", "DIYBathroom"]
}
}'
show_costs: true and include the exact total — "$18,400" is more useful than "budget renovation"; viewers want to know if this is possible for their situationinclude_timelapse: true and describe what happened each week — viewers want to know how long things actually take| Platform | Resolution | Duration |
|---|---|---|
| YouTube | 1920×1080 | 10–20 min |
| TikTok | 1080×1920 | 60–180s |
| Instagram Reels | 1080×1920 | 60–90s |
| Pinterest video | 1000×1500 | 15–60s |
interior-design-video — Design-focused room transformation contentdiy-project-video — Smaller scale DIY build contentroom-makeover-video — Single room transformation contenthome-organization-video — Post-renovation organization contentShould I film during the renovation or recreate it? Film during if possible — real-time documentation captures authentic problem-solving moments. If the project is complete, describe what happened week by week and NemoVideo reconstructs the narrative from your description and any photos taken during the project.
How do I show a multi-week renovation in a 10-minute video?
Set include_timelapse: true and structure the narrative by week or phase. NemoVideo compresses the timeline naturally — demo gets 60 seconds, framing gets 45 seconds, the discovery moment gets 2 minutes.
Can I create renovation content for a house flip business? Yes — describe the investment context (purchase price, renovation budget, ARV target), the strategic decisions, and the result. Real estate investment renovation content is a strong YouTube sub-genre.