← 返回 Skills 市场
mbahar

Oto Sessions

作者 Murat Bahar · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
68
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install oto-sessions
功能描述
Manage authenticated browser sessions for any website with Oto, enabling saving, listing, deleting, and automating multiple accounts without re-authenticating.
安全使用建议
This skill is coherent: it wraps an external Oto framework to manage local browser sessions and includes small CLI wrappers that call into that framework. Before installing, review and trust the referenced Oto repository (https://github.com/mbahar/oto) and its package.json/dependencies because npm install will download Playwright and other packages that run native code. Confirm session files will be stored locally and protected (SKILL.md claims chmod 600 and local-only storage). If you share a machine, be aware that a running browser session can access any accounts you have logged into in that browser. If you need higher assurance, inspect ~/oto/lib/session-manager and the npm dependency tree (npm audit) before use.
功能分析
Type: OpenClaw Skill Name: oto-sessions Version: 1.0.1 The skill provides high-risk browser automation and session management capabilities, including the ability to launch authenticated browsers and expose WebSocket debugging endpoints (launch-session.js). It relies on an external framework installed via git clone from a GitHub repository (https://github.com/mbahar/oto.git), which introduces a supply chain risk. While the documentation (SKILL.md, SETUP.md) emphasizes local storage and security measures like chmod 600, the inherent risk of handling sensitive authentication sessions and providing remote browser control warrants a suspicious classification.
能力评估
Purpose & Capability
Name/description claim session management; included scripts and docs all call into an Oto session-manager (~/oto/lib/session-manager). Requiring Node.js and Playwright and cloning the Oto repo is coherent with that purpose.
Instruction Scope
SKILL.md and scripts only instruct browser-based login, listing, deleting, launching, and checking local session files. They reference ~/oto or OTO_PATH and do not attempt to read unrelated system files or external endpoints beyond the Oto GitHub. The skill will run browsers and read/write session JSON files locally (expected).
Install Mechanism
There is no platform-level install spec; SKILL.md tells users to git clone https://github.com/mbahar/oto.git and run npm install. Using GitHub and npm is normal, but npm install will fetch Playwright and other dependencies — you should review the Oto repository and its dependency tree before running npm install.
Credentials
The skill itself declares no required env vars or credentials. It uses an optional OTO_PATH to locate the Oto framework (documented). No unrelated secrets or cloud credentials are requested by the skill.
Persistence & Privilege
always is false and the skill does not claim elevated or persistent platform privileges. It installs by copy into ~/.openclaw/skills/ and does not modify other skills or system-wide configs.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install oto-sessions
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /oto-sessions 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Updated account labels in all documentation and usage examples from "jebwa" and similar to generic names like "work" and "personal" for clarity. - Revised all code samples, session ID formats, and command-line patterns to use these new account label conventions. - Improved consistency in example output and instructions across SKILL.md, README.md, and reference files. - Minor edits for wording and formatting to improve overall readability.
v1.0.0
Initial release of oto-sessions skill. - Enables saving, listing, deleting, and reusing authenticated browser sessions across any website using the Oto framework. - Supports seamless switching between multiple accounts on the same platform. - Integrates with Oto CLI tools for session management tasks including browser automation and debugging. - Sessions are stored securely, supporting multi-user and multi-account scenarios for browser-based automation.
元数据
Slug oto-sessions
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Oto Sessions 是什么?

Manage authenticated browser sessions for any website with Oto, enabling saving, listing, deleting, and automating multiple accounts without re-authenticating. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 68 次。

如何安装 Oto Sessions?

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

Oto Sessions 是免费的吗?

是的,Oto Sessions 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Oto Sessions 支持哪些平台?

Oto Sessions 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Oto Sessions?

由 Murat Bahar(@mbahar)开发并维护,当前版本 v1.0.1。

💬 留言讨论