Run Fabric AI patterns for text transformation, analysis, and content creation. Use when the user asks to use a Fabric pattern, extract wisdom, analyze claims, improve writing, summarize with Fabric, or mentions 'fabric' CLI. Supports 242+ patterns for tasks like content analysis, writing improvement, code review, threat modeling, and structured extraction.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install fabric-bridge或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install fabric-bridge⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/fabric-bridge/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: fabric-bridge description: "Run Fabric AI patterns for text transformation, analysis, and content creation. Use when the user asks to use a Fabric pattern, extract wisdom, analyze claims, improve writing, summarize with Fabric, or mentions 'fabric' CLI. Supports 242+ patterns for tasks like content analysis, writing improvement, code review, threat modeling, and structured extraction." homepage: https://github.com/danielmiessler/fabric metadata: {"clawdbot":{"emoji":"🧶","requires":{"bins":["fabric-ai"]},"install":[{"id":"brew","kind":"brew","formula":"fabric-ai","bins":["fabric-ai"],"label":"Install Fabric AI (brew)"}]}} ---
Run Fabric AI patterns via the fabric-ai CLI. Each pattern is a reusable system prompt for a specific task.
> See references/popular-patterns.md for a curated list of high-quality patterns by category.
fabric-ai, not fabric.fabric-ai -S to configure API keys.fabric-ai -U to update patterns.-s (stream) for most calls to avoid long waits.echo "input text" | fabric-ai -p <pattern>
echo "input text" | fabric-ai -p <pattern> -s
fabric-ai -y "https://youtube.com/watch?v=..." -p extract_wisdom -s
fabric-ai -u "https://example.com/article" -p summarize -s
echo "input" | fabric-ai -p <pattern> -m gpt-4o
echo "input" | fabric-ai -p <pattern> -g zh -s
echo "input" | fabric-ai -p extract_wisdom | fabric-ai -p summarize
echo "input" | fabric-ai -p <pattern> --strategy cot -s
echo "describe this image" | fabric-ai -p <pattern> -a /path/to/image.png -s
echo "input" | fabric-ai -p <pattern> -C my_context -s
echo "input" | fabric-ai -p <pattern> --session my_session -s
echo "input" | fabric-ai -p extract_wisdom -o output.md
echo "input" | fabric-ai -p extract_wisdom -c
fabric-ai -p <pattern> --dry-run
fabric-ai -l
Patterns can contain {{variable}} placeholders. Pass values with -v:
# Single variable
echo "input" | fabric-ai -p <pattern> -v="#role:expert"
# Multiple variables
echo "input" | fabric-ai -p <pattern> -v="#role:expert" -v="#points:30"
Create custom patterns at ~/.config/fabric/patterns/.
Each pattern directory contains a system.md file with the system prompt.
cat file.txt | fabric-ai -p <pattern> -s
cat file1.md file2.md | fabric-ai -p <pattern> -s
-s (stream) for interactive use — output appears incrementally.-g zh when the user wants Chinese output.-o file.md to save output, -c to copy to clipboard.--dry-run to inspect what will be sent before making API calls.fabric-ai -U periodically to get new community patterns.安装 Fabric Bridge 后,可以对 AI 说这些话来触发它
Help me get started with Fabric Bridge
Explains what Fabric Bridge does, walks through the setup, and runs a quick demo based on your current project
Use Fabric Bridge to run Fabric AI patterns for text transformation, analysis, and conte...
Invokes Fabric Bridge with the right parameters and returns the result directly in the conversation
What can I do with Fabric Bridge in my developer & devops workflow?
Lists the top use cases for Fabric Bridge, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/fabric-bridge/ 目录(个人级,所有项目可用),或 .claude/skills/fabric-bridge/(项目级)。重启 AI 客户端后,用 /fabric-bridge 主动调用,或让 AI 根据上下文自动发现并使用。
Fabric Bridge 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Fabric Bridge 可免费安装使用。请查阅仓库了解许可证信息。
Run Fabric AI patterns for text transformation, analysis, and content creation. Use when the user asks to use a Fabric pattern, extract wisdom, analyze claims, improve writing, summarize with Fabric, or mentions 'fabric' CLI. Supports 242+ patterns for tasks like content analysis, writing improvement, code review, threat modeling, and structured extraction.
Fabric Bridge 属于「Developer & DevOps」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my developer & devops tasks using Fabric Bridge
Identifies repetitive steps in your workflow and sets up Fabric Bridge to handle them automatically