ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified productivity Safety 4/5

Fabric Pattern

Skill by apuryear

Why use this skill?

Learn to automate your workflow using the Fabric framework. This OpenClaw skill provides pattern-based text processing, web scraping, and YouTube analysis.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/apuryear/fabric-pattern
Or

What This Skill Does

The Fabric Pattern skill acts as a bridge between the OpenClaw agent and the powerful Fabric AI framework created by Daniel Miessler. Unlike standard CLI wrappers, this skill is designed to treat Fabric patterns as native instructional assets. It moves away from simple command execution and instead prioritizes an 'interpretive' workflow where the agent reads the underlying logic of a pattern (system.md files) to perform complex text processing. It handles the local file system to maintain pattern awareness, while delegating heavy lifting like YouTube transcript retrieval, web scraping, and Jina-powered searches to the official Fabric CLI.

Installation

To integrate this skill into your environment, run the following command in your terminal: clawhub install openclaw/skills/skills/apuryear/fabric-pattern Ensure you have the fabric CLI tool installed and configured locally at ~/.config/fabric/ before running this command, as the skill relies on existing directory structures.

Use Cases

  • Deep Content Analysis: Extract wisdom from YouTube videos or long-form articles using your custom Fabric patterns without relying on unstable third-party APIs.
  • Content Pipeline Automation: Automatically fetch web content, apply specific editorial patterns, and summarize findings for research or documentation.
  • Knowledge Management: Use pattern-driven processing to distill vast amounts of information into actionable notes or insights, optionally syncing them to an Obsidian vault via the Obsidian-cli skill.
  • Standardized Workflows: Maintain a consistent analytical persona across different projects by ensuring all text processing follows the exact system prompt defined in your pattern folders.

Example Prompts

  1. "Use the extract_wisdom pattern on this video to generate a list of core concepts: https://youtube.com/watch?v=example"
  2. "Go to https://example-blog.com and use the summarize_article pattern to create a concise summary, then save it to my Obsidian vault."
  3. "I have some raw notes I need to organize; please check pattern_explanations.md and recommend a pattern, then apply it to the text I've provided."

Tips & Limitations

  • Manual Application: Avoid the urge to just call fabric -p. The skill works best when it reads the system.md file directly, as it allows the agent to reason about the instructions before applying them to your data.
  • Local Pathing: Always ensure your ~/.config/fabric/ directory is updated regularly using fabric -U. The agent relies on these files being present and readable.
  • Integrations: This skill works exceptionally well when paired with other OpenClaw skills. If you are dealing with local files or need to archive your processed text, verify that the file-system and obsidian-cli skills are active and configured.

Metadata

Author@apuryear
Stars1100
Views2
Updated2026-02-17
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-apuryear-fabric-pattern": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#fabric#automation#text-processing#ai-agents#productivity
Safety Score: 4/5

Flags: network-access, file-read, external-api