claude-prism

作者 delibae已验证

An offline-first scientific writing workspace powered by Claude. LaTeX + Python + 100+ scientific skills all running locally.

1,751
Stars
161
Forks
TypeScript
语言
2026/8/23
添加时间

⚠️ 第三方软件声明

本 Skill 为第三方开源软件,独立托管于 GitHub。SkillTip 仅为信息目录,不控制或维护底层仓库。所显示的安全检查为自动化且范围有限,安装前请自行审查源码。

阅读服务条款

安装

添加到你的 Claude Code skills 目录:

# Add to your Claude Code skills
git clone https://github.com/delibae/claude-prism

快速入门

使用 claude-prism 等 Skills 的指南。

安全报告

已验证

上次扫描:—

{
  "status": "PASSED",
  "issues": []
}

README.md

ClaudePrism

ClaudePrism

An offline-first scientific writing workspace powered by Claude.
LaTeX + Python + 100+ scientific skills — runs on your desktop.

English · 한국어 · 日本語 · 简体中文

ClaudePrism Demo

Website   Download for macOS (Apple Silicon)   Download for macOS (Intel)   Download for Windows   Download for Linux

Latest Release


Why ClaudePrism?

OpenAI Prism is a cloud-based LaTeX workspace — all your files and data must be uploaded to OpenAI's servers to use it.

ClaudePrism is a local-first alternative — your files are stored on your disk, compiled offline, and edited locally. AI features require sending content to Anthropic's API for inference (see data usage).

OpenAI PrismClaudePrism
AI ModelGPT-5.2Claude Opus / Sonnet / Haiku
RuntimeBrowser (cloud)Native desktop (Tauri 2 + Rust)
LaTeXCloud compilationTectonic (embedded, offline)
Python EnvironmentBuilt-in uv + venv — one-click scientific Python setup
Scientific Skills100+ domain skills (bioinformatics, cheminformatics, ML, ...)
Getting StartedAccount setup requiredInstall and go — template gallery + project wizard
Version ControlGit-based history with labels & diff
Source CodeProprietaryOpen source (MIT)

Data & Privacy

ClaudePrism stores and compiles your documents locally — nothing is uploaded to a remote server for storage. However, when you use AI features, prompts and file contents that Claude reads are sent to Anthropic's API for inference, just like any cloud-based LLM tool. See Claude Code data usage for retention policies and opt-out options.


Features

Python Environment (uv)

ClaudePrism integrates uv — the fast Python package manager — directly into the app. One click to install uv, one click to create a project-level virtual environment. Claude Code automatically uses the .venv when running Python code, so you can generate plots, run analysis scripts, and process data without leaving the editor.

Python Environment

100+ Scientific Skills

Browse and install domain-specific skills from K-Dense Scientific Skills — curated prompts and tool configurations that give Claude deep knowledge in specialized fields:

DomainSkills
Bioinformatics & GenomicsScanpy, BioPython, PyDESeq2, PySAM, gget, AnnData, ...
Cheminformatics & Drug DiscoveryRDKit, DeepChem, DiffDock, PubChem, ChEMBL, ...
Data Analysis & VisualizationMatplotlib, Seaborn, Plotly, Polars, scikit-learn, ...
Machine Learning & AIPyTorch Lightning, Transformers, SHAP, UMAP, PyMC, ...
Clinical ResearchClinicalTrials.gov, ClinVar, DrugBank, FDA, ...
Scientific CommunicationLiterature Review, Grant Writing, Citation Management, ...
Multi-omics & Systems Biologyscvi-tools, COBRApy, Reactome, Bioservices, ...
And moreMaterials Science, Lab Automation, Proteomics, Physics, ...

Skills are installed globally (~/.claude/skills/) or per-project, and Claude automatically loads them when relevant.

Scientific Skills

Quick Start with Templates & Project Wizard

Pick a template (paper, thesis, presentation, poster, letter, etc.), give it a name, optionally describe what you're writing — ClaudePrism sets up the project and generates initial content with AI. Drag & drop reference files (PDF, BIB, images) and start writing immediately.

Template Gallery & Project Wizard

Claude AI Assistant

Chat with Claude directly in the editor. Select between Sonnet, Opus, Haiku models with adjustable reasoning effort levels. Persistent sessions, tool use (file edit, bash, search), and extensible slash commands.

Claude AI Assistant & Slash Commands

History & Proposed Changes

Every save creates a snapshot in a local Git repository (.claudeprism/history.git/). Label important checkpoints, browse diffs between any two snapshots, and restore previous versions. When Claude suggests edits, changes appear in a dedicated panel with visual diffs — accept or reject per chunk, or apply/undo all at once (⌘Y / ⌘N).

History & Proposed Changes

Offline LaTeX Compilation

Tectonic is embedded directly in the app. Packages are downloaded once on first use and cached locally. After that, compilation works fully offline with no TeX Live installation required.

Capture & Ask

Press ⌘X to enter capture mode, drag to select any region in the PDF — the captured image is pinned to the chat composer so you can immediately ask Claude about it. Great for asking about equations, figures, tables, or reviewer comments.

Capture & Ask

Live PDF Preview

Native MuPDF rendering with SyncTeX support — click a position in the PDF to jump to the corresponding source line. Supports zoom, text selection, and capture.

Editor

CodeMirror 6 with LaTeX/BibTeX syntax highlighting, real-time error linting, find & replace (regex), and multi-file project support with auto-save.

More

  • Zotero Integration — OAuth-based bibliography management and citation insertion.

Zotero Integration

  • Slash Commands — Built-in (/review, /init) + custom commands from .claude/commands/.
  • External Editors — Open projects in Cursor, VS Code, Zed, or Sublime Text.
  • Dark / Light Theme — Automatic switching.

Installation

Download the latest build from GitHub Releases.

Contributing

Contributions are welcome! See CONTRIBUTING.md for development setup, testing, and guidelines.

Acknowledgments

This project started from Open Prism by assistant-ui.

License

MIT

常见问题

What is claude-prism?

claude-prism is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by delibae. An offline-first scientific writing workspace powered by Claude. LaTeX + Python + 100+ scientific skills all running locally. It has 1,751 GitHub stars.

Is claude-prism safe to use?

Yes. claude-prism passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.

How do I install claude-prism?

Clone the repository with "git clone https://github.com/delibae/claude-prism" and add it to your Claude Code skills directory (see the Installation section above).

What programming language is claude-prism written in?

claude-prism is primarily written in TypeScript. It is open-source under delibae on GitHub, so you can review or fork the full source.

Are there alternatives to claude-prism?

Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh claude-prism against similar tools.

评论 (0)

暂无评论,成为第一个分享想法的人!

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情

claude-code

by anthropics

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

120,03119,897Shell
AI 智能体
查看详情

开发者还喜欢

基于喜欢此 Skill 的开发者投票和收藏

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP 服务器apisai-tools
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情