← 返回 Skills 市场
dazld

Sombra — Reader Mode for AI

作者 Dan Peddle · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
107
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install sombra-ai-reader-mode
功能描述
Persistent reader mode for AI. Save web pages, organise into collections, distil to dense context, and serve it all through MCP.
安全使用建议
This skill appears to do what it claims (an MCP-backed reader library), but exercise caution before enabling it. The runtime setup uses npx to download and execute 'sombra-mcp' from the npm registry — review the package's source, publisher, and npm page before running it. Prefer installing a vetted release or running the server in an isolated environment/container. Do not paste long-lived high-privilege secrets directly into configs where other processes/users can read them; create a limited-scope token for Sombra that can be revoked, and store it securely (or use an OS-level secret manager). If you can't verify the npm package or its authors, treat this as higher risk and avoid installation.
功能分析
Type: OpenClaw Skill Name: sombra-ai-reader-mode Version: 1.0.1 The skill is a legitimate MCP (Model Context Protocol) server integration for Sombra (sombra.so), a persistent knowledge management service for AI agents. It provides tools for saving web pages as markdown, organizing them into collections, and distilling them for context. The setup utilizes 'npx' to execute the 'sombra-mcp' package, which is a standard deployment pattern for MCP servers. No evidence of malicious intent, prompt injection, or unauthorized data exfiltration was found; all behaviors are consistent with the stated purpose of providing a research library for the agent.
能力评估
Purpose & Capability
Name and description (persistent reader mode served via MCP) line up with the instructions: the skill tells you to run an MCP server (sombra-mcp) via npx and to supply a Sombra PAT. Requiring 'npx' is coherent with the approach of launching an npm-hosted MCP server.
Instruction Scope
SKILL.md instructs you to add an MCP server command to openclaw.json that includes the token inline (npx -y sombra-mcp --token <PAT>). That means the agent/user will execute a remote package at runtime and place a secret into a config file. The instructions do not ask the agent to read unrelated files, but they do direct runtime execution of external code and persistent storage of credentials — both higher-scope actions than simple read/search functionality.
Install Mechanism
There is no static install spec, but the runtime invocation uses npx to fetch and run 'sombra-mcp' from the npm registry. npx dynamically downloads and executes code from a third-party registry (potentially arbitrary), which is higher risk than using a vetted packaged binary or a documented release URL. The SKILL.md also passes '-y' to make this non-interactive, increasing the chance code runs without manual review.
Credentials
The skill does not request unrelated environment variables or credentials in the registry metadata. It legitimately requires a Sombra personal access token for the service. Note: the instructions recommend embedding the token in openclaw.json as a command arg, which stores a secret in your local config — consider scope/minimum permissions and secure storage.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request permanent/global presence. It does direct adding an MCP server entry into openclaw.json (a normal configuration change for MCP connectors). This is expected behaviour, not an elevated privilege by itself.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install sombra-ai-reader-mode
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /sombra-ai-reader-mode 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Updated to version 1.0.1. - Minor documentation tweak: updated an example collection name - No code changes included in this release.
v1.0.0
sombra-ai-reader-mode 1.0.0 - Initial release of Sombra AI Reader Mode. - Enables persistent reader mode for AI: save web pages, organise them into collections, and distil key information for future sessions. - Provides a suite of tools for saving, reading, organising, updating, deleting, and restoring artifacts and collections. - Supports integration with any MCP-compatible agent, including Claude, ChatGPT, Cursor, VS Code, and more. - Includes version history, dense context summaries, advanced search, and recovery of deleted items.
元数据
Slug sombra-ai-reader-mode
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Sombra — Reader Mode for AI 是什么?

Persistent reader mode for AI. Save web pages, organise into collections, distil to dense context, and serve it all through MCP. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 107 次。

如何安装 Sombra — Reader Mode for AI?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install sombra-ai-reader-mode」即可一键安装,无需额外配置。

Sombra — Reader Mode for AI 是免费的吗?

是的,Sombra — Reader Mode for AI 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Sombra — Reader Mode for AI 支持哪些平台?

Sombra — Reader Mode for AI 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Sombra — Reader Mode for AI?

由 Dan Peddle(@dazld)开发并维护,当前版本 v1.0.1。

💬 留言讨论