← Back to Skills Marketplace
Caixin
by
codenova58
· GitHub ↗
· v0.1.0
· MIT-0
206
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install caixin
Description
Retrieves and summarizes public news and trending topics from Caixin's open channels using keyword search, channel stats, and topic collections.
README (SKILL.md)
财新
用途与边界
- 面向公开新闻与专题页的检索与内容摘要
- 不提供接口逆向或付费内容绕过能力
- 仅用于公开页面的轻量分析与提醒
关键入口
- 主页:https://www.caixin.com/
- 财经/时政/专题频道:频道入口
- 搜索入口:站内搜索
常见任务
- 指定关键词的新闻集合摘要(标题、来源、发布时间、标签)
- 频道页的热点条目与题材分布统计
- 专题页的文章目录与摘要集合
数据字段
- 标题、来源、作者(若标注)、发布时间、正文摘要、标签、链接
- 频道名称、专题名称、采集时间、来源链接
自动化要点
- 部分内容可能付费或登录可见,仅处理公开内容
- 动态渲染,需等待加载完成后解析
- 频率控制,不进行批量抓取;结果标注采集时间
示例流程
- 关键词摘要:输入关键词 → 搜索 → 抽取条目 → 输出摘要清单
- 频道统计:访问频道页 → 抽取热点 → 题材分布与来源统计
- 专题汇总:访问专题页 → 抽取文章目录 → 输出摘要集合
合规提示
- 遵守平台规则,不进行接口调用或批量采集
- 不绕过付费墙或登录限制
Usage Guidance
This skill is internally coherent and light-weight, but before installing consider: (1) it requires network access to caixin.com and the agent's ability to render dynamic pages (headless browser or equivalent) — confirm your agent environment supports that; (2) scraping may implicate the site's terms of use and copyright — respect robots.txt, rate limits, and do not bypass paywalls or logins as the skill itself advises; (3) because the SKILL.md is high-level, verify how your agent will implement extraction (avoid excessive or high-frequency crawling) and add explicit rate limiting and logging if you plan to use it automatically.
Capability Analysis
Type: OpenClaw Skill
Name: caixin
Version: 0.1.0
The skill bundle provides instructions for an AI agent to interact with the Caixin news website (caixin.com) for public content retrieval and summarization. The SKILL.md file explicitly prohibits bypassing paywalls, reverse engineering, or performing unauthorized batch scraping, focusing on standard news aggregation tasks such as keyword searches and channel statistics. No malicious code, data exfiltration, or prompt injection attempts were found.
Capability Assessment
Purpose & Capability
Name/description (summarize public Caixin news) aligns with the SKILL.md: it describes searching public pages, channel/topic summaries, and fields to extract. The skill does not request unrelated credentials or tools.
Instruction Scope
Instructions stay within the stated purpose (public-page extraction, avoid paid/login content, rate limiting). They are high-level ("抽取条目", wait for dynamic render) and do not mandate reading unrelated files or credentials, but are vague about the exact extraction method (e.g., headless browser vs. simple HTTP).
Install Mechanism
No install spec and no code files — lowest-risk instruction-only skill. There is no download or external package installation.
Credentials
No environment variables, credentials, or config paths are requested. The requested access (read public website pages) is proportional to the described functionality.
Persistence & Privilege
always is false and the skill does not request elevated or persistent privileges. Autonomous invocation is allowed (platform default) but is not combined with any broad credential or system access.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install caixin - After installation, invoke the skill by name or use
/caixin - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Caixin Hot Trend skill v0.1.0 - Initial Release
- Enables keyword-based news summary, channel hot item analysis, and topic page article aggregation for Caixin's public content.
- Focuses on lightweight collection of visible titles, sources, publish times, tags, and summaries.
- Strictly limited to public, non-paywalled content; does not access restricted or paid material.
- Provides entry points for Caixin homepage, major channels, and on-site search.
- Includes compliance reminders for usage boundaries: follows platform rules, no API or batch scraping, no circumvention of paywalls.
Metadata
Frequently Asked Questions
What is Caixin?
Retrieves and summarizes public news and trending topics from Caixin's open channels using keyword search, channel stats, and topic collections. It is an AI Agent Skill for Claude Code / OpenClaw, with 206 downloads so far.
How do I install Caixin?
Run "/install caixin" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Caixin free?
Yes, Caixin is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Caixin support?
Caixin is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Caixin?
It is built and maintained by codenova58 (@codenova58); the current version is v0.1.0.
More Skills