Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
6,000+ web scrapers for your AI agent, start free logo6,000+ web scrapers for your AI agent, start free

Apify gives your agent live web data: 6,000+ prebuilt scrapers and actors, MCP-ready. Sign up free with $5 in usage credits.

Try Apify free
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 48,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Summary

Author map videos for Vietnam real estate as DATA — one IR JSON → a map video rendered locally, embeddable into HyperFrames with overlays and captions.

Install to Claude Code

/plugin install editgeo@editbds

Run in Claude Code. Add the marketplace first with /plugin marketplace add manhcuongincusar1/editgeo-skills if you haven't already.

README.md

editgeo skills

Agent Skills that teach a coding agent (Claude Code, Cursor, Codex, Gemini CLI, Copilot, OpenCode, Zed…) to make map videos for Vietnam real estate — describe a place, the agent writes one IR JSON, and the editgeo engine renders a map video locally. Built to drop into the HyperFrames video ecosystem.

> Map = DATA. You never hand-write map code — everything is one IR JSON.

Install

Any agent (Vercel skills):

npx skills add manhcuongincusar1/editgeo-skills

Claude Code (plugin marketplace):

/plugin marketplace add manhcuongincusar1/editgeo-skills
/plugin install editgeo@editbds

Then install the engine CLI (the renderer — obfuscated, not in this repo):

npm i -g @editbds/cli
editgeo login

Skills

| Skill | What it does | |---|---| | editgeo | Author the map IR from natural language (fly-to, orbit, earth-dive, routes, highlights, markers, labels). | | editgeo-cli | The editgeo dev loop — login, resolve, preview, render, export. | | editgeo-data | Resolver directives (geocode, route snap, building footprint, road/boundary, POI) + Vietnam geography (2025 ward reform). | | editgeo-export | Embed the baked map into a HyperFrames composition with overlays/captions and export the final video. |

How it works

describe a place → agent writes map.json (IR) →
  editgeo resolve   (bake geocode/route/footprint into the IR)
  editgeo preview   (live map you tweak)
  editgeo export    (bake map.mp4 → HyperFrames overlays → final video)

The map renders locally and deterministically. The rendering engine ships as the npm package @editbds/cli; this repo is just the skills (instructions) that drive it.

editbds.com

Related plugins

Browse all →