ophel

作者 urzeye

Turn AI conversations into organized, reusable workflows — across major AI platforms. | 把 AI 对话转化为可组织、可复用的工作流,适用于主流 AI 平台

978
Stars
54
Forks
TypeScript
语言
2026/8/23
添加时间

⚠️ 第三方软件声明

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

阅读服务条款

安装

添加到你的 Claude Code skills 目录:

# Add to your Claude Code skills
git clone https://github.com/urzeye/ophel

快速入门

使用 ophel 等 Skills 的指南。

安全报告

已验证

上次扫描:—

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

README.md

Ophel Atlas 🚀

Turn AI chats into documents you can read, navigate, and reuse

Language: English | 简体中文

Ophel Logo

✨ Turn Conversations into Knowledge, Not Just History ✨

No more getting lost in endless scroll. Clarify context with real-time Outlines, Build your system with Conversation Folders, Refine experience with the Prompt Library, Let sparkling thoughts flow freely in order.

👇 Demo: From "Infinite Scroll" to "Navigable AI Documents"

Ophel Demo

Making AI chat a truly organizeable workflow for the first time

No matter which of these platforms you use, Ophel lets you organize conversations into reusable workflows with a consistent, unified experience.

ChatGPT Gemini Claude AI Studio Gemini Enterprise Grok
Doubao DeepSeek Kimi Z.ai ChatGLM Qianwen Qwen Studio Yuanbao ima
Plugin-style site adapters: more sites, plug & play
Version License Last Commit Stars Forks
Chrome Web Store Edge Add-ons Firefox Add-ons Greasy Fork

📣 Help promote Ophel Atlas

DemoCore FeaturesQuick StartSupport Ophel AtlasGet Involved

🌐 English | 简体中文 | 繁體中文 | 日本語 | 한국어 | Deutsch | Français | Español | Português | Русский

📹 Demo

OutlineConversationsFeatures

✨ Core Features

Ideal for learning, research, requirements analysis, code discussions, content creation — any AI conversation that needs structure, order, and reuse.

FeatureDescription
🧭 Smart OutlineAuto-parse conversation structure into a navigable TOC with hierarchical collapse, search, anchors, bookmarks, outline copy, and word counts
💬 ConversationsFolders + tags for dual-dimension management, auto-sync from source sites, search, batch ops, and drag-to-reorder
📤 ExportMulti-format export (Markdown/JSON/TXT), zip packages with images and attachments, segmented export for precise content extraction
💡 Prompt LibraryVariable templates, categorization, one-click insert, prompt chains and queue for automated sequential sending, selection quote actions
🧩 Site AdaptersBuilt-in adapters for 15 major AI sites; install adapter packs from the "Site Packs" section to hot-swap support for even more sites, with cloud updates that auto-fix built-in adapters
🔍 Global SearchUnified search across conversations, outlines, prompts, and settings with folder: tag: date: syntax filters and fuzzy matching
📖 ReadingMermaid diagram rendering, LaTeX formula support, user question Markdown styling, scroll lock
⌨️ ProductivityReading history restore, custom shortcuts, model lock, enhanced tab naming, AI completion notifications
🎨 Themes20+ themes, custom CSS, widescreen mode, Zen mode, Option+D to toggle dark/light
🔒 Privacy & DataLocal storage by default, WebDAV multi-device sync, file import/export, zero data collection

📖 Full Documentation →

[!IMPORTANT]

Ophel Atlas puts privacy first: local by default, your data stays in your control.

  • Local by default: settings, prompts, and conversation management data are stored in your browser
  • No account required: use it without signing up
  • Permissions on demand: optional permissions are requested only when needed and can be revoked anytime (see the Permissions page in the extension)
  • Optional WebDAV sync: use your own WebDAV for multi-device consistency (controllable, portable)
  • Export & backup: export and migrate to avoid lock-in

Support for specific AI sites depends on site matching and page structure changes

🚀 Quick Start

[!tip]

We highly recommend using the Browser Extension version for a more complete feature set, better experience, and higher compatibility. The Userscript version has limitations.

Chrome Web Store Edge Add-ons Firefox Add-ons Greasy Fork

Manual Installation (Offline or Restricted Access)

Browser Extension

  1. Download & unzip from Releases
  2. Open browser extensions page, enable Developer mode
  3. Click Load unpacked and select the unzipped folder

Userscript

  1. Install Tampermonkey
  2. Download .user.js file from Releases
  3. Drag into browser or click the link to install
FAQ: How do custom SitePack domains work in the userscript build?

Userscript managers cannot let Ophel add new @match entries automatically. After adding a custom site under Settings → Site Packs, copy every rule shown in the userscript access notice and add it through your manager:

  • Tampermonkey: open the Ophel script, select Settings → Includes/Excludes → User matches, add the copied rules, and save.
  • Violentmonkey: open the Ophel script settings and add the rules under its custom @match rules.
  • ScriptCat: open the script settings and add the rules under user/custom match rules; the label can vary by ScriptCat version.

Reload each target site after saving. Prefer manager-side custom rules over editing Ophel's metadata header directly: custom rules are retained when the userscript updates.

🙌 Support Ophel Atlas

💖 Angel Support

treasuresure
treasuresure

🌟 Supporters

Hugh
Hugh
**南
**南
anonymous
anonymous
狷客行舟🍜狂?
狷客行舟🍜狂?
**煜
**煜
Ice_wilderness
Ice_wilderness
Jeff Peng
Jeff Peng
 火华兰樱
火华兰樱
Lewu Gao
Lewu Gao
Will
Will
Steel Maestro
Steel Maestro
Count Basil
Count Basil
anonymous
anonymous

If Ophel Atlas has sparked joy in your workflow or saved you valuable time, consider fueling its journey with a Star or a Sponsor. ☕️

Sharing is just as powerful: We'd be thrilled if you shared your experience on Linux.do, Reddit, X, or YouTube. Every piece of feedback and every shoutout helps Ophel grow!

Buy Me a Coffee at ko-fi.com

WeChat Pay
WeChat Pay
Alipay
Alipay
urzeye's Afdian Profile
Afdian

🤝 Get Involved

"If you want to go fast, go alone. If you want to go far, go together."

Thanks to the Linux.do community for the discussions and support. Many ideas and improvements in this project came from feedback shared by community members.
We also look forward to more developers joining us. If you are not familiar with the codebase, check out the documentation or use AI assistants to get up to speed quickly:

Official Docs   Ask DeepWiki   Ask Zread

Report Issue   Submit PR

💻 Local Development Guide

Requirements: Node.js >= 18.x, pnpm >= 9.x

# 1. Clone the repo and enter the project directory
git clone https://github.com/urzeye/ophel.git
cd ophel

# 2. Install dependencies
pnpm install

# 3. Start development server (supports browser extension HMR)
pnpm dev

# ======== Build and Package ========

# Build production versions for respective browsers
pnpm build              # Build Chrome extension
pnpm build:firefox      # Build Firefox extension
pnpm build:all          # Build for all platforms

# Package into distributeable archives (.zip)
pnpm package            # Package Chrome extension from existing build
pnpm package:firefox    # Package Firefox extension from existing build
pnpm package:all        # Package all platforms

# ======== Userscript Development ========

pnpm build:userscript:local    # Build userscript for local debugging
pnpm serve:userscript:assets   # Serve static assets locally

[!TIP] 💡 Contribution Guidelines: Before submitting a PR, we recommend forking the repo, creating a new branch, and ensuring your code passes pnpm lint:check and pnpm typecheck.


🌌 Open source is powered by the stars of its community.

Our deepest gratitude to the amazing individuals below. Your contributions make this repository shine brighter.


⭐ Star History

Star History Chart

Made with ❤️ by urzeye · GPLv3 License

常见问题

What is ophel?

ophel is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by urzeye. Turn AI conversations into organized, reusable workflows — across major AI platforms. | 把 AI 对话转化为可组织、可复用的工作流,适用于主流 AI 平台. It has 978 GitHub stars.

Is ophel safe to use?

ophel returned warnings in SkillsLLM's automated security scan. It has no critical vulnerabilities, but review the flagged issues in the Security Report section before adding it to your workflow.

How do I install ophel?

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

What programming language is ophel written in?

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

Are there alternatives to ophel?

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 ophel 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
查看详情