← 返回 Skills 市场
codenova58

Hellobike

作者 codenova58 · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ 安全检测通过
187
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install hellobike
功能描述
Summarizes public service details, announcements, and city-specific info from Hellobike's official pages without accessing user accounts or orders.
使用说明 (SKILL.md)

哈啰出行

用途与边界

  • 面向公开服务介绍与公告页的信息整理
  • 不提供账号登录、骑行/订单操作或权限绕过能力
  • 仅处理公开页面的合规信息摘要

关键入口

  • 主页:https://www.hellobike.com/
  • 服务/产品页:站点入口
  • 公告与新闻中心:站点入口

常见任务

  • 服务说明摘要(骑行、助力车、会员/卡券)
  • 公告与新闻条目整理(标题、发布时间、影响范围)
  • 城市开通/价格说明与活动信息摘要

数据字段

  • 服务名称、范围说明、价格/会员信息、链接
  • 公告标题、发布时间、影响范围、来源链接
  • 城市名称、服务开通/价格/活动信息、采集时间

自动化要点

  • 页面静态与动态混合,需等待加载完成后解析
  • 不进行账号或订单相关操作
  • 频率控制,尊重平台访问限制

示例流程

  • 服务摘要:访问服务页 → 抽取价格/范围/会员 → 输出摘要清单
  • 公告整理:访问公告页 → 抽取条目 → 输出影响范围与链接
  • 城市信息:汇总城市页 → 抽取开通与价格活动 → 输出摘要

合规提示

  • 遵守平台与隐私合规,不进行订单或账号操作
  • 结果仅用于内部分析与提醒
安全使用建议
This skill appears coherent and minimal: it only summarizes public Hellobike pages and asks for no credentials. Things to consider before installing: (1) the skill is instruction-only and the agent runtime will perform the web fetching — ensure the agent's fetcher won't attach cookies, stored credentials, or other site-specific auth by mistake; (2) dynamic pages imply a headless browser or JS-capable fetcher may be used — verify your environment's browser binaries and network policies are acceptable; (3) respect site terms and rate limits to avoid being blocked; and (4) the skill's source is unknown, so if you require stronger assurance, run it in a restricted/testing agent first and monitor network requests and data output.
功能分析
Type: OpenClaw Skill Name: hellobike Version: 0.1.0 The skill bundle is designed for gathering public information such as service descriptions, announcements, and pricing from the legitimate Hellobike website (hellobike.com). The SKILL.md instructions explicitly prohibit account logins, order operations, or permission bypasses, focusing solely on compliant data extraction from public pages.
能力评估
Purpose & Capability
Name and description match the SKILL.md: it only claims to scrape and summarize public service and announcement pages. There are no unrelated environment variables, binaries, or install steps requested.
Instruction Scope
SKILL.md limits activity to publicly accessible pages, extraction of obvious fields (titles, times, prices), and explicitly forbids account/order operations. It asks to wait for dynamic loading and to respect rate limits — an implementation detail but not scope creep. It does not request access to local files, secrets, or other system state.
Install Mechanism
There is no install spec and no code files (instruction-only), so nothing will be written to disk by the skill itself. This is the lowest-risk pattern for install behavior.
Credentials
The skill requires no environment variables, credentials, or config paths. The declared needs are minimal and proportionate to web-scraping public pages.
Persistence & Privilege
always is false and the skill does not request persistent or elevated agent-wide privileges. It does not instruct modifying other skills or global agent settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install hellobike
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /hellobike 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release of the hellobike-hot-trend skill. - Organizes public service and announcement information from HelloBike’s official website. - Summarizes service descriptions, announcements, news, and city-specific details. - Only processes compliant information from public pages; no login or account operations. - Extracts data such as service scope, prices, announcement details, and city coverage. - Ensures automated extraction respects site loading times and visit frequency limits.
元数据
Slug hellobike
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Hellobike 是什么?

Summarizes public service details, announcements, and city-specific info from Hellobike's official pages without accessing user accounts or orders. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 187 次。

如何安装 Hellobike?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install hellobike」即可一键安装,无需额外配置。

Hellobike 是免费的吗?

是的,Hellobike 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Hellobike 支持哪些平台?

Hellobike 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Hellobike?

由 codenova58(@codenova58)开发并维护,当前版本 v0.1.0。

💬 留言讨论