Contexi

把 Contexi 接进你的工作流

让 OpenClaw、Hermes、Claude Code、任意 Agent 直接读到三赛道情报。

1. Skill(任意 Agent)

在你的 Agent 里发这句话,它会自己安装:

帮我安装这个 skill:https://contexi.shadowlaws.com/contexi-skill/SKILL.md

2. RSS(任意阅读器)

精选  https://contexi.shadowlaws.com/rss/curated
全部  https://contexi.shadowlaws.com/rss/all
日报  https://contexi.shadowlaws.com/rss/daily

3. REST API(开发者)

匿名访问,无需 token。

# 最近精选(支持 mode/category/track/since/q/take/cursor)
curl "https://contexi.shadowlaws.com/api/public/items?mode=selected&take=20"

# 最新日报 / 指定日期 / 归档
curl "https://contexi.shadowlaws.com/api/public/daily"
curl "https://contexi.shadowlaws.com/api/public/daily/2026-07-03"
curl "https://contexi.shadowlaws.com/api/public/dailies?take=14"

# 当前热点(多信源热度 + 时间衰减)
curl "https://contexi.shadowlaws.com/api/public/hot-topics"

# 关键词搜索 + 赛道过滤
curl "https://contexi.shadowlaws.com/api/public/items?q=OpenAI&track=ai&take=30"

原文为准:摘要由 LLM 生成,引用前请回原文核对。合理使用,测试版接口可能调整。