Autosearch infoq_cn

Chinese engineering articles covering architecture, AI, and enterprise tech from InfoQ 中文, via public RSS feed.

install
source · Clone the upstream repo
git clone https://github.com/0xmariowu/Autosearch
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/0xmariowu/Autosearch "$T" && mkdir -p ~/.claude/skills && cp -r "$T/autosearch/skills/channels/infoq_cn" ~/.claude/skills/0xmariowu-autosearch-infoq-cn && rm -rf "$T"
manifest: autosearch/skills/channels/infoq_cn/SKILL.md
source content

Overview

InfoQ 中文 adds Chinese-language engineering and enterprise technology coverage through its public RSS feed, making it useful for architecture discussions, AI platform work, deep technical explainers, and industry case studies when the query is in Chinese or mixed language.

Known Quirks

  • The feed is unfiltered and only returns the latest articles, so this channel applies client-side query token matching after fetch.
  • RSS only exposes headline and summary fields, not the full article body.
  • pubDate
    can be stale or less reliable than on-page timestamps for feed-only sources.

Quality Bar

  • Evidence items have non-empty title and url.
  • No crash on empty or malformed API response.
  • Source channel field matches the channel name.