cli-agent-bridge
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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/archibald80000-ai/cli-agent-bridgeWhat This Skill Does
The cli-agent-bridge serves as the official documentation and metadata gateway for integrating Windows-based local AI CLI tools with the OpenClaw agent ecosystem. It acts as a bridge, defining the interface requirements for the local companion deployment that connects your AI models to your local development environment. By establishing a standardized communication layer, this skill allows OpenClaw to interact with your local gemini, claude, and codex CLIs, facilitating a cohesive workflow where AI models can assist with local file manipulation, directory navigation, and code generation within a restricted, controlled workspace.
Installation
To begin the setup, ensure you have the OpenClaw environment configured on your Windows machine. You can install the skill metadata and documentation by executing the following command in your terminal: clawhub install openclaw/skills/skills/archibald80000-ai/cli-agent-bridge. Note that this command installs the discovery and configuration layer only. To achieve full functional capability, you must also obtain and configure the local companion deployment scripts found in the source repository at <repo-root>/cli-agent-bridge, which provides the necessary PowerShell execution layer for local file operations.
Use Cases
This skill is primarily used by developers who wish to bridge the gap between cloud-based AI reasoning and local file system management. Common use cases include: 1) Automating the boilerplate setup of project files within a sandboxed workspace. 2) Using the AI to read, analyze, and append code to existing local script files. 3) Synchronizing local CLI-based AI model outputs directly into your active project structure without manual copy-pasting. 4) Maintaining a secure, audit-friendly file management system where all write operations require explicit user approval.
Example Prompts
- "OpenClaw, using the CLI-Agent-Bridge, read the contents of
config.yamlin the current workspace and suggest updates based on my new API requirements." - "Please initialize a new
README.mdfile in the current directory and use thecodexprovider to draft a standard project introduction." - "Can you scan the
src/directory for any TODO comments and write a consolidated report totasks.txtin the root folder?"
Tips & Limitations
It is critical to remember that this published directory is a metadata release. It does not contain the PowerShell executors or binary loaders required for execution. Always verify your local workspace root configuration to prevent the agent from accessing directories outside your intended scope. Because this skill bridges to local CLIs, performance and availability are strictly dependent on your local system's authentication and API quota settings for the chosen providers. Use the exists and list commands to verify workspace contents before performing write-heavy operations to avoid accidental file corruption.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-archibald80000-ai-cli-agent-bridge": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read, code-execution
Related Skills
MBTI 16-Personality Stylized Persona Skill
Dynamic communication style and perspective configurator based on the 16 MBTI personality types. Loads specific character profiles to analyze tasks, recommend workflows, or contrast strategies using different cognitive paradigms (e.g., INTJ's strategic focus vs. ESFJ's team cohesion). THIS IS NOT A CLINICAL OR HIRING TOOL.
wechat-comic-factory
Generate WeChat comic articles and publish them to the WeChat Official Account draft box by executing local Python pipeline scripts. Use when the user wants to create a comic series from comic_type, topic, and count, or publish the latest generated task. In this skill, “发布” and “发微信” always mean only pushing to the WeChat Official Account draft box; never reinterpret them as personal chat, group chat, or message-tool sending.