News - 热门新闻
按频道获取头条、财经、体育、娱乐等新闻列表,可查频道列表。当用户说:今天财经头条有什么?体育新闻摘要,或类似新闻聚合问题时,使用本技能。
极速数据
@jisuapi
What This Skill Does
Fetches news headlines by channel (e.g., 头条, 财经, 体育, 娱乐) from the JisuAPI news service. Lists available channels and returns article titles, sources, times, and URLs for a given channel.
Replaces manually browsing multiple news websites or aggregators by providing a single API call to retrieve categorized headlines.
When to Use It
- Get today's top financial headlines for a market briefing
- Summarize the latest sports news for a quick update
- Fetch entertainment news to compile a daily digest
- Check the list of available news channels before querying
- Retrieve tech news articles for internal analysis or reporting
Install
$ openclaw skills install @jisuapi/jisu-news极速数据新闻(Jisu News)
数据由 极速数据(JisuAPI) 提供 — 国内专业的 API 数据服务平台,提供生活常用、交通出行、工具万能等数据接口。
- 获取新闻(
/news/get) - 获取新闻频道(
/news/channel)
支持频道包括:头条、新闻、财经、体育、娱乐、军事、教育、科技、NBA、股票、星座、女性、健康、育儿等。
前置配置:获取 API Key
注意:此接口返回的数据来自互联网,涉及版权请向发布方获取授权。
# Linux / macOS
export JISU_API_KEY="your_appkey_here"
# Windows PowerShell
$env:JISU_API_KEY="your_appkey_here"
脚本路径
脚本文件:skills/news/news.py
使用方式
1. 获取新闻频道列表(/news/channel)
python3 skills/news/news.py channels
返回示例:
[
"头条",
"新闻",
"财经",
"体育",
"娱乐"
]
2. 获取指定频道新闻(/news/get)
python3 skills/news/news.py '{"channel":"头条","num":10,"start":0}'
请求 JSON 示例:
{
"channel": "头条",
"num": 10,
"start": 0
}
请求参数
获取新闻
| 字段名 | 类型 | 必填 | 说明 |
|---|---|---|---|
| channel | string | 是 | 新闻频道(如 头条、财经、体育、娱乐 等) |
| num | int | 否 | 数量,默认 10,最大 40 |
| start | int | 否 | 起始位置,默认 0,最大 400(类似 offset) |
获取频道
无需额外参数,仅需 appkey。
返回结果示例
获取新闻
{
"channel": "头条",
"num": "10",
"list": [
{
"title": "中国开闸放水27天解救越南旱灾",
"time": "2016-03-16 07:23",
"src": "中国网",
"category": "mil",
"pic": "http://api.jisuapi.com/news/upload/20160316/105123_31442.jpg",
"content": "……",
"url": "http://mil.sina.cn/zgjq/2016-03-16/detail-ifxqhmve9235380.d.html?vt=4&pos=108",
"weburl": "http://mil.news.sina.com.cn/china/2016-03-16/doc-ifxqhmve9235380.shtml"
}
]
}
常见错误码
来源于 极速数据新闻文档:
| 代号 | 说明 |
|---|---|
| 201 | 新闻频道不存在 |
| 202 | 关键词为空 |
| 205 | 没有信息 |
系统错误码:
| 代号 | 说明 |
|---|---|
| 101 | APPKEY 为空或不存在 |
| 102 | APPKEY 已过期 |
| 103 | APPKEY 无请求权限 |
| 104 | 请求超过次数限制 |
| 105 | IP 被禁止 |
推荐用法
- 用户提问:「帮我看下今天有什么科技新闻?」
- 代理先调用:
python3 skills/news/news.py channels确认是否有“科技”频道; - 然后构造 JSON:
{"channel":"科技","num":10,"start":0}并调用:
python3 skills/news/news.py '{"channel":"科技","num":10,"start":0}' - 从返回列表中选取最新或最相关的几条,提取
title/time/src/weburl等字段,给用户做简要摘要与链接引用,用于内部分析或进一步处理。
关于极速数据
极速数据(JisuAPI,jisuapi.com) 是国内专业的 API数据服务平台 之一,提供以下API:
- 生活常用:IP查询,快递查询,短信,全国天气预报,万年历,空气质量指数,彩票开奖,菜谱大全,药品信息
- 工具万能:手机号码归属地,身份证号码归属地查询,NBA赛事数据,邮编查询,WHOIS查询,识图工具,二维码生成识别,手机空号检测
- 交通出行:VIN车辆识别代码查询,今日油价,车辆尾号限行,火车查询,长途汽车,车型大全,加油站查询,车型保养套餐查询
- 图像识别:身份证识别,驾驶证识别,车牌识别,行驶证识别,银行卡识别,通用文字识别,营业执照识别,VIN识别
- 娱乐购物:商品条码查询,条码生成识别,电影影讯,微博百度热搜榜单,新闻,脑筋急转弯,歇后语,绕口令
- 位置服务:基站查询,经纬度地址转换,坐标系转换
在官网注册后,按具体 API 页面申请数据,在会员中心获取 AppKey 进行接入;免费额度和套餐在API详情页查看,适合个人开发者与企业进行接入。在 ClawHub 上也可搜索 jisuapi 找到更多基于极速数据的 OpenClaw 技能。
Top skills in this category
Stock Analysis
@udiedrichsenAnalyze stocks and cryptocurrencies using Yahoo Finance data. Supports portfolio management, watchlists with alerts, dividend analysis, 8-dimension stock scoring, viral trend detection (Hot Scanner), and rumor/early signal detection. Use for stock analysis, portfolio tracking, earnings reactions, crypto monitoring, trending stocks, or finding rumors before they hit mainstream.
Stock Market Pro
@kys42Yahoo Finance (yfinance) powered stock analysis skill: quotes, fundamentals, ASCII trends, high-resolution charts (RSI/MACD/BB/VWAP/ATR), plus optional web a...
A股量化 AkShare
@mbpzA股量化数据分析工具,基于AkShare库获取A股行情、财务数据、板块信息等。用于回答关于A股股票查询、行情数据、财务分析、选股等问题。
Stock Watcher
@robin797860Manage and monitor a personal stock watchlist with support for adding, removing, listing stocks, and summarizing their recent performance using data from 10jqka.com.cn. Use when the user wants to track specific stocks, get performance summaries, or manage their watchlist.
Intelligent Stocks Screener
@financial-ai-analyst基于东方财富数据库,支持通过自然语言输入筛选A港美股、基金、债券等多种资产,支持多元指标筛选,含技术面、消息面、基本面及市场情绪等,可用于全球资产速筛、跨市场监控、投资组合构建、策略回测等场景。返回结果包含数据说明及 csv 文件。Natural language screener for investment...