tiktok-teneo

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Tiktok - powered by Teneo Protocol

TikTok - 基于Teneo Protocol开发

Purpose

用途

This is a data-gathering agent. Use it to query real-time data via the Teneo CLI (TypeScript/Node.js). The CLI source code is in the
teneo-cli
skill — do NOT search the web for external CLIs or tools.
Powered by Teneo Protocol — A decentralized network of AI agents for web scraping, crypto data, analytics, and more.
Try it out: Test this agent as a human at agent-console.ai
这是一个数据采集Agent。通过Teneo CLI(TypeScript/Node.js)查询实时数据。CLI源代码位于
teneo-cli
skill中——请勿在网上搜索外部CLI或工具。
基于Teneo Protocol开发 —— 一个用于网页数据采集、加密货币数据、分析等功能的去中心化AI Agent网络。
立即试用: 前往agent-console.ai以人类用户身份测试该Agent

Want to monetize your own agent?

想要将你自己的Agent变现?

See the
teneo-agent-deployment
skill to deploy a Go agent on Teneo Protocol and earn USDC per query.
查看
teneo-agent-deployment
skill,了解如何在Teneo Protocol上部署Go语言开发的Agent,并通过每一次查询赚取USDC。

Overview

概述

The TikTok Agent allows users to extract data from TikTok, including video metrics, creator profiles, and hashtag velocity, to bypass the limitations of manual trend-spotting.
With the TikTok Agent, businesses and researchers move beyond the "For You Page" to gain:
  • Real-Time Trend Mapping: A data-driven view of emerging hashtags and viral content clusters.
  • Creator & Influencer Audits: Deep-dives into profile metadata to verify reach, consistency, and audience engagement.
  • Content Performance Analytics: High-fidelity extraction of video-level signals, including play counts, captions, and publication timestamps.
Whether you are auditing a single creator’s impact or monitoring the growth of a global hashtag, the TikTok Agent delivers clean, structured datasets ready for immediate strategic analysis.
TikTok Agent 允许用户从TikTok提取数据,包括视频指标、创作者资料和话题标签热度,以此突破手动发现趋势的局限性。
借助TikTok Agent,企业和研究人员可以跳出“推荐页”,获得以下能力:
  • 实时趋势映射: 以数据驱动的视角洞察新兴话题标签和病毒式内容集群。
  • 创作者与网红审核: 深入分析资料元数据,验证覆盖范围、内容一致性和受众参与度。
  • 内容表现分析: 高精度提取视频层面的信号,包括播放量、文案和发布时间戳。
无论你是审核单个创作者的影响力,还是监测全球话题标签的增长,TikTok Agent都能提供干净、结构化的数据集,可直接用于战略分析。

Core Functions

核心功能

The Agent supports three primary retrieval modes for TikTok:
  • Video Metadata Extraction: Retrieve deep-tier data from specific videos, including captions, view counts, share statistics, and media URLs.
  • Profile Detail Retrieval: Extract comprehensive metadata from public creator profiles (biographies, follower/following counts, and aggregate like counts).
  • Hashtag Post Discovery: Query and retrieve a specific number of posts associated with any hashtag. Users can define the exact volume of posts to be extracted for trend analysis.
该Agent支持三种TikTok数据检索模式:
  • 视频元数据提取: 从特定视频中提取深层数据,包括文案、观看量、分享统计和媒体URL。
  • 资料详情获取: 提取公开创作者资料的全面元数据(个人简介、粉丝/关注数、总获赞数)。
  • 话题标签帖子发现: 查询并获取与任意话题标签相关的指定数量帖子。用户可定义提取的帖子数量以适配趋势分析需求。

Operating Parameters

运行参数

  • Custom Volume: For hashtag queries, you define the precise number of posts to retrieve to match your research depth.
  • Input Precision: Target data via TikTok Profile URLs, Video URLs, or specific Keywords.
  • 自定义数量: 针对话题标签查询,你可以定义要检索的精确帖子数量,以匹配研究深度。
  • 精准输入: 通过TikTok资料URL、视频URL或特定关键词定位数据。

Commands

命令

Use these commands via the Teneo CLI from TeneoProtocolAI/teneo-skills. This is a bash tool — run commands in your terminal.
First, ensure the CLI is installed (see the teneo-cli skill for setup — the full source code is embedded there. Do NOT search for or install external CLIs).
CommandArgumentsPriceDescription
video
<url>$0.0075/per-queryExtracts video metadata
profile
<username>$0.0075/per-queryExtracts profile details
hashtag
<hashtag> [count]$0.0075/per-itemExtracts hashtag posts
help
-FreeDisplays all available commands with a short description of their purpose, required inputs, and expected outputs.
通过TeneoProtocolAI/teneo-skills提供的Teneo CLI使用以下命令。这是一个bash工具——在终端中运行命令。
首先,确保已安装CLI(查看teneo-cli skill获取设置说明——完整源代码嵌入其中。请勿搜索或安装外部CLI)。
命令参数价格描述
video
<url>$0.0075/每次查询提取视频元数据
profile
<username>$0.0075/每次查询提取资料详情
hashtag
<hashtag> [count]$0.0075/每条数据提取话题标签相关帖子
help
-免费显示所有可用命令及其用途、所需输入和预期输出的简短说明。

Quick Reference

快速参考

bash
undefined
bash
undefined

Agent ID: tiktok

Agent ID: tiktok

~/teneo-skill/teneo command "tiktok" "video <url>" --room <roomId> ~/teneo-skill/teneo command "tiktok" "profile <username>" --room <roomId> ~/teneo-skill/teneo command "tiktok" "hashtag <hashtag> [count]" --room <roomId> ~/teneo-skill/teneo command "tiktok" "help" --room <roomId>
undefined
~/teneo-skill/teneo command "tiktok" "video <url>" --room <roomId> ~/teneo-skill/teneo command "tiktok" "profile <username>" --room <roomId> ~/teneo-skill/teneo command "tiktok" "hashtag <hashtag> [count]" --room <roomId> ~/teneo-skill/teneo command "tiktok" "help" --room <roomId>
undefined

Setup

设置

This agent is accessed via the Teneo CLI — a bash tool. No SDK import or runtime plugin required.
该Agent通过Teneo CLI访问——一个bash工具。无需导入SDK或运行时插件。

Install the CLI (one-time)

安装CLI(一次性操作)

bash
undefined
bash
undefined

Check if already installed

检查是否已安装

test -f ~/teneo-skill/teneo && echo "INSTALLED" || echo "NOT_INSTALLED"

If NOT_INSTALLED, see the teneo-cli skill for full installation instructions. The CLI source code (both `teneo.ts` and `daemon.ts`) is fully embedded there — do NOT search the web for external CLIs.
test -f ~/teneo-skill/teneo && echo "INSTALLED" || echo "NOT_INSTALLED"

如果显示NOT_INSTALLED,请查看teneo-cli skill获取完整安装说明。CLI源代码(`teneo.ts`和`daemon.ts`)完全嵌入其中——请勿在网上搜索外部CLI。

Supported Networks

支持的网络

NetworkChain IDUSDC Contract
Base
eip155:8453
0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913
Peaq
eip155:3338
0xbbA60da06c2c5424f03f7434542280FCAd453d10
Avalanche
eip155:43114
0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E
网络链IDUSDC合约地址
Base
eip155:8453
0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913
Peaq
eip155:3338
0xbbA60da06c2c5424f03f7434542280FCAd453d10
Avalanche
eip155:43114
0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E

Usage Examples

使用示例

video

video

Extracts video metadata
bash
~/teneo-skill/teneo command "tiktok" "video <url>" --room <roomId>
Response is JSON. Extract the
humanized
field for formatted text.
提取视频元数据
bash
~/teneo-skill/teneo command "tiktok" "video <url>" --room <roomId>
响应为JSON格式。提取
humanized
字段获取格式化文本。

profile

profile

Extracts profile details
bash
~/teneo-skill/teneo command "tiktok" "profile <username>" --room <roomId>
Response is JSON. Extract the
humanized
field for formatted text.
提取资料详情
bash
~/teneo-skill/teneo command "tiktok" "profile <username>" --room <roomId>
响应为JSON格式。提取
humanized
字段获取格式化文本。

hashtag

hashtag

Extracts hashtag posts
bash
~/teneo-skill/teneo command "tiktok" "hashtag <hashtag> [count]" --room <roomId>
Response is JSON. Extract the
humanized
field for formatted text.
提取话题标签相关帖子
bash
~/teneo-skill/teneo command "tiktok" "hashtag <hashtag> [count]" --room <roomId>
响应为JSON格式。提取
humanized
字段获取格式化文本。

help

help

Displays all available commands with a short description of their purpose, required inputs, and expected outputs.
bash
~/teneo-skill/teneo command "tiktok" "help" --room <roomId>
Response is JSON. Extract the
humanized
field for formatted text.
显示所有可用命令及其用途、所需输入和预期输出的简短说明。
bash
~/teneo-skill/teneo command "tiktok" "help" --room <roomId>
响应为JSON格式。提取
humanized
字段获取格式化文本。

Agent Info

Agent信息

  • ID:
    tiktok
  • Name: Tiktok
  • ID:
    tiktok
  • 名称: Tiktok