git404hub

what is weekend-city-trip fr?

liangdabiao/weekend-city-trip — explained in plain English

Analysis updated 2026-05-18

58HTMLAudience · generalComplexity · 3/5Setup · moderate

tl;dr

A Claude Code or Codex skill that automatically researches weekend activities in any Chinese city and writes up a shareable travel report.

vibe map

mindmap
  root((Weekend City Trip))
    What it does
      Researches city weekend plans
      Auto web search
      Builds travel report
    Tech stack
      Claude Code skill
      Python
      Amap API
    Use cases
      Plan a weekend city trip
      Generate HTML travel report
      Generate location map
    Audience
      Chinese city travelers
      Coding agent users
    Setup
      anysearch API key
      Amap keys for maps

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Ask a coding agent to research weekend activities, concerts, and markets for a specific Chinese city.

VIBE 2

Generate a shareable HTML travel report instead of a plain Markdown file.

VIBE 3

Produce an interactive HTML map showing recommended locations with color coded markers.

VIBE 4

Plan a themed weekend route, such as a family friendly or couple friendly itinerary.

what's the stack?

Claude Code SkillPythonAmap APIHTML

how it stacks up fr

liangdabiao/weekend-city-triprevfactory/font-harnesseltohamy932/ni-labview-studio-tools
Stars585857
LanguageHTMLHTMLHTML
Setup difficultymoderateeasyhard
Complexity3/53/54/5
Audiencegeneraldesignergeneral

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · moderate time til it works · 30min

Needs an anysearch API key for research and two separate Amap keys if you also want the HTML map output.

The README does not clearly state a license for this repository.

in plain english

Weekend City Trip is a skill for Claude Code or Codex that researches weekend travel plans for any Chinese city. Instead of you manually searching multiple apps and websites, you tell your coding agent something like "research what is fun in Guangzhou this weekend" and the skill does a deep, automated search on your behalf, then writes up a full report. Under the hood it uses an outside web search API called anysearch, sending Chinese language queries in parallel across eleven categories: recent trending spots on Xiaohongshu, concerts and live shows, flea markets and craft fairs, sports matches, museums and galleries, discounted tickets, chain store locations inside shopping malls, food streets, city walking routes, top rated tourist attractions, and subway routes. The skill checks its own results for quality and will run extra searches if something looks incomplete, up to two more rounds. The final output is a single Markdown report of roughly twenty to thirty kilobytes, organized into ten sections covering a quick overview table, a full list of events, discount tickets, popular chain stores, food streets, walking routes, subway information, three themed weekend routes for different kinds of travelers, notes on how reliable the timing information is, and a list of the sources used. The skill can also convert this report into a single styled HTML file for easier sharing, and optionally generate an HTML map with color coded markers for each recommended location. To use it you need a Claude Code or Codex setup with the skill files placed in a skills folder, plus an API key from anysearch for the web searches (a lower rate limit anonymous mode also works without a key). Generating the optional map requires two separate API keys from the Chinese mapping service Amap, one for loading the map in a browser and one for converting addresses into coordinates on the backend. Python 3.7 or later is needed if you want the HTML or map output, though the Markdown report alone does not require Python.

prompts (copy fr)

prompt 1
Use the weekend-city-trip skill to research what is fun in Guangzhou this weekend and give me an HTML report.
prompt 2
Research travel plans for Shanghai next weekend and mark all the locations on a map.
prompt 3
Help me set up the ANYSEARCH_API_KEY and Amap keys needed for the weekend-city-trip skill.
prompt 4
Plan a family friendly weekend itinerary for Chengdu using the weekend-city-trip skill.

Frequently asked questions

what is weekend-city-trip fr?

A Claude Code or Codex skill that automatically researches weekend activities in any Chinese city and writes up a shareable travel report.

What language is weekend-city-trip written in?

Mainly HTML. The stack also includes Claude Code Skill, Python, Amap API.

What license does weekend-city-trip use?

The README does not clearly state a license for this repository.

How hard is weekend-city-trip to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is weekend-city-trip for?

Mainly general.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.