Utilities - Utility and Helper Skills
Category for utility, helper, and infrastructure skills.
Skills in This Category
| Skill |
Purpose |
Trigger |
| Aphorisms |
Quote and saying management |
"aphorisms", "quotes", "sayings" |
| AudioEditor |
Audio editing and processing |
"audio edit", "process audio", "audio" |
| Browser |
Browser automation and screenshots |
"browser", "screenshots", "web automation" |
| Cloudflare |
Cloudflare Workers, Pages, R2, DNS |
"Cloudflare", "Workers", "Pages", "R2" |
| CreateCLI |
Build command-line tools |
"create CLI", "build CLI", "command line" |
| CreateSkill |
Create new PAI skills |
"create skill", "new skill", "build skill" |
| Delegation |
Task delegation and orchestration |
"delegate", "orchestrate", "assign" |
| Documents |
Process documents (PDF, Word, Excel) |
"process document", "PDF", "Word", "Excel" |
| Evals |
Evaluation and benchmarking system |
"eval", "evaluate", "benchmark", "test" |
| Fabric |
240+ Fabric patterns for content analysis |
"fabric", "extract wisdom", "summarize" |
| PAIUpgrade |
Monitor and upgrade PAI system |
"upgrade", "PAI upgrade", "check updates" |
| Parser |
Parse and process various data formats |
"parse", "extract", "process data" |
| Prompting |
Prompt engineering and optimization |
"prompting", "prompt engineering", "templates" |
When to Use
- Processing files and documents
- Browser automation tasks
- Cloud infrastructure (Cloudflare)
- Building tools and skills
- Running evaluations and tests
- Content analysis with Fabric patterns
- System maintenance and upgrades
Category Philosophy
Utility skills are the infrastructure layer. They handle the "plumbing" that enables higher-level capabilities.
Customization
Before executing, check for user customizations at:
~/.opencode/PAI/USER/SKILLCUSTOMIZATIONS/Utilities/
If this directory exists, load and apply any PREFERENCES.md, configurations, or resources found there.
1---2name: utilities3description: Utility and helper skills. USE WHEN aphorisms, quotes, browser automation, Cloudflare, create CLI, build CLI, create skill, process documents, PDF, Word, Excel, evaluations, evals, fabric patterns, PAI upgrade, parser, prompting, templates.4---56# Utilities - Utility and Helper Skills78**Category for utility, helper, and infrastructure skills.**910## Skills in This Category1112| Skill | Purpose | Trigger |13|-------|---------|---------|14| **Aphorisms** | Quote and saying management | "aphorisms", "quotes", "sayings" |15| **AudioEditor** | Audio editing and processing | "audio edit", "process audio", "audio" |16| **Browser** | Browser automation and screenshots | "browser", "screenshots", "web automation" |17| **Cloudflare** | Cloudflare Workers, Pages, R2, DNS | "Cloudflare", "Workers", "Pages", "R2" |18| **CreateCLI** | Build command-line tools | "create CLI", "build CLI", "command line" |19| **CreateSkill** | Create new PAI skills | "create skill", "new skill", "build skill" |20| **Delegation** | Task delegation and orchestration | "delegate", "orchestrate", "assign" |21| **Documents** | Process documents (PDF, Word, Excel) | "process document", "PDF", "Word", "Excel" |22| **Evals** | Evaluation and benchmarking system | "eval", "evaluate", "benchmark", "test" |23| **Fabric** | 240+ Fabric patterns for content analysis | "fabric", "extract wisdom", "summarize" |24| **PAIUpgrade** | Monitor and upgrade PAI system | "upgrade", "PAI upgrade", "check updates" |25| **Parser** | Parse and process various data formats | "parse", "extract", "process data" |26| **Prompting** | Prompt engineering and optimization | "prompting", "prompt engineering", "templates" |2728## When to Use2930- Processing files and documents31- Browser automation tasks32- Cloud infrastructure (Cloudflare)33- Building tools and skills34- Running evaluations and tests35- Content analysis with Fabric patterns36- System maintenance and upgrades3738## Category Philosophy3940Utility skills are the infrastructure layer. They handle the "plumbing" that enables higher-level capabilities.4142## Customization4344**Before executing, check for user customizations at:**45`~/.opencode/PAI/USER/SKILLCUSTOMIZATIONS/Utilities/`4647If this directory exists, load and apply any PREFERENCES.md, configurations, or resources found there.