Fabric Bridge for Openclaw

A powerful interface to run Fabric AI patterns for sophisticated text transformation, structured content extraction, and automated analysis.

koriyoshi2041
v1.0.0
Jan 29, 2026
2
2.5k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install fabric-bridge

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install fabric-bridge using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Fabric Bridge?

Fabric Bridge is a specialized tool within the Openclaw Skills ecosystem that integrates the Daniel Miessler Fabric framework directly into your AI agent workflows. It allows developers and researchers to leverage a curated library of over 242 high-quality AI patterns—reusable system prompts designed for specific cognitive tasks like threat modeling, code review, or extracting wisdom from long-form content.

By utilizing Openclaw Skills like Fabric Bridge, users can automate complex reasoning strategies (such as Chain of Thought) and process diverse input types including local files, web URLs, and YouTube videos. This bridge simplifies the execution of sophisticated LLM tasks through a standardized CLI interface, making it an essential component for high-productivity environments.

Fabric Bridge Use Cases

  • Extracting key wisdom and actionable insights from YouTube videos or web articles.
  • Improving technical writing, summarizing complex documents, and identifying logical fallacies.
  • Performing security-focused tasks like threat modeling or security reviews via specialized patterns.
  • Chaining multiple AI patterns together to create multi-step transformation pipelines.
  • Processing multimodal inputs like images for descriptive analysis or structured data extraction.

How Fabric Bridge Works

  1. Receive input data via standard input, local files, or external URLs such as YouTube or specific web addresses.
  2. Identify the target pattern (system prompt) from the extensive library intended to transform or analyze the data.
  3. Execute the fabric-ai command with specified flags for streaming, model selection, or language output.
  4. Apply optional template variables to customize the pattern logic dynamically for the specific task at hand.
  5. Output the transformed content to the terminal, a file, the clipboard, or pipe it into another Openclaw Skills command for further processing.

Fabric Bridge Setup

To get started with this skill, install the core binary and initialize your patterns using the following steps:

# Install the Fabric AI CLI
brew install fabric-ai

# Run the initial setup to configure API keys
fabric-ai -S

# Update or download the latest community patterns
fabric-ai -U

Fabric Bridge Data Schema & Taxonomy

The skill interacts with the local file system and external APIs using a structured approach to manage patterns and configuration:

Component Location / Format Description
Patterns ~/.config/fabric/patterns/ Directory containing system.md files for each available pattern.
Output .md, .txt, or Clipboard Supports saving processed content in various local formats or copying to system clipboard.
Configuration ~/.config/fabric/.env Stores necessary API keys and default model settings for pattern execution.
Custom Patterns Local Directory Users can create custom logic by adding new directories to the patterns path.

Fabric Bridge Advanced Features

  • Multi-step processing through pattern chaining using standard Unix pipes for complex transformations.
  • Support for variable injection using the -v flag to customize system prompts on the fly.
  • Streaming output mode to reduce perceived latency and provide incremental feedback during long generations.
  • Integration with multimodal models for analyzing image content alongside text prompts.
  • Reasoning strategy support, such as Chain of Thought (CoT), for enhanced problem-solving within Openclaw Skills.
  • Session continuity features that allow the AI to maintain context across multiple sequential calls.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*