CommunityRédaction et éditiongithub.com

xxjrq/douyin-live-hot-free

免费抖音关键词搜索 Agent Skill,通过 Easy WebBridge 复用已登录浏览器并导出 JSON、Markdown、HTML 报告。

Qu'est-ce que douyin-live-hot-free ?

douyin-live-hot-free is a Claude Code agent skill that 免费抖音关键词搜索 Agent Skill,通过 Easy WebBridge 复用已登录浏览器并导出 JSON、Markdown、HTML 报告。.

Compatible avec~Claude Code~Codex CLI~Cursor
npx skills add xxjrq/douyin-live-hot-free

Installed? Explore more Rédaction et édition skills: steipete/notion, affaan-m/seo, affaan-m/brand-voice · View all 6 →

Demander à votre IA préférée

Ouvre une nouvelle conversation avec cette compétence d'agent déjà préchargée.

Documentation

Douyin Live Hot Free

Search Douyin Selected by keyword through Easy WebBridge. Treat output as a point-in-time search-page snapshot, not an official API response, popularity ranking, or historical trend.

Preflight

  1. Require Easy WebBridge on 127.0.0.1 and one authorized browser online.
  2. List browsers before every run because browserId and online state can change.
  3. Select the exact display name or browserId; never broadcast commands.
  4. Stop on login, CAPTCHA, access-control, or risk-control pages.
node scripts/douyin-live-hot-free.mjs list

Search

node scripts/douyin-live-hot-free.mjs search \
  --keyword "AI工具" \
  --browser "自媒体" \
  --limit 20 \
  --output /absolute/path/to/output

The command creates:

  • search-results.json: normalized search snapshot.
  • search-results.md: compact result table.
  • index.html: responsive report with local text and type filters.

The script creates one task-scoped Easy WebBridge group, performs all steps in that group, reuses its tab, and closes the group after export. Pass --keep-tab only when the user explicitly wants the search page left open.

Operation sequence

  1. Select one online browser.
  2. Create one task-scoped browser group.
  3. Open https://www.douyin.com/jingxuan/search/<keyword>?type=general in that group.
  4. Wait for the official search input and semantic result cards.
  5. Scroll only as needed for the requested result limit.
  6. Read visible fields and export the snapshot.
  7. Close only the task-scoped group.

Read references/search-method.md before changing browser behavior. Read references/data-schema.md before changing output fields or adding consumers.

Render saved data

node scripts/douyin-live-hot-free.mjs render \
  --input /absolute/path/search-results.json \
  --output /absolute/path/to/output

Guardrails

  • Depend on Easy WebBridge through its local HTTP API; do not copy extension code or use repository-relative imports.
  • Never store bridge tokens, cookies, passwords, account identifiers, browser IDs, or session state in outputs.
  • Call the action “搜索”, not “查询接口” or “热榜排名”.
  • Use only fields visible on the current search page. Do not invent views, comments, shares, growth rates, or historical movement.
  • Preserve work URLs as source links without implying Douyin endorsement.
  • Do not publish, send messages, modify accounts, or perform unrelated browser actions.

Skills associés

steipete/notion

Notion CLI/API for pages, Markdown content, data sources, files, comments, search, Workers, and raw API calls.

community

affaan-m/seo

Audit, plan, and implement SEO improvements across technical SEO, on-page optimization, structured data, Core Web Vitals, and content strategy. Use when the user wants better search visibility, SEO remediation, schema markup, sitemap/robots work, or keyword mapping.

community

affaan-m/brand-voice

Build a source-derived writing style profile from real posts, essays, launch notes, docs, or site copy, then reuse that profile across content, outreach, and social workflows. Use when the user wants voice consistency without generic AI writing tropes.

community

affaan-m/crosspost

Multi-platform content distribution across X, LinkedIn, Threads, and Bluesky. Adapts content per platform using content-engine patterns. Never posts identical content cross-platform. Use when the user wants to distribute content across social platforms.

community

affaan-m/x-api

X/Twitter API integration for posting tweets, threads, reading timelines, search, and analytics. Covers OAuth auth patterns, rate limits, and platform-native content posting. Use when the user wants to interact with X programmatically.

community

affaan-m/content-engine

Create platform-native content systems for X, LinkedIn, TikTok, YouTube, newsletters, and repurposed multi-platform campaigns. Use when the user wants social posts, threads, scripts, content calendars, or one source asset adapted cleanly across platforms.

community