能力标签
🛠
AI工具

prismis

基于 Python · 开源免费,本地部署,数据完全自主可控
⭐ 13 Stars 🍴 2 Forks 💻 Python 📄 MIT 🏷 AI 7.5分
7.5AI 综合评分
aipython
✦ AI Skill Hub 推荐

prismis 是 AI Skill Hub 本期精选AI工具之一。综合评分 7.5 分,整体质量较高。我们推荐使用将其纳入你的 AI 工具库,帮助提升工作效率。

📚 深度解析
prismis 是一款基于 Python 的开源工具,在 GitHub 上收获 0k+ Star,是ai、python领域中的优质开源项目。开源工具的最大优势在于代码完全透明,你可以审计每一行代码的安全性,也可以根据自身需求进行二次开发和定制。

**为什么要使用开源工具而非商业 SaaS?**
对于个人开发者和有隐私需求的用户,本地部署的开源工具意味着数据不离本机,不受第三方服务商的数据政策约束。同时,开源工具通常没有使用次数限制和月度费用,一次安装即可长期使用,对于高频使用场景的总拥有成本(TCO)远低于订阅制商业工具。

**安装与环境准备**
prismis 依赖 Python 运行环境。建议通过 pyenv(Python)或 nvm(Node.js)管理 Python 版本,避免全局环境污染。对于新手用户,推荐先创建虚拟环境(python -m venv venv && source venv/bin/activate),再安装依赖,这样即使出现问题也可以随时删除虚拟环境重新开始,不影响系统稳定性。

**社区与维护**
GitHub Issue 和 Discussion 是获取帮助的最快渠道。在提问前建议先检查 Closed Issues(已关闭的问题),大多数常见问题都已有解答。遇到 Bug 时,提供 pip list 的输出、完整错误堆栈和最小可复现示例,能显著提高开发者响应速度。AI Skill Hub 将持续追踪 prismis 的版本更新,及时通知重要功能变化。
📋 工具概览

A local-first content intelligence daemon that fetches RSS/Reddit/YouTube conten,提供内容智能分析服务

prismis 是一款基于 Python 开发的开源工具,专注于 ai、python 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。

GitHub Stars
⭐ 13
开发语言
Python
支持平台
Windows / macOS / Linux
维护状态
轻量级项目,按需更新
开源协议
MIT
AI 综合评分
7.5 分
工具类型
AI工具
Forks
2
📖 中文文档
以下内容由 AI Skill Hub 根据项目信息自动整理,如需查看完整原始文档请访问底部「原始来源」。

A local-first content intelligence daemon that fetches RSS/Reddit/YouTube conten,提供内容智能分析服务

prismis 是一款基于 Python 开发的开源工具,专注于 ai、python 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。

📌 核心特色
  • 开源免费,支持本地部署,数据完全自主可控
  • 活跃的 GitHub 开源社区,持续迭代更新
  • 提供详细文档和使用示例,新手友好
  • 支持自定义配置,灵活适配不同使用环境
  • 可作为基础组件集成进现有技术栈或进行二次开发
🎯 主要使用场景
  • 本地部署运行,保护数据隐私,满足合规要求
  • 自定义集成到现有系统,扩展技术栈能力
  • 作为开源基础组件进行商业化二次开发
以下安装命令基于项目开发语言和类型自动生成,实际以官方 README 为准。
安装命令
# 方式一:pip 安装(推荐)
pip install prismis

# 方式二:虚拟环境安装(推荐生产环境)
python -m venv .venv
source .venv/bin/activate  # Windows: .venv\Scripts\activate
pip install prismis

# 方式三:从源码安装(获取最新功能)
git clone https://github.com/nickpending/prismis
cd prismis
pip install -e .

# 验证安装
python -c "import prismis; print('安装成功')"
📋 安装步骤说明
  1. 访问 GitHub 仓库页面
  2. 按照 README 文档完成依赖安装
  3. 根据系统环境完成初始化配置
  4. 参考官方示例或文档开始使用
  5. 遇到问题可在 GitHub Issues 中查找解答
以下用法示例由 AI Skill Hub 整理,涵盖最常见的使用场景。
常用命令 / 代码示例
# 命令行使用
prismis --help

# 基本用法
prismis input_file -o output_file

# Python 代码中调用
import prismis

# 示例
result = prismis.process("input")
print(result)
以下配置示例基于典型使用场景生成,具体参数请参照官方文档调整。
配置示例
# prismis 配置文件示例(config.yml)
app:
  name: "prismis"
  debug: false
  log_level: "INFO"

# 运行时指定配置文件
prismis --config config.yml

# 或通过环境变量配置
export PRISMIS_API_KEY="your-key"
export PRISMIS_OUTPUT_DIR="./output"
📑 README 深度解析 真实文档 完整度 82/100 查看 GitHub 原文 →
以下内容由系统直接从 GitHub README 解析整理,保留代码块、表格与列表结构。

Prismis

**Your AI-powered research department that never sleeps** [GitHub](https://github.com/nickpending/prismis) | [Issues](https://github.com/nickpending/prismis/issues) | [Roadmap](#roadmap)

Status Built with Go Python License

Buy Me A Coffee

</div>

---

Prismis transforms information overload into intelligence. It continuously monitors your RSS feeds, Reddit communities, and YouTube channels, uses AI to surface what matters to YOU personally, then delivers it through a blazing-fast terminal interface.

Think of it as having a research assistant who reads everything and only interrupts you for the important stuff.

Tell Prismis what you care about

cat > ~/.config/prismis/context.md << 'EOF'

✨ Features

  • 🚀 Instant TUI - Launches in <100ms with gorgeous Bubbletea interface
  • 🧠 AI-Powered Priority - LLM analyzes content against YOUR interests (HIGH/MEDIUM/LOW)
  • 🔬 Deep Extraction - Two-tier LLM synthesis on HIGH-priority items: Counterintuitive findings, buried ledes, "so what" actions, quotable lines
  • 👍 Preference Learning - Upvote/downvote content to train AI prioritization over time
  • 🔍 Semantic Search - Local embeddings enable vector similarity search across all content
  • 🤖 Context Assistant - LLM analyzes flagged items to suggest context.md improvements with gap analysis
  • 🌐 Remote TUI Mode - Access your daemon from anywhere with incremental sync
  • 🎨 Fabric Integration - 200+ AI analysis patterns with tab completion (:fabric <TAB> to browse)
  • 🔒 Local-First - Your data never leaves your machine. SQLite + Go binary
  • 📡 Multi-Source - RSS/Atom feeds, Reddit (API optional), YouTube transcripts, static files
  • 🎯 Personal Context - Define what matters in simple markdown
  • 🔔 Smart Notifications - Desktop alerts only for HIGH priority content
  • 🌐 Web Interface - Beautiful daily briefing accessible from any device on your network
  • 🗄️ Smart Archival - Priority-aware retention policy automatically manages old content
  • Zero-Ops - No Docker, no PostgreSQL, no cloud services needed

🚀 Advanced Features

Prerequisites

  • macOS or Linux
  • Go 1.21+ for the TUI
  • Python 3.13+ for the daemon
  • LLM API key - OpenAI, Anthropic, Groq, or local Ollama
  • Fabric (optional) - AI content analysis patterns with tab completion
  • lspeak (optional) - Text-to-speech for audio briefings (uv tool install git+https://github.com/nickpending/lspeak.git)

Install everything (macOS/Linux)

make install

Upgrading from an older install? Bring config to current shape:

prismis-daemon migrate-config

Post-deploy smoke check (config valid, LLM services reachable, ≥1 source)

prismis-daemon verify

🔧 Installation

Install from Source

```bash git clone https://github.com/nickpending/prismis.git cd prismis make install

Build binaries

make build ```

🎬 Quick Start

```bash

🎮 Usage

Example: Let AI analyze your reading backlog

prismis-cli list --priority high --unread --json | llm "Summarize my reading queue" ```

Smoke-check that everything is wired up (config + LLM services + sources)

prismis-daemon verify

~/.config/prismis/config.toml

[api] host = "0.0.0.0" # Allow access from other devices (default: 127.0.0.1) ```

Note: Comment fetching increases LLM analysis costs. Configure max_comments in config.toml

prismis-cli source add reddit://programming

Idempotent config migration (after upgrading from older Prismis)

prismis-daemon migrate-config ```

Note: You can run the daemon however you prefer - in a tmux session, as a background process, or with any process manager you're comfortable with. It's just a regular Python program.

prismis-daemon verify is read-only and safe to run against a production daemon. It checks four things and exits 0 on all-pass / 1 on any failure: config validity, light LLM service reachable, deep LLM service reachable (or "not configured"), at least one active source.

Edit the .env file with your API keys

edit ~/.config/prismis/.env

Configuration

Prismis follows XDG standards: - Config: ~/.config/prismis/ - Data: ~/.local/share/prismis/ - Logs: Wherever you redirect them (stdout/stderr by default)

Security: API keys are stored in ~/.config/prismis/.env with 600 permissions (only you can read). Config references them with api_key = "env:VARIABLE_NAME" pattern for security.

LLM Configuration (Dual-Service)

Prismis routes LLM calls through two services so routine work and deep synthesis can use different models. Provider routing is handled by llm-core via ~/.config/llm-core/services.toml; the daemon only references service names.

```toml

~/.config/prismis/config.toml

[llm] light_service = "prismis-openai" # required — used for priority/summary/context analysis deep_service = "prismis-openai-deep" # optional — second-tier synthesis on HIGH items auto_extract = "high" # "high" | "medium" | "none" — gate for auto deep extraction


The light service handles every routine call (fetch-cycle priority, summarization, context analyzer). The deep service runs the second-tier synthesis prompt that produces the Counterintuitive / Buried lede / So what / Pushback sections plus quotables. When `deep_service` is unset, the daemon runs in light-only mode (graceful degradation — deep extraction failures never block storage).

Service definitions live in `~/.config/llm-core/services.toml`, where you map service names to providers, models, and API keys. Examples:
toml

~/.config/llm-core/services.toml

[services.prismis-openai] provider = "openai" model = "gpt-4o-mini" key = "openai"

[services.prismis-openai-deep] provider = "openai" model = "gpt-5-mini" # reasoning-class model recommended for deep synthesis key = "openai"

[services.prismis-anthropic] provider = "anthropic" model = "claude-3-haiku-20240307" key = "anthropic"

[services.prismis-ollama] provider = "ollama" model = "llama2" base_url = "http://localhost:11434"


API keys are resolved by `apiconf` from `~/.config/apiconf/config.toml`; `key = "openai"` references the entry named `openai` there. Run `prismis-daemon migrate-config` once after upgrading from a pre-iter-12 install — it idempotently rewrites the config to dual-service shape and adds the `[services.prismis-openai-deep]` stub.

**Reddit API** (optional - improves reliability):
bash

Add to ~/.config/prismis/.env for better Reddit access

REDDIT_CLIENT_ID=your-reddit-client-id REDDIT_CLIENT_SECRET=your-reddit-client-secret ```

Configure TTS provider (optional)

~/.config/prismis/config.toml

[audio] provider = "system" # Free macOS/Linux TTS (default)

voice = "your-voice-id" # ElevenLabs voice ID (optional)


Requires [lspeak](https://github.com/nickpending/lspeak) for TTS generation:
bash uv tool install git+https://github.com/nickpending/lspeak.git

For ElevenLabs (optional premium quality)

export ELEVENLABS_API_KEY=your-api-key ```

Set your API keys

edit ~/.config/prismis/.env # Add your OPENAI_API_KEY

Web Interface

The daemon serves a beautiful web interface on your local network:

```bash

Terminal Interface

prismis           # Launch instantly (local mode)
prismis --remote  # Remote mode with incremental sync from server daemon

Essential Keys: - 1/2/3 - View HIGH/MEDIUM/LOW priority content - j/k - Navigate up/down (vim-style) - Enter - Read full article - +/- - Upvote/downvote content (trains AI prioritization) - i - Flag item as interesting (for context analysis) - : - Command mode (see below) - S - Manage sources - ? - Show all keyboard shortcuts - q - Quit

Command Mode (press : to enter): - :fabric <pattern> - Run any of 200+ AI patterns (tab completion available) - :fabric extract_wisdom - Extract key insights - :fabric summarize - Create concise summary - :fabric analyze_claims - Fact-check claims - :fabric explain_terms - Explain technical terms - :context suggest - Get LLM topic suggestions from flagged items (requires flagging with i) - :context edit - Open context.md in $EDITOR - :context review - Show count of flagged items ready for analysis - :audio - Generate audio briefing from HIGH priority items (requires lspeak) - :export sources - Copy all configured sources to clipboard for backup - :mark - Mark article as read/unread - :copy - Copy article content - :prune - Remove unprioritized items (with y/n confirmation) - :prune! - Force remove without confirmation - :prune 7d - Remove items older than 7 days - :help - Show all available commands

CLI Automation

Query and export content for automation workflows:

```bash

Change: OPENAI_API_KEY=sk-your-key-here

```

API Access

The daemon exposes a REST API for custom integrations and the web interface.

Full API Documentation: See API.md for complete endpoint reference, authentication, request/response formats, and client examples.

Quick Examples:

```bash

Context Assistant Workflow

Improve your context.md over time by flagging interesting unprioritized items:

1. Flag interesting items - Press i on unprioritized content that should have matched your topics but didn't 2. Get suggestions - Run :context suggest to analyze flagged items with LLM 3. Review analysis - Suggestions copied to clipboard with gap analysis: - Add: New topic area not covered - Expand: Existing topic too narrow - Narrow: Existing topic too broad - Split: One topic covering unrelated things 4. Update context.md - Run :context edit or manually update based on suggestions 5. Repeat - As you flag more items, patterns emerge and your context improves

The LLM studies your existing topic style (length, phrasing, tone) and matches it in suggestions.

Fabric Integration

Built-in AI analysis using 200+ Fabric patterns. Tab completion helps you discover all available patterns:

```bash

🇨🇳 中文文档镜像 AI 翻译 2026-05-23
英文原文章节由系统翻译为中文摘要,便于快速理解。完整原文见上方 "📑 README 深度解析"。
📌 简介

Prismis 是一个 AI 驱动的研究部门,始终保持活跃状态。它提供了一个美观的 Bubbletea 界面,能够在 <100ms 内启动。Prismis 允许您告诉它您关心的内容。

⚡ 功能介绍

Prismis 的功能包括:即时 TUI(Terminal User Interface)启动,AI 驱动的优先级分析,深度提取(Two-tier LLM synthesis),以及偏好学习(Preference Learning)等。

📋 环境依赖

Prismis 的环境依赖包括 macOS 或 Linux,Go 1.21+,Python 3.13+,LLM API 密钥(OpenAI,Anthropic,Groq 或本地 Ollama),以及 Fabric(可选)和 lspeak(可选)等。

🛠 安装步骤(Docker/pip/源码)

安装 Prismis 可以使用 make install 命令。升级从旧版本安装的 Prismis 可以使用 prismis-daemon migrate-config 命令。

🚀 使用教程

使用 Prismis 可以使用 prismis-cli list 命令来分析您的阅读队列。您可以使用 --priority high --unread --json 参数来指定优先级和未读状态。

⚙️ 配置说明(含 MCP / env)

Prismis 的配置文件位于 ~/.config/prismis/config.toml。您可以使用 prismis-daemon verify 命令来检查配置和 LLM 服务是否正常工作。

🔌 API 说明

Prismis 的 API 允许您设置 API 密钥。您可以使用 edit ~/.config/prismis/.env 命令来添加 OPENAI_API_KEY。

🔄 工作流/模块

Prismis 的工作流包括:标记感兴趣的未优先项,获取建议,和审查分析。Fabric 集成提供了 200+ 个 Fabric 模式的内置 AI 分析。

🎯 aiskill88 AI 点评 A 级 2026-05-23

prismis是一个开源的AI工具,提供内容智能分析服务,支持RSS、Reddit和YouTube内容,值得关注

📚 实用指南(长尾问题)
适合谁
  • 需要让 Claude / Cursor 操作本地工具的 AI 工程师
  • 构建多智能体协作系统的 Agent 开发者
  • 构建企业知识库 / RAG 检索应用的团队
  • 做语音类 AI 产品的开发者
最佳实践
  • 配置 MCP 服务器时建议使用 stdio 传输 + JSON-RPC,避免暴露公网
  • 生产部署优先使用 Docker Compose 隔离依赖,并挂载 volume 持久化数据
  • 本地部署优先选 GGUF 量化模型,节省显存并保持响应速度
  • Agent 任务先做 dry-run 验证工具调用链,再开启自主执行
常见错误
  • API key 直接提交到 git 仓库(请用 .env 并加入 .gitignore)
  • MCP 配置路径拼错或权限不足,重启 Claude Desktop 才生效
  • 容器内无法访问宿主机 localhost — 使用 host.docker.internal
  • 显存不足直接 OOM — 优先降低 context 或换更小的量化模型
  • Python 依赖冲突:建议用 venv / uv 隔离环境
部署方案
  • Docker:prismis 提供官方镜像,docker compose up 一键启动
  • CLI:直接 npm install -g / pip install,命令行调用
  • 本地部署:CPU 8GB 起,GPU 推荐 16GB+ 显存
  • 云端托管:可放在 Vercel / Railway / Fly.io 等 PaaS 平台
相关搜索
prismis 中文教程prismis 安装报错怎么办prismis MCP 配置prismis Docker 部署prismis Agent 工作流prismis 与同类工具对比prismis 最佳实践prismis 适合谁用
⚡ 核心功能
👥 适合谁
  • 需要让 Claude / Cursor 操作本地工具的 AI 工程师
  • 构建多智能体协作系统的 Agent 开发者
  • 构建企业知识库 / RAG 检索应用的团队
  • 做语音类 AI 产品的开发者
⭐ 最佳实践
  • 配置 MCP 服务器时建议使用 stdio 传输 + JSON-RPC,避免暴露公网
  • 生产部署优先使用 Docker Compose 隔离依赖,并挂载 volume 持久化数据
  • 本地部署优先选 GGUF 量化模型,节省显存并保持响应速度
  • Agent 任务先做 dry-run 验证工具调用链,再开启自主执行
⚠️ 常见错误
  • API key 直接提交到 git 仓库(请用 .env 并加入 .gitignore)
  • MCP 配置路径拼错或权限不足,重启 Claude Desktop 才生效
  • 容器内无法访问宿主机 localhost — 使用 host.docker.internal
  • 显存不足直接 OOM — 优先降低 context 或换更小的量化模型
👥 适合人群
AI 技术爱好者研究人员和学生开发者和工程师技术创业者
🎯 使用场景
  • 本地部署运行,保护数据隐私,满足合规要求
  • 自定义集成到现有系统,扩展技术栈能力
  • 作为开源基础组件进行商业化二次开发
⚖️ 优点与不足
✅ 优点
  • +MIT 协议,可免费商用
  • +完全开源免费,无授权费用
  • +本地部署,数据完全自主可控
  • +开发者社区支持,遇问题可查可问
⚠️ 不足
  • 安装和初始配置可能需要一定技术基础
  • 功能完整性通常不如成熟商业产品
  • 技术支持主要依赖开源社区,响应速度不稳定
⚠️ 使用须知

AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。

建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。

📄 License 说明

✅ MIT 协议 — 最宽松的开源协议之一,可自由商用、修改、分发,仅需保留版权声明。

🔗 相关工具推荐
📚 相关教程推荐
📰 相关 AI 新闻
🍿 AI 圈相关吃瓜
🗺️ 相关解决方案
🧩 你可能还需要
基于当前 Skill 的能力图谱,自动补全的工具组合
❓ 常见问题 FAQ
请参阅README文件
💡 AI Skill Hub 点评

经综合评估,prismis 在AI工具赛道中表现稳健,质量良好。如果你已有明确的使用需求,可以直接上手体验;如果还在评估阶段,建议对比同类工具后再做决策。

📚 深入学习 prismis
查看分步骤安装教程和完整使用指南,快速上手这款工具
🌐 原始信息
原始名称 prismis
原始描述 开源AI工具:A local-first content intelligence daemon that fetches RSS/Reddit/YouTube conten。⭐13 · Python
Topics aipython
GitHub https://github.com/nickpending/prismis
License MIT
语言 Python
🔗 原始来源
🐙 GitHub 仓库  https://github.com/nickpending/prismis 🌐 官方网站  https://prismis.io

收录时间:2026-05-19 · 更新时间:2026-05-20 · License:MIT · AI Skill Hub 不对第三方内容的准确性作法律背书。