by yuxino
Read PDF textbooks and ask AI about any paragraph, figure, or code block.
# Add to your Claude Code skills
git clone https://github.com/yuxino/satoriLast scanned: 8/28/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-08-28T15:56:02.669Z",
"npmAuditRan": true,
"pipAuditRan": true,
"promptInjectionRan": true
}satori is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by yuxino. Read PDF textbooks and ask AI about any paragraph, figure, or code block. It has 136 GitHub stars.
Yes. satori 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.
Clone the repository with "git clone https://github.com/yuxino/satori" and add it to your Claude Code skills directory (see the Installation section above).
satori is primarily written in TypeScript. It is open-source under yuxino on GitHub, so you can review or fork the full source.
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 satori against similar tools.
No comments yet. Be the first to share your thoughts!
⚠️ Third-Party Software Notice
This skill is third-party open-source software developed and hosted independently on GitHub. SkillsLLM is an informational directory and does not control or maintain the underlying repository.
Any security checks, ratings, or warnings displayed by SkillsLLM are automated and limited in scope. They do not constitute a security certification or guarantee that the software is safe, error-free, or free from malicious code, vulnerabilities, compromised dependencies, or prompt-injection risks.
Review the source code, permissions, dependencies, and configuration before installing or running any third-party skill. Use is at your own risk. To the maximum extent permitted by applicable law, SkillsLLM is not liable for losses arising from third-party software.
Satori means “enlightenment” in Japanese.
A local-first PDF learning app for macOS and Windows 11. Ask AI about the current page or a selected region, then compare the explanation with the source. Your reading progress and Q&A are saved locally for each book.
Satori supports Windows 11 on x64 and ARM64, and macOS 14+ on Apple silicon. Download Satori 3.4.6 from GitHub Releases.
Version 3.4.4 introduced the updater: anyone using 3.4.3 or earlier must manually install the current release once from GitHub Releases. From 3.4.4 onward, Settings can download and verify later signed releases before an explicit install. Satori never downloads or installs an update in the background. On macOS, the learner clicks Restart and finish after installation; on Windows, starting installation closes Satori and hands control to the visible system installer.
The interface is currently available in Simplified Chinese only. Reading works without AI; questions and scanned-outline recognition require an image-capable OpenAI-compatible model. Satori is free and open source; your chosen AI service may charge separately.
Install Node.js 22.13+, stable Rust, and the platform-specific Tauri prerequisites. macOS development also requires a stable code-signing identity.
npm install
# macOS
npm run app
# Windows
npm run tauri -- dev
PDFs remain at their original paths. Library data and Q&A stay in Application Support on macOS or application LocalAppData on Windows; API keys stay in macOS Keychain or Windows Credential Manager. Page images are sent to the selected AI service only after an explicit question, explanation request, or confirmed outline scan. Opening a book does not contact an AI service. The launch-time update check fetches only the static updater manifest from GitHub Releases; it never sends book content, history, AI profiles, or keys.
MIT © 2026 yuxino