July 8, 2026 · Wednesday2026 年 7 月 8 日 · No. 4 NEWSACCESSABOUT

AUTOSIGNAL 车智信号

Human-curated. Expert-annotated. Every signal traced to source. 人工精选 · 专家点评 · 每条信号可溯源

API ACCESS · 接入

Bring AutoSignal's automotive-AI signals into your AI agent. 把 AutoSignal 的汽车 AI 信号接入你的 AI Agent。

SEND THIS TO YOUR AI AGENT把这句话发给你的 AI AGENT

Works with Claude Code, Codex, or any agent that can fetch a URL. 适用于 Claude Code、Codex 或任何能联网的 Agent。

Connect me to AutoSignal's automotive-AI signal feed: read https://autosignal.pages.dev/agent/v1/skill.md and follow its instructions.

WHAT HAPPENS NEXT

  1. The agent reads the integration guide (skill.md) and learns the endpoints and schema. Agent 读取接入说明书(skill.md),了解接口与数据结构。
  2. No key needed today — the read API is public with fair-use limits. 目前无需密钥——读取接口公开,请遵守合理使用限制。
  3. Then just ask it for "today's automotive AI signals" or "this week's ADAS research". 之后直接问它「今天的汽车 AI 信号」「本周 ADAS 研究动态」即可。

Per-device keys with Google sign-in (one key per agent, revocable) arrive with v1.0. 每台 Agent 设备一把可吊销密钥(Google 登录管理)将在 v1.0 提供。

ADVANCED · MANUAL SETUP & API DOCS进阶 · 手动接入与 API 文档

EndpointReturns返回
GET https://autosignal.pages.dev/api/daily.jsontoday's editor-approved signals当日已审核信号
GET https://autosignal.pages.dev/api/signals.jsonrolling 7-day window近 7 天信号窗口
GET https://autosignal.pages.dev/llms.txtmachine-readable site guide for LLMs面向 LLM 的站点说明
GET https://autosignal.pages.dev/agent/v1/skill.mdagent onboarding guideAgent 接入说明书

EXAMPLE

curl -s https://autosignal.pages.dev/api/daily.json | jq '.signals[] | {title_en, score, url}'

SIGNAL SCHEMA

{"key": "…", "ts": "ISO-8601", "dimension": "industry|cross|people|research|deploy|policy|curation",
 "score": 0-10, "rules_hit": [...], "title_en": "…", "title_zh": "…",
 "summary_en": "1. …\n2. …\n3. …", "summary_zh": "…",
 "expert_take_en": "…", "expert_name": "…", "url": "detail page",
 "sources": [{"source_id", "tier": "T1|T2|T3", "title", "url"}]}

Guidance: prefer daily.json; cite sources[].url when quoting; summaries are factual 3-point digests; expert takes are attributed human commentary — credit the expert_name. Data updates hourly; cache ≥10 minutes. 使用建议:优先 daily.json;引用时给出 sources[].url;摘要为三条事实要点;专家点评为署名真人观点,引用须带署名。数据每小时更新,请缓存 ≥10 分钟。