← Back to Skills Marketplace
osm-ai-bridge
by
yanara-osm
· GitHub ↗
· v1.0.4
· MIT-0
115
Downloads
1
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install osm-ai-bridge
Description
OSM AI Bridge - OpenClaw多AI协作桥接器。通过CDP连接浏览器,支持自动启动、反检测脚本注入、Cookie/LocalStorage访问。实现Ask/Discuss/Verify三种协作模式。
Usage Guidance
This skill appears to do what it says, but it has sensitive capabilities: it injects anti-detection JS and reads cookies/localStorage from your browser. Before installing or running it, consider: (1) only run it if you trust the author and source code; (2) do not use it against sites where automation or anti-detection bypassing would violate terms of service; (3) run it against a separate/testing browser profile (or VM) rather than your primary logged-in profile to avoid leaking session tokens; (4) inspect the scripts yourself (they are included) and consider instrumenting network monitoring to ensure no data is exfiltrated; (5) ensure playwright and dependencies are installed from official sources. If you need higher assurance, run the skill in a sandbox or ephemeral environment and/or request the skill author to provide reproducible builds and code provenance.
Capability Analysis
Type: OpenClaw Skill
Name: osm-ai-bridge
Version: 1.0.4
The skill bundle contains functionality to programmatically extract all browser cookies and local storage data (found in `scripts/osm_ai_bridge.py`). It also launches a browser instance with remote debugging enabled and injects anti-detection scripts to bypass bot security. While these features are documented in `SKILL.md` as part of an 'AI bridge' for automating web-based AI chats, the collection of sensitive session data is a high-risk capability that could be used for session hijacking, even though no active exfiltration to a remote server was found in the provided code.
Capability Assessment
Purpose & Capability
Name/description (CDP connect, auto-start, anti-detection, storage access) align with the included Python scripts and SKILL.md. The skill creates ~/.openclaw/ai_bridge for logs/profile and targets doubao/gemini as advertised. No unrelated external credentials or services are requested.
Instruction Scope
SKILL.md tells the agent/user to run the provided python script and to install playwright/aiohttp; the scripts perform exactly what's described (connect_over_cdp, start Edge if needed, inject scripts, read cookies/localStorage, navigate pages, extract text). Note: the anti-detection scripts and storage access are explicit and therefore grant the skill the ability to access sensitive authentication data from the browser.
Install Mechanism
No installer or external downloads are specified; the skill is instruction+source-file only. Dependencies are standard Python packages (playwright, aiohttp). There is no opaque URL download or archive extraction in the manifest.
Credentials
No environment variables or external credentials are requested (proportionate), but the skill legitimately reads cookies and localStorage and may reuse a logged-in browser session. Access to these storage items can expose authentication tokens and session data — this is expected for the stated use but is high-risk for privacy and account security.
Persistence & Privilege
always is false and the skill does not modify other skills or global agent configs. It creates and writes logs and a debug profile under ~/.openclaw/ai_bridge and may create a browser user-data-dir there if it auto-launches Edge — this is self-contained and explained in the docs.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install osm-ai-bridge - After installation, invoke the skill by name or use
/osm-ai-bridge - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.4
- Updated usage instructions: script name changed to `osm_ai_bridge.py`.
- Clarified system requirements and limitations: automatic startup supported only on Windows + Edge, other systems require manual browser launch with remote debugging.
- Added dependency requirement for `aiohttp` alongside `playwright`.
- Improved documentation to clearly communicate supported platforms and setup steps.
v1.0.3
- Added initial CHANGELOG.md file.
- Updated SKILL.md to clarify and streamline feature descriptions.
- Emphasized automated browser startup and anti-detection script injection.
- Highlighted production-grade logging and storage access features.
- Provided concise usage instructions and technical implementation notes.
v1.0.1
我们修复了主要的bug构建了豆包和本地AI 的实质对话
v1.0.0
这是一个让本地ai主动向网页版豆包和gemini求助的技能。可以让本地7b小模型跑出超好效果。如果用27B本地模型则可以让思考效果超越120B以上的大模型。
Metadata
Frequently Asked Questions
What is osm-ai-bridge?
OSM AI Bridge - OpenClaw多AI协作桥接器。通过CDP连接浏览器,支持自动启动、反检测脚本注入、Cookie/LocalStorage访问。实现Ask/Discuss/Verify三种协作模式。 It is an AI Agent Skill for Claude Code / OpenClaw, with 115 downloads so far.
How do I install osm-ai-bridge?
Run "/install osm-ai-bridge" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is osm-ai-bridge free?
Yes, osm-ai-bridge is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does osm-ai-bridge support?
osm-ai-bridge is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created osm-ai-bridge?
It is built and maintained by yanara-osm (@yanara-osm); the current version is v1.0.4.
More Skills