Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计提醒

keyapi-tiktok-content-analysiskeyapi 抖音内容分析

Agent Skill

用于辅助文档、README、Markdown、说明文和内容稿件的整理与改写。它适合让 Agent 提炼结构、补齐章节、统一术语、检查链接或把零散材料整理成可读文档。使用时应保留项目已有事实、命令和路径,不要把未确认的信息写成确定结论;涉及对外文案时,还需要控制语气,避免过度营销或夸大能力。

总安装

2,744

周安装

111

GitHub Stars

公开资料未说明

下载量

861
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:keyapi-tiktok-content-analysis(keyapi 抖音内容分析)
来源仓库:https://github.com/lycici/keyapi-tiktok-content-analysis
安装命令:
openclaw skills install keyapi-tiktok-content-analysis
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install keyapi-tiktok-content-analysis

简介

用于从 TikTok 视频、标签、音乐曲目和直播流中提取参与趋势与评论情绪数据。

  • 适合在 OpenClaw 中监测爆款内容特征、优化投放策略或评估营销效果时使用。
  • 支持大规模内容抓取与多维指标分析,输出可视化洞察摘要。
  • 安装命令:openclaw skills install keyapi-tiktok-content-analysis。
  • 需遵守 TikTok 平台数据政策,禁止用于非法整理或商业竞争用途。

SKILL.md

name
keyapi-tiktok-content-analysis
description
Analyze TikTok content at scale — extract insights from videos, hashtags, music tracks, and live streams including engagement trends, comment sentiment, caption transcription, and commerce attribution data.
metadata
{"openclaw":{"requires":{"env":["KEYAPI_TOKEN"],"bins":["node"]},"primaryEnv":"KEYAPI_TOKEN","emoji":"📊"}}
author
KeyAPI
license
MIT
repository
https://github.com/EchoSell/keyapi-skills

keyapi-tiktok-content-analysis

Analyze TikTok content at scale — extract insights from videos, hashtags, music, and live streams to inform content strategy, trend discovery, and audience engagement research.

This skill provides comprehensive content intelligence on TikTok using the KeyAPI MCP service. It enables deep analysis of video performance, comment sentiment, caption extraction, hashtag reach, music popularity, and live-stream activity — all backed by real-time data and historical analytics datasets.

Use this skill when you need to:

  • Analyze the performance trajectory of specific TikTok videos or content creators
  • Research hashtag reach and trending topics for content positioning
  • Extract video captions and analyze comment sentiment for audience insights
  • Identify high-performing music tracks for content creation
  • Monitor live-stream activity and audience engagement patterns
  • Build content performance benchmarks for editorial or marketing strategy

author: KeyAPI license: MIT repository: https://github.com/EchoSell/keyapi-skills


Prerequisites

RequirementDetails
KEYAPI_TOKENA valid API token from keyapi.ai. If you don't have one, register at the site to obtain your free token. Set it as an environment variable: export KEYAPI_TOKEN=your_token_here
Node.jsv18 or higher
DependenciesRun npm install in the skill directory to install @modelcontextprotocol/sdk

author: KeyAPI license: MIT repository: https://github.com/EchoSell/keyapi-skills


MCP Server Configuration

All tool calls in this skill target the KeyAPI MCP server:

Server URL : https://mcp.keyapi.ai
Auth Header: Authorization: Bearer $KEYAPI_TOKEN

Setup (one-time):

# 1. Install dependencies
npm install

# 2. Set your API token (get one free at https://keyapi.ai/)
export KEYAPI_TOKEN=your_token_here

# 3. List all available tools to verify the connection
node scripts/run.js --list-tools

author: KeyAPI license: MIT repository: https://github.com/EchoSell/keyapi-skills


Analysis Scenarios

Video Nodes

User NeedNode(s)Best For
Search videos by keywordsearch_videosDiscovery, keyword-content association
Real-time video details (views, likes, comments, metadata)get_video_detailSnapshot of a specific video
Extract captions/transcripts from a videoget_video_captionsContent analysis, transcription, SEO
Read video commentsget_video_commentsAudience sentiment, community feedback
Read replies to a specific commentget_video_comment_repliesDeep conversation thread analysis
Extract top keywords from a video's commentsvideo_comment_keywordsAudience interest signals, semantic analysis
View 14-day engagement trend (views, likes, comments)video_interaction_trendsVirality decay analysis, momentum tracking
Get downloadable video URL (no watermark where available)get_video_download_urlContent archiving, offline analysis — param: url (the video's share URL)
Search and filter videos with analytics datavideo_list_analyticsData-driven video discovery, benchmarking
Comprehensive analytics for one or more videosvideo_detail_analyticsHistorical performance, product associations
Historical trend snapshots (views, likes, ER over time)video_trends_analyticsLong-term performance analysis
Products featured in a video and their sales datavideo_products_analyticsCommerce attribution
Ranked video list by views, engagement, or salesvideo_ranking_analyticsTop-N content, competitive benchmarking
Batch download video cover imagesbatch_download_cover_imagesBulk cover image archiving and processing

Hashtag Nodes

User NeedNode(s)Best For
Get videos under a specific hashtagget_hashtag_videosHashtag content exploration — requires hashtag_id (not name); resolve via search_hashtags first
Search hashtags by keywordsearch_hashtagsHashtag discovery, volume assessment

Music Nodes

User NeedNode(s)Best For
Search music tracks by keywordsearch_musicSound discovery for content creation

Live Stream Nodes

User NeedNode(s)Best For
Get live stream details (viewers, host, products)get_live_stream_detailReal-time live commerce monitoring — requires both room_id and user_id
Search active or recent live streams by keywordsearch_live_streamsLive stream discovery, competitive monitoring

Cross-Domain Search

User NeedNode(s)Best For
Search across products, shops, and creators simultaneouslygeneral_search_analyticsBroad cross-domain discovery from a single keyword

author: KeyAPI license: MIT repository: https://github.com/EchoSell/keyapi-skills


Workflow

Step 1 — Identify the Content Analysis Objective and Select Nodes

Clarify the user's goal and map it to one or more nodes. Common research patterns:

  • Video performance analysis: Start with get_video_detail, deepen with video_detail_analytics + video_trends_analytics.
  • Comment and sentiment analysis: Use get_video_comments + video_comment_keywords.
  • Hashtag research: Use search_hashtags to find relevant tags, then get_hashtag_videos for content within the tag.
  • Music trend research: Use search_music to find tracks, cross-reference with trending_music (see keyapi-tiktok-intelligence skill).
  • Live stream monitoring: Use search_live_streams to find active streams, then get_live_stream_detail with both room_id and user_id for specifics.
  • Commerce content analysis: Use video_products_analytics to correlate video content with product sales data.
  • Cross-domain keyword research: Use general_search_analytics for a unified view across products, shops, and creators.

Multiple nodes can be selected for cross-dimensional analysis — for example, analyzing a video's engagement trend while simultaneously extracting its comment keywords to understand what drove viewer interest.

Step 2 — Retrieve API Schema

Before calling any node, inspect its input schema to confirm required parameters and valid values:

node scripts/run.js --schema <tool_name>

# Examples
node scripts/run.js --schema video_list_analytics
node scripts/run.js --schema video_comment_keywords

Step 3 — Call APIs and Cache Results Locally

Execute the required tool calls and persist all responses to the local cache.

Calling a tool (using scripts/run.js):

# Single call — result is cached automatically
node scripts/run.js --tool <tool_name> --params '<json_args>' --pretty

# Fetch all pages at once (auto-pagination)
node scripts/run.js --tool <tool_name> --params '<json_args>' --all-pages

# Force a fresh call, skip cache
node scripts/run.js --tool <tool_name> --params '<json_args>' --no-cache

Example — get video details:

node scripts/run.js --tool get_video_detail \
  --params '{"video_id":"7xxxxxxxxxxxxxxxxx"}' --pretty

Example — extract comment keywords:

node scripts/run.js --tool video_comment_keywords \
  --params '{"video_id":"7xxxxxxxxxxxxxxxxx"}' --pretty

Pagination for analytics endpoints:

All *_analytics endpoints use page_num (1-indexed) and page_size (max 10). run.js injects these automatically if not specified.

--page-num 1  --page-size 10   → first page (default)
--all-pages                    → all pages merged into one result

Cache directory structure:

.keyapi-cache/
├── videos/
│   └── {video_id}/
│       ├── detail.json               # get_video_detail / video_detail_analytics
│       ├── captions.json             # get_video_captions
│       ├── comments.json             # get_video_comments
│       ├── comment_keywords.json     # video_comment_keywords
│       ├── interaction_trends.json   # video_interaction_trends
│       ├── trends_analytics.json     # video_trends_analytics
│       ├── products.json             # video_products_analytics
│       └── download_url.json         # get_video_download_url
├── hashtags/
│   └── {hashtag_id}/
│       └── videos.json               # get_hashtag_videos
├── live_streams/
│   └── {room_id}/
│       └── detail.json               # get_live_stream_detail
├── searches/
│   ├── videos/
│   │   └── {md5_of_query_params}.json    # search_videos, video_list_analytics
│   ├── hashtags/
│   │   └── {keyword}.json                # search_hashtags
│   ├── music/
│   │   └── {keyword}.json                # search_music
│   ├── live_streams/
│   │   └── {keyword}.json                # search_live_streams
│   └── general/
│       └── {md5_of_query_params}.json    # general_search_analytics
├── rankings/
│   └── videos_{params_hash}.json         # video_ranking_analytics
└── images/
    └── covers/
        └── {converted_filename}           # batch_download_cover_images output

Cache-first policy:

Before every API call, check whether a cached result already exists for the given entity and node. If a valid cache file exists, load from disk and skip the API call.

Cover image processing (mandatory):

⚠️ Cover image conversion is required for all analytics responses. After every API call that returns content with images, scan all image URLs in the response. If any URL's host matches echosell-images.tos-ap-southeast-1.volces.com, collect all such URLs and issue a single batch_download_cover_images call. Replace the original URLs in your working dataset with the converted URLs returned. Save converted images to .keyapi-cache/images/covers/.

Example — batch cover image conversion (run.js does this automatically):

node scripts/run.js --tool batch_download_cover_images \
  --params '{
    "cover_urls": "https://echosell-images.tos-ap-southeast-1.volces.com/img/abc.jpg,https://echosell-images.tos-ap-southeast-1.volces.com/img/def.jpg"
  }' --pretty

Step 4 — Synthesize and Report Findings

After collecting all API responses, produce a structured content intelligence report tailored to the analysis type:

For video analysis:

  1. Video Overview — Title, creator, publish date, view count, likes, comments, shares.
  2. Engagement Deep-Dive — 14-day interaction trend, engagement rate vs. category benchmarks, virality signals.
  3. Audience Insights — Top comment themes, keyword frequency, positive/negative sentiment signals.
  4. Content-Commerce Link — Products featured, sales generated, conversion indicators.
  5. Strategic Takeaways — What made this content perform (hook analysis, format, timing, hashtag leverage).

For hashtag/topic analysis:

  1. Hashtag Profile — Total video count, view volume, growth trend.
  2. Top Content — Highest-performing videos within the hashtag, common formats.
  3. Creator Patterns — Who is driving the conversation, creator tier distribution.
  4. Opportunity Assessment — Saturation level, engagement quality, best entry timing.

For music analysis:

  1. Track Overview — Title, artist, total usage count.
  2. Usage Trends — Growth in video adoption over time.
  3. Content Fit — Types of content using this track, associated hashtags and themes.

For live stream analysis:

  1. Stream Profile — Host, viewer count, products featured, duration.
  2. Commerce Performance — GMV generated, conversion signals.
  3. Engagement Quality — Peak concurrent viewers, comment activity.

author: KeyAPI license: MIT repository: https://github.com/EchoSell/keyapi-skills


Common Rules

RuleDetail
PaginationAll *_analytics endpoints use page_num (starts at 1) and page_size. Never use page 0.
Cover imagesAlways batch-convert all image URLs from echosell-images.tos-ap-southeast-1.volces.com via batch_download_cover_images. This applies to all analytics endpoint responses.
Success checkcode = 0 → success. Any other value → failure. Always check the response code before processing data.
Retry on 500If code = 500, retry the identical request once after a brief pause before reporting the error.
Cache firstAlways check the local .keyapi-cache/ directory before issuing a live API call.
Batch efficiencyWhen processing multiple videos, collect all cover image URLs across all responses and issue a single batch_download_cover_images call rather than calling it per-item.

author: KeyAPI license: MIT repository: https://github.com/EchoSell/keyapi-skills


Error Handling

CodeMeaningAction
0SuccessContinue workflow normally
400Bad request — invalid or missing parametersValidate input against the tool schema; check video_id format and parameter values
401Unauthorized — token missing or expiredConfirm KEYAPI_TOKEN is set correctly; visit keyapi.ai to renew
403Forbidden — plan quota exceeded or feature restrictedReview plan limits at keyapi.ai
404Resource not found — video or stream may have been deletedVerify the ID is correct; the content may no longer be available on TikTok
429Rate limit exceededWait 60 seconds, then retry
500Internal server errorRetry once after 2–3 seconds; if it persists, log the full request and response and skip this node
Other non-0Unexpected errorLog the full response body and surface the error message to the user

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

88.97%
按下载量换算766

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

可疑

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills