← Back to Skills Marketplace
lvliangbo

Huxiu News

by lvliangbo · GitHub ↗ · v1.0.1
cross-platform ✓ Security Clean
404
Downloads
1
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install huxiu
Description
获取虎嗅网文章和24小时资讯。用于当用户想查看虎嗅网热点文章或24小时模块内容。支持的场景:(1) 查看虎嗅网首页热点 (2) 获取24小时模块资讯 (3) 获取特定文章详细内容
README (SKILL.md)

虎嗅网 Skill

获取虎嗅网(huxiu.com)的文章内容和24小时资讯。

使用方法

1. 获取首页热点

访问虎嗅网首页,提取热文标题和链接:

https://www.huxiu.com

2. 获取24小时模块资讯

访问24小时聚合页面:

https://www.huxiu.com/moment/

获取单条24小时资讯详情(URL格式:https://www.huxiu.com/moment/XXX.html):

web_fetch(url: "资讯链接", maxChars: 5000)

3. 获取文章详情

用户提供文章链接时,使用 web_fetch 获取文章正文:

web_fetch(url: "文章链接", maxChars: 8000)

文章链接格式:https://www.huxiu.com/article/XXXXXX.html

输出格式

提取内容后,以清晰的方式呈现:

  • 标题
  • 来源/作者
  • 发布时间
  • 内容摘要

注意事项

  • 虎嗅网24小时模块是快速资讯聚合,包含各类即时热点
  • 头条新闻通常带有"持续更新"标记
  • 多个热点以列表形式呈现
Usage Guidance
技能本身看起来是合理且自洽的:它仅抓取并提取虎嗅网页面,不需要凭证或安装额外软件。但在安装或允许智能体使用前请考虑:1) 确认抓取行为符合虎嗅网的使用条款和 robots.txt;2) 限制抓取频率以避免被封禁或对目标站点造成负担;3) 确保平台的 web_fetch 实现不会在未经同意的情况下将抓取到的内容自动转发到不相关的外部服务;4) 若担心敏感内容或恶意脚本,要求对抓取的 HTML 做安全净化或只提取文本摘要。若这些点能被明确或加固,风险很低。
Capability Analysis
Type: OpenClaw Skill Name: huxiu Version: 1.0.1 The skill bundle is designed to fetch articles and news from huxiu.com, a legitimate news website. The `SKILL.md` file provides clear instructions for the AI agent to use the `web_fetch` tool with specific URLs and `maxChars` limits, which is appropriate for its stated purpose. There are no indications of prompt injection attempts, malicious commands, data exfiltration, or any other harmful behaviors. All specified URLs are confined to huxiu.com.
Capability Assessment
Purpose & Capability
名称和描述说明是获取虎嗅网首页热点、24小时模块和文章详情;SKILL.md 仅指示访问 huxiu.com 的具体页面并抓取内容,与声明的目的相符。
Instruction Scope
运行时指令仅使用 web_fetch 去请求 huxiu.com 指定页面(首页、/moment/、/article/ 等),没有要求读取系统文件或外部凭证,范围清晰。但没有提到遵守 robots.txt、速率限制、重定向策略或如何处理外部链接,建议明确这些抓取礼节和安全边界。
Install Mechanism
这是纯说明性技能(无 install spec、无代码文件),不会在主机上写入或执行额外下载代码,安装风险最低。
Credentials
不要求任何环境变量、凭证或配置路径,所需权限与功能复杂度相称。
Persistence & Privilege
不设置 always:true,也不要求修改其他技能或系统配置,默认的自主调用权限保持不变。
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install huxiu
  3. After installation, invoke the skill by name or use /huxiu
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- Added support for retrieving Tiger Sniff (虎嗅网) 24-hour module news aggregation and details. - Updated description and usage instructions to reflect new 24小时模块 scenarios. - Adjusted output format to generalize for both articles and fast news ("内容摘要" instead of fixed text length). - Clarified that multiple hot topics are displayed as lists, and noted typical "持续更新" tags on headline news.
v1.0.0
虎嗅网 Skill 初始版本发布: - 支持获取虎嗅网首页热点文章标题与链接 - 可根据用户提供的文章链接抓取并展示详细内容(标题、作者、发布时间、摘要) - 实现虎嗅网关键词搜索功能 - 简要说明输出内容与常见使用场景
Metadata
Slug huxiu
Version 1.0.1
License
All-time Installs 1
Active Installs 1
Total Versions 2
Frequently Asked Questions

What is Huxiu News?

获取虎嗅网文章和24小时资讯。用于当用户想查看虎嗅网热点文章或24小时模块内容。支持的场景:(1) 查看虎嗅网首页热点 (2) 获取24小时模块资讯 (3) 获取特定文章详细内容. It is an AI Agent Skill for Claude Code / OpenClaw, with 404 downloads so far.

How do I install Huxiu News?

Run "/install huxiu" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Huxiu News free?

Yes, Huxiu News is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Huxiu News support?

Huxiu News is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Huxiu News?

It is built and maintained by lvliangbo (@lvliangbo); the current version is v1.0.1.

💬 Comments