bee-visitor-recent

基于"小蜜蜂(Bee)建站"开放 API 的最新访客数据读取技能,用于获取最新访客列表并生成结构化分析数据。

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "bee-visitor-recent" with this command: npx skills add mouxiaming/bee-visitor-recent

bee-visitor-recent

版本: 2.0.1

简介

通过小蜜蜂(Bee)建站开放 API,读取取最新访客数据并生成结构化分析报告。

支持分页查询。


输入参数

api_key (string, 必填)

API 身份认证密钥,用于调用方身份识别和接口权限控制。

  • 获取地址: https://open.tradew.com
  • 推荐配置方式: 通过 skills.entries.env.BEE_API_KEY 注入,避免每次调用明文传参。

pagination (object, 必填)

分页设置。

current_page (integer)

  • 默认值: 1
  • 翻页规则: data.pagination.has_next_page,是否存在下一页;data.pagination.next_page,下一页页码,没有下一页时为 null;
  • ⚠️ 约束: 是否继续读取下一页应由用户决定,智能体不得自动翻页抓取全部数据。

page_size (integer)

  • 默认值: 10
  • 范围: 10 ~ 50

输出结构

顶层字段

字段类型说明
statusboolean请求状态,true 成功 / false 失败
msgstring返回消息
dataobject | null返回结果数据,失败时为 null

data.pagination

字段类型说明
current_pageinteger当前页码
page_sizeinteger每页数量
total_pageinteger总页数
total_countinteger总记录数
has_next_pageboolean是否存在下一页
next_pageinteger | null下一页页码(无则为 null)

data.list[](访客数据列表)

字段类型说明
ipstring访客 IP(IPv4 / IPv6)
country_codestring国家代码(ISO 3166-1)
page_viewsinteger页面浏览次数
first_visitobject首次访问记录
recent_visitsarray最近访问记录(最多 50 条)
first_visit_timestring首次访问时间(ISO 8601)
last_visit_timestring最后访问时间(ISO 8601)

first_visit 对象

字段类型说明
pageobject首次访问页面信息
screenobject屏幕分辨率
visit_timestring首次访问时间
refererstring来源 URL
current_urlstring当前访问 URL
user_agentstring浏览器 User-Agent

first_visit.page

字段类型说明
idinteger页面 ID
namestring页面名称
codestring页面标识

first_visit.screen

字段类型说明
widthinteger屏幕宽度
heightinteger屏幕高度

recent_visits[] 对象

字段类型说明
pageobject页面信息
screenobject屏幕分辨率
visit_timestring访问时间
refererstring来源 URL
current_urlstring当前 URL
user_agentstring浏览器 User-Agent

recent_visits.page

字段类型说明
idinteger页面 ID
namestring页面名称
codestring页面标识

recent_visits.screen

字段类型说明
widthinteger宽度
heightinteger高度

注意事项

  1. data 可能为 null(失败时)
  2. recent_visits 最多 50 条
  3. 所有时间字段均为 ISO 8601
  4. next_page 仅在 has_next_page=true 时有效
  5. 是否继续分页由调用方决定

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Jetson CUDA Voice Pipeline

Fully offline, CUDA-accelerated local voice assistant pipeline for NVIDIA Jetson. Wake word (openWakeWord) → real-time VAD → whisper.cpp GPU STT → LLM → Pipe...

Registry SourceRecently Updated
General

Triumvirate Protocol

Orchestrates multi-AI debates with identity-aware context, tracking rounds and threads, and synthesizing verdicts and insights across providers.

Registry SourceRecently Updated
General

Maxhub Zhihu

知乎数据采集与分析。当用户提到知乎、zhihu、问答等相关需求时激活此Skill。

Registry SourceRecently Updated
1150xiewxx
General

Maxhub Reddit

Reddit数据采集。当用户提到reddit、社区、帖子等相关需求时激活此Skill。

Registry SourceRecently Updated
1110xiewxx