技能详情(站内镜像,无评论)
许可证:MIT-0
MIT-0 ·免费使用、修改和重新分发。无需归因。
版本:v0.2.1
统计:⭐ 0 · 130 · 0 current installs · 0 all-time installs
⭐ 0
安装量(当前) 0
🛡 VirusTotal :良性 · OpenClaw :良性
Package:archibald80000-ai/cli-agent-bridge
安全扫描(ClawHub)
- VirusTotal :良性
- OpenClaw :良性
OpenClaw 评估
This package is a documentation-only public release describing a separate local Windows companion; it contains no executables, install steps, credentials, or filesystem access by itself and is internally consistent with its stated purpose.
目的
The name/description claim a Windows companion that bridges local AI CLIs and guarded file ops; the published bundle is documentation-only and explicitly states the runtime PowerShell executors and installers are intentionally excluded, which matches the claimed scope.
说明范围
SKILL.md and reference files are descriptive documentation; they do not instruct the agent to run commands, read local files, or transmit secrets at runtime. The files repeatedly state that executable behavior lives in a separate local package.
安装机制
There is no install spec and no code files. Nothing will be written or executed on install from this upload-only release, so install risk is minimal and proportionate to the documentation purpose.
证书
No environment variables, credentials, or config paths are requested. The documentation notes that local providers (gemini/claude/codex) require separately installed CLIs and authentication, which is appropriate and not requested by this text release.
持久
always is false and the package does not request persistent system presence or modify other skills. As a documentation-only skill it does not gain elevated privileges.
综合结论
This release is documentation-only and does not execute or request credentials. If you plan to use the full runnable companion described here, obtain that local package from a trusted source and review any .ps1/.bat executables and install scripts before running them. Confirm the local companion enforces the documented workspace-root and approval gating for writes, and verify any provider CLIs (gemini/claude/codex) are installed and authentica…
安装(复制给龙虾 AI)
将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。
请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「CLI Agent Bridge for OpenClaw」。简介:Public ClawHub text release for a Windows companion skill that bridges local AI…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/archibald80000-ai/cli-agent-bridge/SKILL.md
(来源:yingzhi8.cn 技能库)
SKILL.md
---
name: cli-agent-bridge
description: Public ClawHub text release for a Windows companion skill that bridges local AI CLIs and controlled workspace file operations. This release documents the capability and setup path, but does not include the local PowerShell execution layer.
---
# CLI Agent Bridge (Windows Companion)
This directory is the public ClawHub text release of `cli-agent-bridge`.
It is designed for:
- ClawHub listing and skill discovery
- OpenClaw skill description and usage guidance
- explaining how the local companion deployment works
It is not a self-contained runtime package.
## What this published release includes
- skill metadata for ClawHub and OpenClaw discovery
- public documentation
- reference notes for provider behavior, file operations, and approval rules
## What this published release does not include
- PowerShell executors
- batch launchers
- local install scripts
- local test scripts
- embedded AI provider binaries
Uploading this directory does not automatically give the user:
- a PowerShell execution layer
- local `gemini`, `claude`, or `codex`
- workspace file read/write execution
## Intended capability of the local companion deployment
The full local companion deployment is intended to provide:
- local AI CLI bridging for `gemini`, `claude`, and `codex`
- controlled workspace `read`, `list`, and `exists`
- approval-gated `mkdir`, `write`, and `append`
- prompt loading from files for long or special-character input
## Provider status
This published text release does not execute providers by itself.
In the local companion deployment:
- `gemini`: locally validated
- `codex`: locally validated
- `claude`: adapter path exists, but real availability depends on the user's local Claude CLI authentication and quota
## Filesystem boundary
The published text release does not grant filesystem access by itself.
In the local companion deployment, filesystem actions are intended to stay inside a configured workspace root and require explicit approval for write-like operations.
## Local companion requirement
Users who want the complete runnable experience need the local companion deployment from:
```text
<repo-root>/cli-agent-bridge
```
That local directory contains the Windows executors and local OpenClaw integration scripts that are intentionally excluded from this public upload directory.