Live Location Mapper for Openclaw

An automated tool to search for Douyin live broadcasts by location and visualize their geographic distribution on Baidu Maps.

loverun321
v1.0.0
Mar 6, 2026
0
355
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install live-location-mapper

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install live-location-mapper using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Live Location Mapper?

The Live Location Mapper is a specialized tool designed to bridge the gap between real-time social media activity and geographic visualization. By utilizing this skill within the Openclaw Skills ecosystem, developers can programmatically search for active Douyin (TikTok China) live streams based on specific landmarks or regions.

The skill identifies active streamers, extracts their location metadata, and converts that data into precise coordinates using the Baidu Maps API. The final output is a high-quality static map image with custom markers, providing a visual heat map of digital activity and foot traffic estimation for any given area.

Live Location Mapper Use Cases

  • Identifying active live broadcasts near specific commercial districts or tourist landmarks.
  • Visualizing the density of content creators in high-traffic urban areas to estimate current crowd levels.
  • Generating automated spatial reports that include static map images for marketing or urban research.
  • Tracking the physical origin of viral live events across different city coordinates.

How Live Location Mapper Works

  1. The skill performs a targeted search on Douyin for live broadcasts associated with a specific location string.
  2. It filters the search results to extract active live stream accounts and their associated location descriptions.
  3. The skill interfaces with the Baidu Maps Geocoding API to convert these textual descriptions into latitude and longitude coordinates.
  4. It compiles the gathered coordinates into a formatted request for the Baidu Static Image API.
  5. The skill generates a PNG map file featuring custom markers for every identified live stream and delivers it to the user.

Live Location Mapper Setup

To utilize this skill, you must first secure a Baidu Maps API Key (AK).

  1. Register for an account at the Baidu LBS Open Platform.
  2. Create a new application in the console to obtain your API Key (AK).
  3. Ensure your Python environment is ready by installing the necessary dependencies:
pip install requests
  1. Configure your script with the AK to begin mapping Douyin data through Openclaw Skills.

Live Location Mapper Data Schema & Taxonomy

The skill organizes spatial and social data into the following structure:

Attribute Description Data Type
Search Query The target location name used on Douyin String
Coordinates The lat/lng pair retrieved via Baidu API Tuple (Float)
Marker Config Pipe-separated coordinates for static mapping String
Output Image The generated map file PNG File
Location Metadata Descriptive names of mapped points (e.g., The Bund) String

Live Location Mapper Advanced Features

  • Support for multi-point visualization using batch coordinate processing.
  • Custom marker styling including specific icons, colors, and labels via API parameters.
  • Real-time location estimation based on Douyin's live search algorithm.
  • Seamless integration with other Openclaw Skills for comprehensive social media data mining.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*