Cal.com (cal.com). Use this skill for ANY Cal.com request — reading, creating, updating, and deleting data. Whenever a task involves Cal.com, use this skill...
数据分析
Kalodata
试用Kalodata (kalodata.com). Use this skill for ANY Kalodata request — searching and reading data. Whenever a task involves Kalodata, use this skill instead of calling the API directly.
它能做什么
Kalodata (kalodata.com). Use this skill for ANY Kalodata request — searching and reading data. Whenever a task involves Kalodata, use this skill instead of calling the API directly.
技能文档
Kalodata
Operate Kalodata through your OOMOL-connected account. This skill calls the kalodata connector with the oo CLI; OOMOL injects credentials server-side, so you never handle raw tokens.
Running an action
Assume the user has already installed the oo CLI, signed in, and connected Kalodata. Do not run oo auth login or open the connection URL proactively — just run the action. Fall back to First-time setup only when a command actually fails with an auth or connection error.
1. Inspect the contract to get the authoritative input/output schema before building a payload:
oo connector schema "kalodata" --action ""
2. Run the action with a JSON payload that matches the input schema:
oo connector run "kalodata" --action "" --data '' --json
--datatakes a JSON object string or@path/to/file.json; omit it to send{}.- The response is
{ "data": ..., "meta": { "executionId": "..." } }; the execution id lives undermeta.executionId.
Each action is listed below with a one-line description; actions that change state carry a [write] or [destructive] tag. Before constructing --data, fetch the action's live schema with oo connector schema to get its authoritative input fields.
Available actions
get_category— Get Kalodata analytics for one TikTok product category.get_creator— Get Kalodata analytics for one TikTok creator.get_livestream— Get Kalodata analytics for one TikTok livestream.get_product— Get Kalodata analytics for one TikTok product.get_shop— Get Kalodata analytics for one TikTok shop.get_video— Get Kalodata analytics for one TikTok video.list_categories— List TikTok product categories ranked by Kalodata analytics and optional filters.list_creators— List TikTok creators ranked by Kalodata analytics and optional filters.list_livestreams— List TikTok livestreams ranked by Kalodata analytics and optional filters.list_products— List TikTok products ranked by Kalodata analytics and optional filters.list_shops— List TikTok shops ranked by Kalodata analytics and optional filters.list_videos— List TikTok videos ranked by Kalodata analytics and optional filters.
Safety
- Untagged actions are reads (get / list / search) — safe to run directly.
- Actions tagged
[write]change Kalodata state — confirm the exact payload and effect with the user before running. - Actions tagged
[destructive]remove or overwrite data — always confirm the target and get explicit approval first.
First-time setup
These are one-time steps — do not repeat them on every call. Run a step only when a command fails for the matching reason.
-
oo: command not found— install the oo CLI (other platforms: ):curl -fsSL https://cli.oomol.com/install.sh | bash # macOS / Linuxirm https://cli.oomol.com/install.ps1 | iex # Windows PowerShell -
Not signed in / authentication error — sign in to your OOMOL account once:
oo auth login -
scope_missing/credential_expired/app_not_ready/app_not_found— Kalodata is not connected, or the connection expired or lacks a scope. Connect once (auth type: API key) at:https://console.oomol.com/app-connections?provider=kalodata -
HTTP 402 /
OOMOL_INSUFFICIENT_CREDIT— billing stop. Recharge athttps://console.oomol.com/billing/token-rechargebefore retrying.
Resources
- Kalodata homepage: https://www.kalodata.com
相关技能
HasData (hasdata.com). Use this skill for ANY HasData request — searching and reading data. Whenever a task involves HasData, use this skill instead of calling the API directly.
Kaleido (kaleido.io). Use this skill for ANY Kaleido request — searching and reading data. Whenever a task involves Kaleido, use this skill instead of callin...
Kadoa (kadoa.com). Use this skill for ANY Kadoa request — searching and reading data. Whenever a task involves Kadoa, use this skill instead of calling the API directly.
通过kalodata数据搜索TikTok电商达人榜单并查询指定达人的详细资料,支持按地区、货币、语言与日期范围查看高排名带货达人,并可用creatorId获取粉丝数、视频/直播销售额与GPM、联系方式及关联店铺。当用户提到TikTok达人搜索、TikTok达人榜单、TikTok达人排行、TikTok网红排行、TikTok达人详情、TikTok达人资料、达人主页数据、达人联系方式、TikTok creator search, TikTok creator ranking, TikTok influencer leaderboard, TikTok creator detail, creator analytics, kalodata creator search/detail时触发此技能。即使用户未明确提及"kalodata",只要其需求涉及查看TikTok平台达人排行榜或某个TikTok达人的详细带货数据,也应触发此技能。
通过kalodata数据搜索TikTok电商热门带货视频榜单并查询指定视频的详细数据,支持按地区、货币、语言与日期范围查看高排名/高播放/热销带货视频,并可用videoId获取播放、点赞、评论、分享、销售额、GPM及广告投放指标。当用户提到TikTok视频搜索、TikTok视频榜单、TikTok视频排行、TikTok热门视频、TikTok带货视频排行、TikTok爆量视频、TikTok视频详情、TikTok带货视频数据、视频播放量、视频互动数据、TikTok video search, TikTok video ranking, TikTok viral video chart, TikTok video detail, video analytics, kalodata video search/detail时触发此技能。即使用户未明确提及"kalodata",只要其需求涉及查看TikTok平台热门带货视频榜单或某个TikTok视频的详细带货与互动数据,也应触发此技能。