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 |
ARTICLE_QUEUE | Producer for article-processing-queue-core |
MONITOR_WORKFLOW | NewsenceMonitorWorkflow instance creator |
AI | Workers AI (Qwen3 analysis + BGE-M3 embeddings) |
BROWSER | Cloudflare Browser Rendering (reserved) |
Secrets (via wrangler secret put):
| Variable | Required | Description |
|---|---|---|
CORE_WORKER_INTERNAL_TOKEN | Yes | Token for internal HTTP endpoints |
KAITO_API_KEY | No | Enables Twitter monitoring |
YOUTUBE_API_KEY | No | Enables YouTube channel monitoring |
```bash
Also available as a CLI and MCP server via the separate newsence npm package:
```bash npx newsence search "AI agents" # search articles npx newsence recent --hours 6 # recent articles
claude mcp add newsence -- npx newsence mcp # Claude Code
```
| Stage | Model | What it does |
|---|---|---|
| **Analysis** | Workers AI Qwen3 | Article → bilingual title, summary, tags, keywords, category |
| **Entity Extraction** | Workers AI Qwen3 | Article → named entities (person, organization, product, technology, event) with EN + zh-TW names |
| **Embedding** | BGE-M3 (1024d) | Title + summary + content + entity names → dense vector (HNSW-indexed) |
Translation/summary and classification/entities are separate structured calls so one schema failure does not force the whole article into fallback.
Create the article-processing queue (the Worker is already configured as both producer and consumer):
wrangler queues create article-processing-queue-core
wrangler queues create article-processing-dlq-core
Workflows are provisioned automatically on first deploy via the workflows binding 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 不对第三方内容的准确性作法律背书。