Real Skill packageSource verifiedClawHub registry

ODSH-Interop

ODSH Bridge interop skill: decides when OpenClaw should handle an operator request itself vs relay it to the DeepSeek Harness (DSH) execution layer. Weighs each task by size and predicted token cost, then hands heavy work to DSH through lightweight bridge envelopes (Input/Output zones). Covers task routing rules, the envelope contract, notification channel setup, and read-only queries into the optional SQLite audit ledger (dsh.db) for bridge health and failure stats.

Identity and source

Publisher attributionMikoRibbitregistry owner unverified by skillvetai
Functional categoryEnterprise Functionsautomatically inferred · 60% rule confidence
Package forminstruction bundle3 recorded files
Canonical sourceClawHub registryclawhub:mikoribbit:odsh-interop
Open canonical source ↗

Platform declarations

These states come from the source or distribution context. None of the entries below are SkillVetAI compatibility test results.

OpenClawnative officialProvenance: registry distribution

Independent structural checks

These checks parse the fixed package against dated platform rules. They do not execute the Skill or verify task behavior.

Claude Codeissues found
Checker 0.1.0 · agent-skills-2026-08-13+claude-code-docs-2026-08-13 · 8/26/2026.claude/skills/<skill-name>
1 structural issue
  • error: YAML frontmatter could not be parsed: Nested mappings are not allowed in compact mappings at line 2, column 14: description: ODSH Bridge cross-container collaboration protocol — how the OpenC… ^ SKILL.md

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenAI Codexissues found
Checker 0.1.0 · agent-skills-2026-08-13+codex-docs-2026-08-13 · 8/26/2026.agents/skills/<skill-name>
1 structural issue
  • error: YAML frontmatter could not be parsed: Nested mappings are not allowed in compact mappings at line 2, column 14: description: ODSH Bridge cross-container collaboration protocol — how the OpenC… ^ SKILL.md

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenClawissues found
Checker 0.1.0 · agent-skills-2026-08-13+openclaw-docs-2026-08-13 · 8/26/2026skills/<skill-name>
1 structural issue
  • error: YAML frontmatter could not be parsed: Nested mappings are not allowed in compact mappings at line 2, column 14: description: ODSH Bridge cross-container collaboration protocol — how the OpenC… ^ SKILL.md

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

Installation and inspection

This command is recorded from the source ecosystem and resolves the registry's latest release. The fixed release shown on this page should be inspected before adoption.

clawhub install @mikoribbit/odsh-interop
clawhub inspect @mikoribbit/odsh-interop --version 1.2.5

Security evidence

SkillVetAI static result: medium signal

This automated, non-executing scan is bound to this release hash. It is not a safety certification and may contain false positives or false negatives.

Status
completed
Coverage
full text content
Files
3 / 3 inspected as text
Checked
8/26/2026, 1:23:14 PM
Scanner
0.1.3
Policy
1.0.3
1 automated finding
mediumSKILL.md YAML frontmatter is invalidSKILL.md:1 · confidence 100%Nested mappings are not allowed in compact mappings at line 2, column 14: description: ODSH Bridge cross-container collaboration protocol — how the OpenC… ^
2 inferred permission indicators
  • network access — automatically inferred
  • filesystem write — automatically inferred
1 dependency and API indicators
  • api: clawhub.ai
External clawhub result: suspicious

This is registry-supplied evidence for the recorded release, not an independent SkillVetAI scan. Check the canonical source for the full report, scanner versions, scope, and current moderation state.

Evidence checked
8/26/2026, 11:06:04 AM
Release binding
Matches this record
  • skillspector: suspicious
  • llm: suspicious

Recorded files

The catalog stores hashes and an inventory summary for change detection. It does not republish the package contents.

Package content hashsha256:95a33518c7d6adeeb79e06e5108ee3ed79ee11bec9c820d46b7069b6cc30b334
Show up to 3 recorded paths
  • PUBLISH-clawhub.md
  • skill-card.md
  • SKILL.md

Source changelog

- Improved description and documentation for ODSH Bridge protocol and task routing between OpenClaw and DeepSeek Harness (DSH). - Clarified decision process for routing tasks based on weight and predicted token cost. - Outlined bridge communication zones, envelope contract, and notification channel integration. - Detailed new examples and steps for collaboration, including Windows desktop execution with Cua channel. - Added explicit instructions for envelope creation, relay rules, and setup requirements.