newsence AI技能包 是 AI Skill Hub 本期精选AI工具之一。综合评分 8.0 分,整体质量较高。我们强烈推荐将其纳入你的 AI 工具库,帮助提升工作效率。
newsence AI技能包 是一款基于 TypeScript 开发的开源工具,专注于 ai、newsapi、rss 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
newsence AI技能包 是一款基于 TypeScript 开发的开源工具,专注于 ai、newsapi、rss 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
# 方式一:npm 全局安装 npm install -g newsence # 方式二:npx 直接运行(无需安装) npx newsence --help # 方式三:项目依赖安装 npm install newsence # 方式四:从源码运行 git clone https://github.com/chyyynh/newsence cd newsence npm install npm start
# 命令行使用
newsence --help
# 基本用法
newsence [options] <input>
# Node.js 代码中使用
const newsence = require('newsence');
const result = await newsence.run(options);
console.log(result);
# newsence 配置说明 # 查看配置选项 newsence --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export NEWSENCE_CONFIG="/path/to/config.yml"
pnpm install
pnpm run deploy
Or run locally with pnpm dev (uses wrangler dev --test-scheduled, so you can curl /__scheduled?cron=*/5+*+*+*+* to trigger RSS manually).
Bindings (in wrangler.jsonc):
| Binding | Purpose |
|---|---|
HYPERDRIVE | Hyperdrive connection to your Postgres |
RESOURCE_PROCESSING_V2_WORKFLOW | Fetch, parse, classify, and persist a canonical resource |
RESOURCE_TRANSLATION_V2_WORKFLOW | Translate a persisted resource into zh-Hant |
SEARCH_INDEX_GENERATION_5_REBUILD_WORKFLOW | Rebuild and verify the generation-5 canonical search index |
ACADEMIC_METADATA_BACKFILL_V3_WORKFLOW | Upgrade explicit DOI/arXiv resources to the current academic metadata schema |
R2 | App-owned uploaded blob reads for PDF extraction |
AI | Workers AI binding for AI Gateway text calls |
AI_SEARCH | newsence-corpus-v6 canonical public corpus |
Secrets (via wrangler secret put):
| Variable | Required | Description |
|---|---|---|
KAITO_API_KEY | Yes | Enables Twitter monitoring |
YOUTUBE_API_KEY | Yes | Enables YouTube channel monitoring |
S2_API_KEY | Yes | Increases Semantic Scholar quota for paper enrichment |
The HTTP surface only exposes GET /health. App/chat integrations use Cloudflare service-binding RPC with persisted resource IDs, while cron monitors run through scheduled triggers. URL acquisition is an internal stage of the canonical resource workflow.
| Stage | Model | What it does |
|---|---|---|
| **Analysis** | AI Gateway text model | Resource → bilingual title, summary, tags, keywords, category |
| **Entity Extraction** | AI Gateway JSON model | Resource → named entities (person, organization, product, technology, event, location) with EN + zh-TW names |
| **Retrieval Index** | Cloudflare AI Search | Hybrid keyword and semantic retrieval over enriched corpus documents |
Translation/summary and classification/entities are separate structured calls so one schema failure does not force the whole resource into fallback.
Workflows are provisioned automatically on first deploy via the workflows bindings in wrangler.jsonc.
功能强大,易于安装和配置
该工具未明确声明开源协议,商业使用前请联系原作者确认授权范围,避免侵权风险。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
经综合评估,newsence AI技能包 在AI工具赛道中表现稳健,质量优秀。如果你已有明确的使用需求,可以直接上手体验;如果还在评估阶段,建议对比同类工具后再做决策。
| 原始名称 | newsence |
| 原始描述 | 开源AI工具:A content discovery engine that helps LLMs understand your world。⭐9 · TypeScript |
| Topics | ainewsapirsstwittertypescript |
| GitHub | https://github.com/chyyynh/newsence |
| 语言 | TypeScript |
收录时间:2026-05-16 · 更新时间:2026-05-30 · License:未公布 · AI Skill Hub 不对第三方内容的准确性作法律背书。