Real Skill packageSource verifiedClawHub registry

BT Panel MCP

BT Panel MCP (bt.cn). Use this skill for ANY BT Panel MCP request — searching and reading data. Whenever a task involves BT Panel MCP, use this skill instead of calling the API directly.

Identity and source

Publisher attributionOOMOLregistry owner unverified by skillvetai
Functional categoryAgent Engineering, Security & Governanceautomatically inferred · 58% rule confidence
Package forminstruction bundle2 recorded files
Canonical sourceClawHub registryclawhub:oomol:oo-bt-mcp
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 Codepasses structure
Checker 0.1.0 · agent-skills-2026-08-13+claude-code-docs-2026-08-13 · 8/31/2026.claude/skills/oo-bt-mcp

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

OpenAI Codexpasses with warnings
Checker 0.1.0 · agent-skills-2026-08-13+codex-docs-2026-08-13 · 8/31/2026.agents/skills/oo-bt-mcp
1 structural issue
  • warning: Codex portability follows Agent Skills, where allowed-tools is a space-separated string. SKILL.md

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

OpenClawpasses with warnings
Checker 0.1.0 · agent-skills-2026-08-13+openclaw-docs-2026-08-13 · 8/31/2026skills/oo-bt-mcp
1 structural issue
  • warning: OpenClaw portability follows Agent Skills, where allowed-tools is a space-separated string. 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 @oomol/oo-bt-mcp
clawhub inspect @oomol/oo-bt-mcp --version 1.0.0

Security evidence

SkillVetAI static result: high 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
2 / 2 inspected as text
Checked
8/31/2026, 5:39:44 AM
Scanner
0.1.3
Policy
1.0.3
2 automated findings
highRemote content is piped directly to a shellSKILL.md:56 · confidence 98%curl -fsSL https://cli.oomol.com/install.sh | bash
mediumRemote installer is downloaded without an integrity checkSKILL.md:56 · confidence 70%curl -fsSL https://cli.oomol.com/install.sh
1 High/Critical review queue entry
STATIC_DOWNLOAD_PIPE_TO_SHELLpending
Open human review queue →
2 inferred permission indicators
  • network access — automatically inferred
  • filesystem write — automatically inferred
6 dependency and API indicators
  • api: clawhub.ai
  • api: cli.oomol.com
  • api: console.oomol.com
  • api: github.com
  • api: static.oomol.com
  • api: www.bt.cn
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/31/2026, 5:29:35 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:62e985c23eceeed2d101fe977bbab191eeccce2fcfe1c8fae98a60bb0b448054
Show up to 2 recorded paths
  • skill-card.md
  • SKILL.md

Source changelog

- Operates BT Panel MCP through an OOMOL-connected account using the `oo` CLI. - Intended for BT Panel MCP requests that need searching, reading, or tool access. - Requires inspecting each action’s live schema before building a payload, so requests match the connector contract. - Supports running connector actions directly with JSON data and returning structured results. - Exposes current server-management tools and their input schemas through `list_tools`. - Distinguishes safe read actions from write and destructive actions, with explicit confirmation required for risky operations. Source: `oomol-lab/skills@0a223a7`