mirror of
https://github.com/danielmiessler/Fabric.git
synced 2026-04-24 03:00:15 -04:00
feat: add explain_terms_and_conditions and suggest_openclaw_pattern fabric patterns
## CHANGES - Add `explain_terms_and_conditions` pattern for legal agreement analysis - Rename `suggest_moltbot_command` to `suggest_openclaw_pattern` with updated branding - Register both new patterns in pattern descriptions and extracts JSON - Update `suggest_pattern` category indexes with new pattern entries - Add pattern summaries to `suggest_pattern/user.md` documentation - Renumber all pattern explanations to accommodate new entries - Remove deprecated `suggest_moltbot_command` pattern entirely
This commit is contained in:
@@ -236,6 +236,10 @@ Break down tasks into hierarchical, actionable components via decomposition.
|
||||
|
||||
Generate single-word tags for content categorization and mind mapping.
|
||||
|
||||
### explain_terms_and_conditions
|
||||
|
||||
Analyze legal agreements translating complex legalese into plain English with red flags.
|
||||
|
||||
### extract_core_message
|
||||
|
||||
Distill the fundamental message into a single, impactful sentence.
|
||||
@@ -360,6 +364,10 @@ Summarize AI prompts to identify instructions and outputs.
|
||||
|
||||
Suggest optimal Gas Town (GT) commands based on user intent and task description.
|
||||
|
||||
### suggest_openclaw_pattern
|
||||
|
||||
Suggest optimal Openclaw CLI commands based on user intent and task description.
|
||||
|
||||
### t_analyze_challenge_handling
|
||||
|
||||
Evaluate challenge handling by analyzing response strategies.
|
||||
@@ -800,6 +808,10 @@ Evaluate software designs for scalability and security.
|
||||
|
||||
Suggest optimal Gas Town (GT) commands based on user intent and task description.
|
||||
|
||||
### suggest_openclaw_pattern
|
||||
|
||||
Suggest optimal Openclaw CLI commands based on user intent and task description.
|
||||
|
||||
### summarize_git_changes
|
||||
|
||||
Summarize git changes highlighting key modifications.
|
||||
@@ -1034,6 +1046,10 @@ Identify neglected goals to surface opportunities.
|
||||
|
||||
Infer everyday challenges and realistic coping strategies from a psychological profile and craft an empathetic 500–700-word story consistent with the character.
|
||||
|
||||
### explain_terms_and_conditions
|
||||
|
||||
Analyze legal agreements translating complex legalese into plain English with red flags.
|
||||
|
||||
### extract_recipe
|
||||
|
||||
Extract/format recipes into instructions with ingredients and steps.
|
||||
|
||||
Reference in New Issue
Block a user