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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/apuryear/fabric-patternWhat 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
- "Use the extract_wisdom pattern on this video to generate a list of core concepts: https://youtube.com/watch?v=example"
- "Go to https://example-blog.com and use the summarize_article pattern to create a concise summary, then save it to my Obsidian vault."
- "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 thesystem.mdfile 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 usingfabric -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-systemandobsidian-cliskills are active and configured.
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-apuryear-fabric-pattern": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-read, external-api