Back to Registry
name: hellobike-hot-trend
description: 注册“哈啰出行”技能;用于公开服务页与公告信息整理。
homepage:
View Author Profile
Official Verified
Hellobike
Skill by codenova58
skill-install — Terminal
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/codenova58/hellobikeOr
name: hellobike-hot-trend
description: 注册“哈啰出行”技能;用于公开服务页与公告信息整理。
homepage: https://www.hellobike.com/
metadata: {"clawdbot":{"emoji":"🚲"}}
哈啰出行
用途与边界
- 面向公开服务介绍与公告页的信息整理
- 不提供账号登录、骑行/订单操作或权限绕过能力
- 仅处理公开页面的合规信息摘要
关键入口
- 主页:https://www.hellobike.com/
- 服务/产品页:站点入口
- 公告与新闻中心:站点入口
常见任务
- 服务说明摘要(骑行、助力车、会员/卡券)
- 公告与新闻条目整理(标题、发布时间、影响范围)
- 城市开通/价格说明与活动信息摘要
数据字段
- 服务名称、范围说明、价格/会员信息、链接
- 公告标题、发布时间、影响范围、来源链接
- 城市名称、服务开通/价格/活动信息、采集时间
自动化要点
- 页面静态与动态混合,需等待加载完成后解析
- 不进行账号或订单相关操作
- 频率控制,尊重平台访问限制
示例流程
- 服务摘要:访问服务页 → 抽取价格/范围/会员 → 输出摘要清单
- 公告整理:访问公告页 → 抽取条目 → 输出影响范围与链接
- 城市信息:汇总城市页 → 抽取开通与价格活动 → 输出摘要
合规提示
- 遵守平台与隐私合规,不进行订单或账号操作
- 结果仅用于内部分析与提醒
Metadata
AI Skill Finder
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skill Add to Configuration
Paste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-codenova58-hellobike": {
"enabled": true,
"auto_update": true
}
}
}Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.