跳到正文
W Winse Blog
ai linux 27 min read

Fabric:命令行管道中的 AI 工具,更具价值的是里面 230 个系统提示词

最近刷到一个 AI 开源框架 Fabric(不是微软的 Fabric)。 文章里有个例子挺吸引人:只用一条命令,就能把 YouTube 视频的字幕提取出来,并直接做总结。

项目地址: https://github.com/danielmiessler/Fabric

Fabric 真的有那么神吗? 带着这个疑问,我也顺手装了一下,简单体验了一轮。

# 快速上手:视频字幕与摘要

为了尽量降低上手成本,这里直接使用 Docker 版本。

先确认镜像是否可用:

>docker run --rm -it kayvan/fabric:latest --version

镜像下载完成后,进行一次初始化配置。这一步主要是下载 Patterns、Strategies,以及配置大模型的 API Key:

>mkdir -p .fabric-config

初始化完成后,可以看到类似这样的输出:

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

整个配置过程还算顺畅,基本不需要额外折腾。

接下来试一下官方示例,一条命令总结 YouTube 视频内容:

>docker run --rm -it -v .fabric-config:/root/.config/fabric kayvan/fabric:latest -y "https://youtube.com/watch?v=uXs-zPc63kM" --stream --pattern extract_wisdom

为了避免每次都敲一长串 Docker 命令,在 Windows 下可以用 doskey 简化一下:

>doskey fabric=docker run --rm -it -v .fabric-config:/root/.config/fabric kayvan/fabric:latest $*

之后就可以像普通命令一样使用:

>fabric -y https://www.youtube.com/watch?v=Ok-xpKjKp2g --transcript

# YouTube 是怎么被处理的?

Fabric 的文档里对 YouTube 链接的处理逻辑写得很清楚: https://github.com/danielmiessler/Fabric/blob/main/docs/YouTube-Processing.md

核心流程其实并不复杂:

1.通过 yt-dlp 获取视频的字幕(如果存在)2.将字幕文本交给 LLM3.使用指定的 pattern(提示词模板)进行总结、提炼或重写

所以它并不是“直接理解视频内容”,而是一个字幕 + Prompt 的自动化流水线

# Fabric 到底是什么?

如果用一句话概括:

Fabric 是一个以 Prompt 为核心的 AI 任务整合工具。

它并不试图做一个复杂的可视化工作流引擎,而是通过一组预定义的 prompt 模式(Patterns),把常见的 AI 使用场景整理成可以复用的“能力模块”。

你可以把它理解为:

•一个 Prompt 仓库•一个 Prompt 执行器•一个偏工程化的 LLM 命令行工具

它特别适合这类场景:

•自动摘要、分析、提炼内容•对文本进行结构化重写•快速验证和复用高质量 prompt•把零散的 AI 使用习惯沉淀成脚本

Fabric 的作者本身也是从个人使用出发,把自己在工作和生活中反复用到的提示词整理成一个个模式,最终演化成现在这样一个工具。

# 真正有价值的,其实是 Patterns

简单用下来,我的整体感受是:

•这个命令行工具本身很轻量•我未必会频繁用它直接跑命令•但它内置的 200 多个 Patterns,非常值得翻一翻

这些 Patterns 本质上就是高质量的系统提示词,覆盖了工作、学习、写作、分析、思考等大量场景。

从这个角度看,Fabric 更像是一个:

把 Prompt 当成第一等公民来管理的工具”

甚至可以说,有点“买椟还珠”的味道: 壳子是 CLI,真正值钱的,是那一整套被反复打磨过的提示词体系。

如果你对 Prompt 设计、AI 工作流,或者“如何把 AI 用得更稳定、更可复用”这件事感兴趣,Fabric 本身未必是终点,但它的 Patterns,确实值得认真看一看。

Patterns 说明文档在这里: https://github.com/danielmiessler/Fabric/blob/main/data/patterns/pattern\_explanations.md

Fabric 里一共有 230 个 Patterns,说实话第一次看,很容易不知道该用哪个。 针对这种情况,Fabric 提供了一个很实用的模式:suggest_pattern

当你不确定当前任务该用什么模式时,可以直接把内容交给 suggest_pattern,让 AI 根据输入帮你推荐合适的 Patterns,本质上就是一个“模式导航器”。


下面按字母顺序,每个模式一句话简要概括中英对照。

1、 agility_story

Generate a user story and acceptance criteria in JSON format based on the given topic.

根据给定主题生成 JSON 格式的用户故事和验收标准。

2、 ai

Interpret questions deeply and provide concise, insightful answers in Markdown bullet points.

深入解读问题,并以 Markdown 列表形式提供简洁、精辟的回答。

3、 analyze_answers

Evaluate quiz answers for correctness based on learning objectives and generated quiz questions.

根据学习目标和生成的测验问题评估测验答案的正确性。

4、 analyze_bill

Analyzes legislation to identify overt and covert goals, examining bills for hidden agendas and true intentions.

分析立法以识别公开和隐蔽的目标,检查法案的隐藏议程和真实意图。

5、 analyze_bill_short

Provides a concise analysis of legislation, identifying overt and covert goals in a brief, structured format.

提供立法的简明分析,以简短、结构化的格式识别公开和隐蔽的目标。

6、 analyze_candidates

Compare and contrast two political candidates based on key issues and policies.

根据关键问题和政策对比两位政治候选人的异同。

7、analyze_cfp_submission

Review and evaluate conference speaking session submissions based on clarity, relevance, depth, and engagement potential.

根据清晰度、相关性、深度和参与潜力审查并评估会议演讲提案。

8、analyze_claims

Analyse and rate truth claims with evidence, counter-arguments, fallacies, and final recommendations.

分析并评估事实主张,提供证据、反驳论点、逻辑谬误和最终建议。

9、analyze_comments

Evaluate internet comments for content, categorize sentiment, and identify reasons for praise, criticism, and neutrality.

评估互联网评论内容,对情绪进行分类,并识别赞扬、批评和中立的原因。

10、analyze_debate

Rate debates on insight, emotionality, and present an unbiased, thorough analysis of arguments, agreements, and disagreements.

对辩论的深刻程度、情感化程度进行评分,并对论点、共识和分歧进行公正、透彻的分析。

11、analyze_email_headers

Provide cybersecurity analysis and actionable insights on SPF, DKIM, DMARC, and ARC email header results.

提供网络安全分析,并针对 SPF、DKIM、DMARC 和 ARC 邮件头结果提供可操作的见解。

12、analyze_incident

Efficiently extract and organize key details from cybersecurity breach articles, focusing on attack type, vulnerable components, attacker and target info, incident details, and remediation steps.

高效提取和整理网络安全违规文章的关键细节,重点关注攻击类型、受影响组件、攻击者与目标信息、事件详情及补救措施。

13、 analyze_interviewer_techniques

This exercise involves analyzing interviewer techniques, identifying their unique qualities, and succinctly articulating what makes them stand out in a clear, simple format.

分析面试官技巧,识别其独特特质,并以简洁、明了的格式阐述其脱颖而出的原因。

14、analyze_logs

Analyse server log files to identify patterns, anomalies, and issues, providing data-driven insights and recommendations for improving server reliability and performance.

分析服务器日志文件以识别模式、异常和问题,为提高服务器可靠性和性能提供数据驱动的见解和建议。

15、analyze_malware

Analyse malware details, extract key indicators, techniques, and potential detection strategies, and summarize findings concisely for a malware analyst’s use in identifying and responding to threats.

分析恶意软件详情,提取关键指标、技术和潜在检测策略,并为恶意软件分析师总结调查结果,以便识别和应对威胁。

16、analyze_military_strategy

Analyse a historical battle, offering in-depth insights into strategic decisions, strengths, weaknesses, tactical approaches, logistical factors, pivotal moments, and consequences for a comprehensive military evaluation.

分析历史战役,对战略决策、优缺点、战术方法、后勤因素、关键时刻及后果提供深入的军事评估。

17、analyze_mistakes

Analyse past mistakes in thinking patterns, map them to current beliefs, and offer recommendations to improve accuracy in predictions.

分析过去的思维模式错误,将其与当前的信念对齐,并提供提高预测准确性的建议。

18、analyze_paper

Analyses research papers by summarizing findings, evaluating rigor, and assessing quality to provide insights for documentation and review.

通过总结发现、评估严谨性和质量来分析研究论文,为文档编写和评审提供见解。

19、analyze_paper_simple

Analyzes academic papers with a focus on primary findings, research quality, and study design evaluation.

分析学术论文,重点关注主要发现、研究质量和研究设计评估。

20、analyze_patent

Analyse a patent’s field, problem, solution, novelty, inventive step, and advantages in detail while summarizing and extracting keywords.

详细分析专利的领域、问题、解决方案、新颖性、创造性步骤和优势,同时总结并提取关键词。

21、analyze_personality

Performs a deep psychological analysis of a person in the input, focusing on their behavior, language, and psychological traits.

对输入内容中的人物进行深度心理分析,侧重其行为、语言和心理特质。

22、analyze_presentation

Reviews and critiques presentations by analyzing the content, speaker’s underlying goals, self-focus, and entertainment value.

通过分析内容、演讲者的底层目标、自我专注度和娱乐价值来审查和批评演示文稿。

23、analyze_product_feedback

A prompt for analyzing and organizing user feedback by identifying themes, consolidating similar comments, and prioritizing them based on usefulness.

用于分析和组织用户反馈,识别主题、合并相似评论并根据实用性划分优先级。

24、analyze_proposition

Analyzes a ballot proposition by identifying its purpose, impact, arguments for and against, and relevant background information.

通过识别其目的、影响、赞成与反对论点以及相关背景信息来分析投票提案。

25、analyze_prose

Evaluates writing for novelty, clarity, and prose, providing ratings, improvement recommendations, and an overall score.

评估写作的新颖性、清晰度和散文水平,提供评分、改进建议和总分。

26、analyze_prose_json

Evaluates writing for novelty, clarity, prose, and provides ratings, explanations, improvement suggestions, and an overall score in a JSON format.

评估写作的新颖性、清晰度、散文水平,并以 JSON 格式提供评分、说明、改进建议和总分。

27、analyze_prose_pinker

Evaluates prose based on Steven Pinker’s The Sense of Style, analyzing writing style, clarity, and bad writing elements.

基于斯蒂芬·平克的《风格感觉》评估散文,分析写作风格、清晰度和糟糕的写作元素。

28、analyze_risk

Conducts a risk assessment of a third-party vendor, assigning a risk score and suggesting security controls based on analysis of provided documents and vendor website.

对第三方供应商进行风险评估,通过分析提供的文档和供应商网站分配风险分数并建议安全控制措施。

29、analyze_sales_call

Rates sales call performance across multiple dimensions, providing scores and actionable feedback based on transcript analysis.

跨多个维度评估销售电话表现,基于通话录音分析提供评分和可操作的反馈。

30、analyze_spiritual_text

Compares and contrasts spiritual texts by analyzing claims and differences with the King James Bible.

通过分析主张及其与英王钦定版圣经的差异,对比不同的灵性文本。

31、analyze_tech_impact

Analyzes the societal impact, ethical considerations, and sustainability of technology projects, evaluating their outcomes and benefits.

分析技术项目的社会影响、伦理考量和可持续性,评估其成果和效益。

32、analyze_terraform_plan

Analyzes Terraform plan outputs to assess infrastructure changes, security risks, cost implications, and compliance considerations.

分析 Terraform 计划输出,以评估基础设施变更、安全风险、成本影响和合规性考虑。

33、analyze_threat_report

Extracts surprising insights, trends, statistics, quotes, references, and recommendations from cybersecurity threat reports, summarizing key findings and providing actionable information.

从网络安全威胁报告中提取令人惊讶的见解、趋势、统计数据、引用、参考资料和建议,总结关键发现并提供行动指南。

34、analyze_threat_report_cmds

Extract and synthesize actionable cybersecurity commands from provided materials, incorporating command-line arguments and expert insights for pentesters and non-experts.

从提供的材料中提取并合成可执行的网络安全命令,为渗透测试人员和非专业人员整合命令行参数和专家见解。

35、analyze_threat_report_trends

Extract up to 50 surprising, insightful, and interesting trends from a cybersecurity threat report in markdown format.

以 Markdown 格式从网络安全威胁报告中提取多达 50 条令人惊讶、深刻且有趣的趋势。

36、answer_interview_question

Generates concise, tailored responses to technical interview questions, incorporating alternative approaches and evidence to demonstrate the candidate’s expertise and experience.

针对技术面试问题生成简洁、量身定制的回答,纳入替代方法和证据以展示应聘者的专业知识。

37、apply_ul_tags

Apply standardized content tags to categorize topics like AI, cybersecurity, politics, and culture.

应用标准化内容标签,对 AI、网络安全、政治和文化等主题进行分类。

38、ask_secure_by_design_questions

Generates a set of security-focused questions to ensure a project is built securely by design, covering key components and considerations.

生成一系列侧重安全的提问,以确保项目在设计阶段就具备安全性,涵盖关键组件和注意事项。

39、ask_uncle_duke

Coordinates a team of AI agents to research and produce multiple software development solutions based on provided specifications, and conducts detailed code reviews to ensure adherence to best practices.

协调 AI 代理团队,根据规范研究并产生多种软件开发方案,并进行详细的代码审查。

40、capture_thinkers_work

Analyze philosophers or philosophies and provide detailed summaries about their teachings, background, works, advice, and related concepts in a structured template.

分析哲学家或哲学思想,并在结构化模板中提供关于其教学、背景、著作、建议和相关概念的详细总结。

41、check_agreement

Analyze contracts and agreements to identify important stipulations, issues, and potential gotchas, then summarize them in Markdown.

分析合同和协议,识别重要条款、问题和潜在陷阱,然后使用 Markdown 总结。

42、clean_text

Fix broken or malformatted text by correcting line breaks, punctuation, capitalization, and paragraphs without altering content or spelling.

修复损坏或格式错误的文本,修正换行、标点、大小写和段落,而不改变内容或拼写。

43、coding_master

Explain a coding concept to a beginner, providing examples, and formatting code in markdown with specific output sections like ideas, recommendations, facts, and insights.

向初学者解释编程概念,提供示例,并以 Markdown 格式排版代码,包含想法、建议、事实和见解等特定部分。

44、compare_and_contrast

Compare and contrast a list of items in a markdown table, with items on the left and topics on top.

在 Markdown 表格中对比项目列表,项目位于左侧,主题位于顶部。

45、concall_summary

Analyzes earnings and conference call transcripts to extract management commentary, analyst Q&A, financial insights, risks, and executive summaries.

分析业绩说明会和会议电话录音,提取管理层评论、分析师问答、财务见解、风险和执行摘要。

46、convert_to_markdown

Convert content to clean, complete Markdown format, preserving all original structure, formatting, links, and code blocks without alterations.

将内容转换为干净、完整的 Markdown 格式,保留所有原始结构、链接和代码块,不作改动。

47、create_5_sentence_summary

Create concise summaries or answers to input at 5 different levels of depth, from 5 words to 1 word.

创建 5 个不同深度的摘要或回答,篇幅从 5 个词到 1 个词不等。

48、create_academic_paper

Generate a high-quality academic paper in LaTeX format with clear concepts, structured content, and a professional layout.

生成具有清晰概念、结构化内容和专业布局的高质量 LaTeX 格式学术论文。

49、create_ai_jobs_analysis

Analyze job categories’ susceptibility to automation, identify resilient roles, and provide strategies for personal adaptation to AI-driven changes in the workforce.

分析各职业受自动化影响的可能性,识别具有韧性的角色,并为适应 AI 驱动的劳动力市场变化提供个人策略。

50、create_aphorisms

Find and generate a list of brief, witty statements.

查找并生成一系列简短而诙谐的警句。

51、create_art_prompt

Generates a detailed, compelling visual description of a concept, including stylistic references and direct AI instructions for creating art.

生成详细且极具吸引力的视觉概念描述,包括风格参考和直接用于 AI 创作艺术的指令。

52、create_better_frame

Identifies and analyzes different frames of interpreting reality, emphasizing the power of positive, productive lenses in shaping outcomes.

识别并分析解读现实的不同框架,强调积极、高效的视角在塑造结果方面的力量。

53、create_coding_feature

Generates secure and composable code features using modern technology and best practices from project specifications.

根据项目规格,使用现代技术和最佳实践生成安全且可组合的代码功能。

54、create_coding_project

Generate wireframes and starter code for any coding ideas that you have.

为任何编程构思生成原型图和初始代码。

55、create_command

Helps determine the correct parameters and switches for penetration testing tools based on a brief description of the objective.

根据目标描述,帮助确定渗透测试工具的正确参数和开关。

56、create_conceptmap

Transforms unstructured text or markdown content into an interactive HTML concept map using Vis.js by extracting key concepts and their logical relationships.

通过提取关键概念及其逻辑关系,将非结构化文本或 Markdown 内容转换为使用 Vis.js 的交互式 HTML 概念图。

57、create_cyber_summary

Summarizes cybersecurity threats, vulnerabilities, incidents, and malware with a 25-word summary and categorized bullet points, after thoroughly analyzing and mapping the provided input.

在深入分析输入内容后,以 25 字摘要和分类列表形式总结网络威胁、漏洞、事件和恶意软件。

58、create_design_document

Creates a detailed design document for a system using the C4 model, addressing business and security postures, and including a system context diagram.

使用 C4 模型为系统创建详细的设计文档,解决业务和安全状况,并包含系统上下文图。

59、create_diy

Creates structured “Do It Yourself” tutorial patterns by analyzing prompts, organizing requirements, and providing step-by-step instructions in Markdown format.

通过分析提示词、组织需求并以 Markdown 格式提供逐步指导,创建结构化的"DIY"教程。

60、create_excalidraw_visualization

Creates complex Excalidraw diagrams to visualize relationships between concepts and ideas in structured format.

创建复杂的 Excalidraw 图表,以结构化格式可视化概念和构思之间的关系。

61、create_flash_cards

Creates flashcards for key concepts, definitions, and terms with question-answer format for educational purposes.

针对关键概念、定义和术语创建问答格式的问答卡片(Flashcards),用于教学。

62、create_formal_email

Crafts professional, clear, and respectful emails by analyzing context, tone, and purpose, ensuring proper structure and formatting.

通过分析背景、语气和目的,撰写专业、清晰且礼貌的电子邮件。

63、create_git_diff_commit

Generates Git commands and commit messages for reflecting changes in a repository, using conventional commits and providing concise shell commands for updates.

生成用于反映仓库变更的 Git 命令和提交信息,遵循约定式提交(Conventional Commits)。

64、create_graph_from_input

Generates a CSV file with progress-over-time data for a security program, focusing on relevant metrics and KPIs.

生成包含安全计划随时间进展数据的 CSV 文件,侧重于相关指标和 KPI。

65、create_hormozi_offer

Creates a customized business offer based on principles from Alex Hormozi’s book, “$100M Offers.”

根据 Alex Hormozi 的书《$100M Offers》中的原则创建定制化的商业报价。

66、create_idea_compass

Organizes and structures ideas by exploring their definition, evidence, sources, and related themes or consequences.

通过探索构思的定义、证据、来源以及相关主题或后果,对其进行组织和结构化。

67、create_investigation_visualization

Creates detailed Graphviz visualizations of complex input, highlighting key aspects and providing clear, well-annotated diagrams for investigative analysis and conclusions.

创建详细的 Graphviz 可视化图形,突出关键方面,为调查分析和结论提供清晰的图表。

68、create_keynote

Creates TED-style keynote presentations with a clear narrative, structured slides, and speaker notes, emphasizing impactful takeaways and cohesive flow.

创建具有清晰叙述、结构化幻灯片和演讲者备注的 TED 风格主题演讲。

69、create_loe_document

Creates detailed Level of Effort documents for estimating work effort, resources, and costs for tasks or projects.

创建详细的任务工作量(LOE)文档,估算任务或项目的工作量、资源和成本。

70、create_logo

Creates simple, minimalist company logos without text, generating AI prompts for vector graphic logos based on input.

创建简洁、简约且不含文字的公司标志,生成基于输入内容的矢量图形 AI 提示词。

71、create_markmap_visualization

Transforms complex ideas into clear visualizations using MarkMap syntax, simplifying concepts into diagrams with relationships, boxes, arrows, and labels.

使用 MarkMap 语法将复杂的构思转化为清晰的可视化图表。

72、create_mermaid_visualization

Creates detailed, standalone visualizations of concepts using Mermaid (Markdown) syntax, ensuring clarity and coherence in diagrams.

使用 Mermaid (Markdown) 语法创建详细、独立的概念可视化图形。

73、create_mermaid_visualization_for_github

Creates standalone, detailed visualizations using Mermaid (Markdown) syntax to effectively explain complex concepts, ensuring clarity and precision.

使用 Mermaid 语法创建详细的可视化效果,以有效解释复杂概念。

74、create_micro_summary

Summarizes content into a concise, 20-word summary with main points and takeaways, formatted in Markdown.

将内容总结为简洁的 20 字摘要,包含主要观点和要点,采用 Markdown 格式。

75、create_mnemonic_phrases

Creates memorable mnemonic sentences from given words to aid in memory retention and learning.

根据给定的单词创建易于记忆的助记句,以辅助记忆和学习。

76、create_network_threat_landscape

Analyzes open ports and services from a network scan and generates a comprehensive, insightful, and detailed security threat report in Markdown.

分析网络扫描中的开放端口和服务,并以 Markdown 形式生成全面、深刻的安全威胁报告。

77、create_newsletter_entry

Condenses provided article text into a concise, objective, newsletter-style summary with a title in the style of Frontend Weekly.

将提供的文章内容浓缩为简洁、客观的新闻简报风格摘要,标题模仿《Frontend Weekly》。

78、create_npc

Generates a detailed D&D 5E NPC, including background, flaws, stats, appearance, personality, goals, and more in Markdown format.

以 Markdown 格式生成详细的 D&D 5E 非玩家角色(NPC),包括背景、弱点、属性、外观等。

79、create_pattern

Extracts, organizes, and formats LLM/AI prompts into structured sections, detailing the AI’s role, instructions, output format, and any provided examples for clarity and accuracy.

将 LLM/AI 提示词提取、组织并格式化为结构化部分,详述 AI 角色、指令和输出格式。

80、create_prd

Creates a precise Product Requirements Document (PRD) in Markdown based on input.

根据输入内容在 Markdown 中创建精确的产品需求文档(PRD)。

81、create_prediction_block

Extracts and formats predictions from input into a structured Markdown block for a blog post.

提取输入内容中的预测并将其格式化为结构化的 Markdown 块,用于博客文章。

82、create_quiz

Creates a three-phase reading plan based on an author or topic to help the user become significantly knowledgeable, including core, extended, and supplementary readings.

根据作者或主题创建三阶段阅读计划(核心、扩展、补充阅读),帮助用户掌握知识。

83、create_reading_plan

Generates review questions based on learning objectives from the input, adapted to the specified student level, and outputs them in a clear markdown format.

根据学习目标生成复习题,适配指定的学生水平,并以清晰的 Markdown 格式输出。

84、create_recursive_outline

Breaks down complex tasks or projects into manageable, hierarchical components with recursive outlining for clarity and simplicity.

将复杂的任务或项目分解为可管理的、分层的递归大纲,以求清晰简洁。

85、create_report_finding

Creates a detailed, structured security finding report in markdown, including sections on Description, Risk, Recommendations, References, One-Sentence-Summary, and Quotes.

创建详细、结构化的安全漏洞报告,包括描述、风险、建议、参考、单句总结和引用。

86、create_rpg_summary

Summarizes an in-person RPG session with key events, combat details, player stats, and role-playing highlights in a structured format.

以结构化格式总结线下 RPG 活动,包括关键事件、战斗细节、玩家统计和角色扮演亮点。

87、create_security_update

Creates concise security updates for newsletters, covering stories, threats, advisories, vulnerabilities, and a summary of key issues.

为新闻简报创建简洁的安全更新,涵盖故事、威胁、公告、漏洞和关键问题总结。

88、create_show_intro

Creates compelling short intros for podcasts, summarizing key topics and themes discussed in the episode.

为播客创建引人入胜的简短开头,总结本集讨论的关键话题和主题。

89、create_sigma_rules

Extracts Tactics, Techniques, and Procedures (TTPs) from security news and converts them into Sigma detection rules for host-based detections.

从安全新闻中提取战术、技术和过程(TTP),并将其转换为用于基于主机的检测的 Sigma 规则。

90、create_story_about_people_interaction

Analyze two personas, compare their dynamics, and craft a realistic, character-driven story from those insights.

分析两个角色,对比其互动关系,并根据这些见解创作现实的、角色驱动的故事。

91、create_story_about_person

Creates compelling, realistic short stories based on psychological profiles, showing how characters navigate everyday problems using strategies consistent with their personality traits.

根据心理档案创作引人入胜的写实短篇故事,展示角色如何运用符合其性格特质的策略解决日常问题。

92、create_story_explanation

Summarizes complex content in a clear, approachable story format that makes the concepts easy to understand.

以清晰、平易近人的故事格式总结复杂内容,使概念易于理解。

93、create_stride_threat_model

Create a STRIDE-based threat model for a system design, identifying assets, trust boundaries, data flows, and prioritizing threats with mitigations.

为系统设计创建基于 STRIDE 的威胁模型,识别资产、信任边界、数据流并优先考虑缓解措施。

94、create_summary

Summarizes content into a 20-word sentence, 10 main points (16 words max), and 5 key takeaways in Markdown format.

将内容总结为一个 20 字的句子、10 个主要观点和 5 个关键点。

95、create_tags

Identifies at least 5 tags from text content for mind mapping tools, including authors and existing tags if present.

从文本中识别至少 5 个用于思维导图工具的标签。

96、create_threat_scenarios

Identifies likely attack methods for any system by providing a narrative-based threat model, balancing risk and opportunity.

通过提供叙述性的威胁模型,为任何系统识别可能的攻击方法,平衡风险与机会。

97、create_ttrc_graph

Creates a CSV file showing the progress of Time to Remediate Critical Vulnerabilities over time using given data.

创建一个 CSV 文件,显示关键漏洞修复时间(TTRC)随时间的变化。

98、create_ttrc_narrative

Creates a persuasive narrative highlighting progress in reducing the Time to Remediate Critical Vulnerabilities metric over time.

创作一段具有说服力的叙述,强调在缩短关键漏洞修复时间方面取得的进展。

99、create_upgrade_pack

Extracts world model and task algorithm updates from content, providing beliefs about how the world works and task performance.

从内容中提取世界模型和任务算法更新,提供关于世界运作方式和任务执行的信念。

100、create_user_story

Writes concise and clear technical user stories for new features in complex software programs, formatted for all stakeholders.

为复杂软件的新功能编写简洁、清晰的技术用户故事。

101、create_video_chapters

Extracts interesting topics and timestamps from a transcript, providing concise summaries of key moments.

从视频转录稿中提取有趣的话题和时间戳,提供关键时刻的简要总结。

102、create_visualization

Transforms complex ideas into visualizations using intricate ASCII art, simplifying concepts where necessary.

使用复杂的 ASCII 艺术将复杂构思转化为可视化图形。

103、dialog_with_socrates

Engages in deep, meaningful dialogues to explore and challenge beliefs using the Socratic method.

使用苏格拉底教学法进行深入对话,探索并挑战现有信念。

104、enrich_blog_post

Enhances Markdown blog files by applying instructions to improve structure, visuals, and readability for HTML rendering.

通过应用改进结构、视觉效果和可读性的指令来增强 Markdown 博客文件。

105、explain_code

Explains code, security tool output, configuration text, and answers questions based on the provided input.

解释代码、安全工具输出、配置文本,并根据输入回答问题。

106、explain_docs

Improves and restructures tool documentation into clear, concise instructions, including overviews, usage, use cases, and key features.

将工具文档改进和重构为清晰、简洁的说明,包括概述、用法和关键功能。

107、explain_math

Helps you understand mathematical concepts in a clear and engaging way.

以清晰且引人入胜的方式帮助您理解数学概念。

108、explain_project

Summarizes project documentation into clear, concise sections covering the project, problem, solution, installation, usage, and examples.

将项目文档总结为清晰的部分,涵盖项目、问题、方案、安装和用法。

109、explain_terms

Produces a glossary of advanced terms from content, providing a definition, analogy, and explanation of why each term matters.

从内容中生成高级术语表,提供定义、比喻以及该术语重要性的说明。

110、export_data_as_csv

Extracts and outputs all data structures from the input in properly formatted CSV data.

提取输入中的所有数据结构并输出格式正确的 CSV 数据。

111、extract_algorithm_update_recommendations

Extracts concise, practical algorithm update recommendations from the input and outputs them in a bulleted list.

从输入中提取简洁、实用的算法更新建议。

112、extract_article_wisdom

Extracts surprising, insightful, and interesting information from content, categorizing it into sections like summary, ideas, quotes, facts, references, and recommendations.

提取令人惊讶和有趣的信息,将其分为摘要、想法、引用、事实、参考和建议。

113、extract_book_ideas

Extracts and outputs 50 to 100 of the most surprising, insightful, and interesting ideas from a book’s content.

从书中提取 50 到 100 个最令人惊讶、深刻和有趣的构思。

114、extract_book_recommendations

Extracts and outputs 50 to 100 practical, actionable recommendations from a book’s content.

从书中提取 50 到 100 条实用且可操作的建议。

115、extract_business_ideas

Extracts top business ideas from content and elaborates on the best 10 with unique differentiators.

提取顶尖商业创意,并详述最具潜力的 10 个及其独特优势。

116、extract_characters

Identify all characters (human and non-human), resolve their aliases and pronouns into canonical names, and produce detailed descriptions of each character’s role, motivations, and interactions ranked by narrative importance.

识别所有角色,解析其别名和人称代词,并根据叙事重要性描述其角色、动机和互动。

117、extract_controversial_ideas

Extracts and outputs controversial statements and supporting quotes from the input in a structured Markdown list.

提取争议性陈述及其支持性引用,列入 Markdown 列表。

118、extract_core_message

Extracts and outputs a clear, concise sentence that articulates the core message of a given text or body of work.

提取并输出一个清晰、简洁的句子,阐明给定文本的核心信息。

119、extract_ctf_writeup

Extracts a short writeup from a warstory-like text about a cyber security engagement.

从关于网络安全参与的战争故事类文本中提取简短的 writeup(技术报告)。

120、extract_domains

Extracts domains and URLs from content to identify sources used for articles, newsletters, and other publications.

从内容中提取域名和 URL,以识别来源。

121、extract_extraordinary_claims

Extracts and outputs a list of extraordinary claims from conversations, focusing on scientifically disputed or false statements.

提取对话中非同寻常的主张,侧重于科学上有争议或错误的陈述。

122、extract_ideas

Extracts and outputs all the key ideas from input, presented as 15-word bullet points in Markdown.

提取所有关键构思,以 15 字列表形式呈现。

123、extract_insights

Extracts and outputs the most powerful and insightful ideas from text, formatted as 16-word bullet points in the INSIGHTS section, also IDEAS section.

提取最深刻的见解,以 16 字列表形式在 INSIGHTS 和 IDEAS 部分呈现。

124、extract_insights_dm

Extracts and outputs all valuable insights and a concise summary of the content, including key points and topics discussed.

提取所有有价值的见解和简洁的摘要,包括关键点和讨论的话题。

125、extract_instructions

Extracts clear, actionable step-by-step instructions and main objectives from instructional video transcripts, organizing them into a concise list.

从教学视频转录稿中提取清晰、分步的指令和主要目标。

126、extract_jokes

Extracts jokes from text content, presenting each joke with its punchline in separate bullet points.

从文本内容中提取笑话,每个笑话连同其笑点(punchline)分条列出。

127、extract_latest_video

Extracts the latest video URL from a YouTube RSS feed and outputs the URL only.

从 YouTube RSS 订阅源中提取最新的视频 URL。

128、extract_main_activities

Extracts key events and activities from transcripts or logs, providing a summary of what happened.

从转录稿或日志中提取关键事件和活动,提供事件摘要。

129、extract_main_idea

Extracts the main idea and key recommendation from the input, summarizing them in 15-word sentences.

提取核心思想和关键建议,用 15 字的句子总结。

130、extract_mcp_servers

Identify and summarize Model Context Protocol (MCP) servers referenced in the input along with their key details.

识别并总结输入中引用的模型上下文协议(MCP)服务器及其关键细节。

131、extract_most_redeeming_thing

Extracts the most redeeming aspect from an input, summarizing it in a single 15-word sentence.

提取输入中最值得称赞的一点,用一个 15 字的句子总结。

132、extract_patterns

Extracts and analyzes recurring, surprising, and insightful patterns from input, providing detailed analysis and advice for builders.

提取并分析反复出现且深刻的模式,为建设者提供分析和建议。

133、extract_poc

Extracts proof of concept URLs and validation methods from security reports, providing the URL and command to run.

从安全报告中提取概念验证(PoC)URL 和验证方法。

134、extract_predictions

Extracts predictions from input, including specific details such as date, confidence level, and verification method.

提取预测,包括日期、置信水平和验证方法等细节。

135、extract_primary_problem

Extracts the primary problem with the world as presented in a given text or body of work.

提取文本中呈现的关于世界的首要问题。

136、extract_primary_solution

Extracts the primary solution for the world as presented in a given text or body of work.

提取文本中呈现的关于世界的首要解决方案。

137、extract_product_features

Extracts and outputs a list of product features from the provided input in a bulleted format.

以列表格式提取并输出产品功能。

138、extract_questions

Extracts and outputs all questions asked by the interviewer in a conversation or interview.

提取对话或访谈中面试官提出的所有问题。

139、extract_recipe

Extracts and outputs a recipe with a short meal description, ingredients with measurements, and preparation steps.

提取食谱,包括简短描述、带剂量的配料和准备步骤。

140、extract_recommendations

Extracts and outputs concise, practical recommendations from a given piece of content in a bulleted list.

以列表形式提取简洁、实用的建议。

141、extract_references

Extracts and outputs a bulleted list of references to art, stories, books, literature, and other sources from content.

提取内容中对艺术、故事、书籍、文学及其他来源的引用参考。

142、extract_skills

Extracts and classifies skills from a job description into a table, separating each skill and classifying it as either hard or soft.

从职位描述中提取技能并分类为硬技能或软技能,以表格形式呈现。

143、extract_song_meaning

Analyzes a song to provide a summary of its meaning, supported by detailed evidence from lyrics, artist commentary, and fan analysis.

通过歌词、艺术家评论和歌迷分析提供的详细证据,分析歌曲含义。

144、extract_sponsors

Extracts and lists official sponsors and potential sponsors from a provided transcript.

从提供的转录稿中提取并列出正式赞助商和潜在赞助商。

145、extract_videoid

Extracts and outputs the video ID from any given URL.

从给定的 URL 中提取视频 ID。

146、extract_wisdom

Extracts surprising, insightful, and interesting information from text on topics like human flourishing, AI, learning, and more.

提取关于人类繁荣、AI、学习等话题的深刻且有趣的信息。

147、extract_wisdom_agents

Extracts valuable insights, ideas, quotes, and references from content, emphasizing topics like human flourishing, AI, learning, and technology.

提取有价值的见解、引用和参考,强调技术与人类繁荣。

148、extract_wisdom_dm

Extracts all valuable, insightful, and thought-provoking information from content, focusing on topics like human flourishing, AI, learning, and technology.

提取所有引人深思的信息,侧重人类繁荣和学习。

149、extract_wisdom_nometa

Extracts insights, ideas, quotes, habits, facts, references, and recommendations from content, focusing on human flourishing, AI, technology, and related topics.

提取习惯、事实、建议等见解,专注于技术和人类繁荣。

150、find_female_life_partner

Analyzes criteria for finding a female life partner and provides clear, direct, and poetic descriptions.

分析寻找女性伴侣的标准,并提供清晰、直接且富有诗意的描述。

151、find_hidden_message

Extracts overt and hidden political messages, justifications, audience actions, and a cynical analysis from content.

提取公开和隐藏的政治信息、辩解、受众行动及愤世嫉俗的分析。

152、find_logical_fallacies

Identifies and analyzes fallacies in arguments, classifying them as formal or informal with detailed reasoning.

识别并分析论点中的谬误,分类为形式或非形式谬误并提供推理。

153、fix_typos

Proofreads and corrects typos, spelling, grammar, and punctuation errors in text.

校对并纠正文本中的拼写、语法和标点错误。

154、generate_code_rules

Compile best-practice coding rules and guardrails for AI-assisted development workflows from the provided content.

为 AI 辅助开发工作流汇编最佳实践编码规则和护栏。

155、get_wow_per_minute

Determines the wow-factor of content per minute based on surprise, novelty, insight, value, and wisdom, measuring how rewarding the content is for the viewer.

基于惊喜度、新颖性和智慧,测量内容对观看者的价值。

156、heal_person

Develops a comprehensive plan for spiritual and mental healing based on psychological profiles, providing personalized recommendations for mental health improvement and overall life enhancement.

根据心理档案制定灵性和心理疗愈计划,提供个性化建议。

157、humanize

Rewrites AI-generated text to sound natural, conversational, and easy to understand, maintaining clarity and simplicity.

将 AI 生成的文本重写为自然、口语化的表达,保持清晰简洁。

158、identify_dsrp_distinctions

Encourages creative, systems-based thinking by exploring distinctions, boundaries, and their implications, drawing on insights from prominent systems thinkers.

通过探索区分、边界及其影响来鼓励系统性思考。

159、identify_dsrp_perspectives

Explores the concept of distinctions in systems thinking, focusing on how boundaries define ideas, influence understanding, and reveal or obscure insights.

探索系统思考中的区分概念,关注边界如何定义理念。

160、identify_dsrp_relationships

Encourages exploration of connections, distinctions, and boundaries between ideas, inspired by systems thinkers to reveal new insights and patterns in complex systems.

探索思想间的连接和边界,揭示复杂系统中的新见解。

161、identify_dsrp_systems

Encourages organizing ideas into systems of parts and wholes, inspired by systems thinkers to explore relationships and how changes in organization impact meaning and understanding.

鼓励将构思组织成局部与整体的系统。

162、identify_job_stories

Identifies key job stories or requirements for roles.

识别角色的关键工作故事或需求。

163、improve_academic_writing

Refines text into clear, concise academic language while improving grammar, coherence, and clarity, with a list of changes.

将文本精炼为清晰的学术语言,同时列出变更。

164、improve_prompt

Improves an LLM/AI prompt by applying expert prompt writing strategies for better results and clarity.

应用专家策略改进 AI 提示词,以获得更好的效果。

165、improve_report_finding

Improves a penetration test security finding by providing detailed descriptions, risks, recommendations, references, quotes, and a concise summary in markdown format.

改进渗透测试发现,提供详细描述、风险和建议。

166、improve_writing

Refines text by correcting grammar, enhancing style, improving clarity, and maintaining the original meaning. skills.

纠正语法并增强风格,同时保留原意。

167、judge_output

Evaluates Honeycomb queries by judging their effectiveness, providing critiques and outcomes based on language nuances and analytics relevance.

评价 Honeycomb 查询的有效性,提供批评和结果分析。

168、label_and_rate

Labels content with up to 20 single-word tags and rates it based on idea count and relevance to human meaning, AI, and other related themes, assigning a tier (S, A, B, C, D) and a quality score.

为内容添加标签并根据与人类意义及 AI 的相关性进行评分(S-D 级)。

169、md_callout

Classifies content and generates a markdown callout based on the provided text, selecting the most appropriate type.

分类内容并生成最合适的 Markdown 标注块。

170、model_as_sherlock_freud

Builds psychological models using detective reasoning and psychoanalytic insight to understand human behavior.

结合侦探推理和精神分析洞察力构建心理模型,理解人类行为。

171、official_pattern_template

Template to use if you want to create new fabric patterns.

创建新的 fabric 模式时使用的模板。

172、predict_person_actions

Predicts behavioral responses based on psychological profiles and challenges.

基于心理档案和挑战预测行为反应。

173、prepare_7s_strategy

Prepares a comprehensive briefing document from 7S’s strategy capturing organizational profile, strategic elements, and market dynamics with clear, concise, and organized content.

从 7S 战略角度准备简报文件,涵盖组织概况和市场动态。

174、provide_guidance

Provides psychological and life coaching advice, including analysis, recommendations, and potential diagnoses, with a compassionate and honest tone.

以富有同情心且诚实的语调提供心理和生活教练建议。

175、rate_ai_response

Rates the quality of AI responses by comparing them to top human expert performance, assigning a letter grade, reasoning, and providing a 1-100 score based on the evaluation.

通过与人类专家对比来评估 AI 回答的质量,并给出一个 1-100 的分数。

176、rate_ai_result

Assesses the quality of AI/ML/LLM work by deeply analyzing content, instructions, and output, then rates performance based on multiple dimensions, including coverage, creativity, and interdisciplinary thinking.

深度分析 AI/ML 工作质量,评估其覆盖面、创造力和跨学科思考。

177、rate_content

Labels content with up to 20 single-word tags and rates it based on idea count and relevance to human meaning, AI, and other related themes, assigning a tier (S, A, B, C, D) and a quality score.

为内容打标签并根据思想密度和人类意义进行分级评分。

178、rate_value

Produces the best possible output by deeply analyzing and understanding the input and its intended purpose.

通过深度理解输入内容的目的来产出最佳结果。

179、raw_query

Fully digests and contemplates the input to produce the best possible result based on understanding the sender’s intent.

充分消化输入内容,根据对发送者意图的理解产出最佳结果。

180、recommend_artists

Recommends a personalized festival schedule with artists aligned to your favorite styles and interests, including rationale.

根据您的喜好推荐个性化的节日演出安排及理由。

181、recommend_pipeline_upgrades

Optimizes vulnerability-checking pipelines by incorporating new information and improving their efficiency, with detailed explanations of changes.

优化漏洞检查流程,提高效率并解释变更。

182、recommend_talkpanel_topics

Produces a clean set of proposed talks or panel talking points for a person based on their interests and goals, formatted for submission to a conference organizer.

为个人生成一套拟定的演讲或小组讨论题目。

183、recommend_yoga_practice

Provides personalized yoga sequences, meditation guidance, and holistic lifestyle advice based on individual profiles.

提供个性化的瑜伽序列、冥想指导和健康生活建议。

184、refine_design_document

Refines a design document based on a design review by analyzing, mapping concepts, and implementing changes using valid Markdown.

根据设计评审结果完善设计文档。

185、review_design

Reviews and analyzes architecture design, focusing on clarity, component design, system integrations, security, performance, scalability, and data management.

审查架构设计,重点关注安全性、性能、可扩展性和数据管理。

186、sanitize_broken_html_to_markdown

Converts messy HTML into clean, properly formatted Markdown, applying custom styling and ensuring compatibility with Vite.

将杂乱的 HTML 转换为格式正确的 Markdown。

187、suggest_pattern

Suggests appropriate fabric patterns or commands based on user input, providing clear explanations and options for users.

根据用户输入建议合适的模式或命令,并提供选项说明。

188、summarize

Summarizes content into a 20-word sentence, main points, and takeaways, formatted with numbered lists in Markdown.

将内容总结为 20 字句子、主要观点和要点,使用编号列表。

189、summarize_board_meeting

Creates formal meeting notes from board meeting transcripts for corporate governance documentation.

从董事会会议转录稿中创建正式的会议记录。

190、summarize_debate

Summarizes debates, identifies primary disagreement, extracts arguments, and provides analysis of evidence and argument strength to predict outcomes.

总结辩论,识别分歧,并根据论据强度预测结果。

191、summarize_git_changes

Summarizes recent project updates from the last 7 days, focusing on key changes with enthusiasm.

总结过去 7 天的项目更新,重点关注关键变更。

192、summarize_git_diff

Summarizes and organizes Git diff changes with clear, succinct commit messages and bullet points.

使用简洁的提交信息总结并组织 Git diff 变更。

193、summarize_lecture

Extracts relevant topics, definitions, and tools from lecture transcripts, providing structured summaries with timestamps and key takeaways.

从讲座转录稿中提取主题、定义和工具,提供带时间戳的总结。

194、summarize_legislation

Summarizes complex political proposals and legislation by analyzing key points, proposed changes, and providing balanced, positive, and cynical characterizations.

总结立法提案,提供平衡的、正面或愤世嫉俗的定性描述。

195、summarize_meeting

Analyzes meeting transcripts to extract a structured summary, including an overview, key points, tasks, decisions, challenges, timeline, references, and next steps.

提取会议结构化摘要,包括任务、决定、挑战和下一步行动。

196、summarize_micro

Summarizes content into a 20-word sentence, 3 main points, and 3 takeaways, formatted in clear, concise Markdown.

以 20 字总结、3 个主要观点和 3 个要点进行超微摘要。

197、summarize_newsletter

Extracts the most meaningful, interesting, and useful content from a newsletter, summarizing key sections such as content, opinions, tools, companies, and follow-up items in clear, structured Markdown.

从新闻简报中提取最有意义的内容,分类汇总工具、公司等。

198、summarize_paper

Summarizes an academic paper by detailing its title, authors, technical approach, distinctive features, experimental setup, results, advantages, limitations, and conclusion in a clear, structured format using human-readable Markdown.

以结构化格式总结学术论文,包括技术方法、结果和局限性。

199、summarize_prompt

Summarizes AI chat prompts by describing the primary function, unique approach, and expected output in a concise paragraph. The summary is focused on the prompt’s purpose without unnecessary details or formatting.

总结 AI 提示词的主要功能、独特方法和预期输出。

200、summarize_pull-requests

Summarizes pull requests for a coding project by providing a summary and listing the top PRs with human-readable descriptions.

为代码项目总结拉取请求(PR),列出主要 PR 及其描述。

201、summarize_rpg_session

Summarizes a role-playing game session by extracting key events, combat stats, character changes, quotes, and more.

通过提取事件、战斗数据、语录等总结 RPG 游戏过程。

202、t_analyze_challenge_handling

Provides 8-16 word bullet points evaluating how well challenges are being addressed, calling out any lack of effort.

使用 8-16 字的短句评估应对挑战的效果。

203、t_check_dunning_kruger

Assess narratives for Dunning-Kruger patterns by contrasting self-perception with demonstrated competence and confidence cues.

通过对比自我认知与表现出的能力,评估叙述中的达克效应(Dunning-Kruger)模式。

204、t_check_metrics

Analyzes deep context from the TELOS file and input instruction, then provides a wisdom-based output while considering metrics and KPIs to assess recent improvements.

结合 TELOS 文件深度分析背景,提供评估改进的见解。

205、t_create_h3_career

Summarizes context and produces wisdom-based output by deeply analyzing both the TELOS File and the input instruction, considering the relationship between the two.

深度分析 TELOS 文件和指令,产生关于职业的智慧建议。

206、t_create_opening_sentences

Describes from TELOS file the person’s identity, goals, and actions in 4 concise, 32-word bullet points, humbly.

以谦卑的姿态用 4 个 32 字短句描述个人的身份和目标。

207、t_describe_life_outlook

Describes from TELOS file a person’s life outlook in 5 concise, 16-word bullet points.

用 5 个 16 字短句描述个人的生活观。

208、t_extract_intro_sentences

Summarizes from TELOS file a person’s identity, work, and current projects in 5 concise and grounded bullet points.

用 5 个务实的短句总结身份、工作和当前项目。

209、t_extract_panel_topics

Creates 5 panel ideas with titles and descriptions based on deep context from a TELOS file and input.

基于深度背景创建 5 个讨论小组的想法及其描述。

210、t_find_blindspots

Identify potential blindspots in thinking, frames, or models that may expose the individual to error or risk.

识别思维、框架或模型中可能暴露错误或风险的潜在盲点。

211、t_find_negative_thinking

Analyze a TELOS file and input to identify negative thinking in documents or journals, followed by tough love encouragement.

识别文档或日记中的消极思维,并提供严厉的鼓励。

212、t_find_neglected_goals

Analyze a TELOS file and input instructions to identify goals or projects that have not been worked on recently.

识别近期未被关注的目标或项目。

213、t_give_encouragement

Analyze a TELOS file and input instructions to evaluate progress, provide encouragement, and offer recommendations for continued effort.

评估进度,提供鼓励和持续努力的建议。

214、t_red_team_thinking

Analyze a TELOS file and input instructions to red-team thinking, models, and frames, then provide recommendations for improvement.

对思维和框架进行"红队测试"(攻击性分析),并提供改进建议。

215、t_threat_model_plans

Analyze a TELOS file and input instructions to create threat models for a life plan and recommend improvements.

为人生计划创建威胁模型并建议改进措施。

216、t_visualize_mission_goals_projects

Analyze a TELOS file and input instructions to create an ASCII art diagram illustrating the relationship of missions, goals, and projects.

创建 ASCII 艺术图,展示使命、目标与项目之间的关系。

217、t_year_in_review

Analyze a TELOS file to create insights about a person or entity, then summarize accomplishments and visualizations in bullet points.

创建年度回顾见解,总结成就并进行可视化。

218、to_flashcards

Create Anki flashcards from a given text, focusing on concise, optimized questions and answers without external context.

从给定文本创建 Anki 记忆卡片。

219、transcribe_minutes

Extracts (from meeting transcription) meeting minutes, identifying actionables, insightful ideas, decisions, challenges, and next steps in a structured format.

从会议记录中提取行动项、见解、决定和挑战。

220、translate

Translates sentences or documentation into the specified language code while maintaining the original formatting and tone.

将句子或文档翻译成指定语言,同时保留格式。

221、tweet

Provides a step-by-step guide on crafting engaging tweets with emojis, covering Twitter basics, account creation, features, and audience targeting.

提供关于撰写吸引人的推文、账户创建和目标受众的逐步指南。

222、write_essay

Writes essays in the style of a specified author, embodying their unique voice, vocabulary, and approach. Uses author_name variable.

以指定作者的独特声音和风格撰写文章。

223、write_essay_pg

Writes concise, clear essays in the style of Paul Graham, focusing on simplicity, clarity, and illumination of the provided topic.

以 Paul Graham 的风格撰写简洁、清晰的文章。

224、write_hackerone_report

Generates concise, clear, and reproducible bug bounty reports, detailing vulnerability impact, steps to reproduce, and exploit details for triagers.

生成简洁、可复现的漏洞赏金报告。

225、write_latex

Generates syntactically correct LaTeX code for a new.tex document, ensuring proper formatting and compatibility with pdflatex.

为新文档生成语法正确的 LaTeX 代码。

226、write_micro_essay

Writes concise, clear, and illuminating essays on the given topic in the style of Paul Graham.

以 Paul Graham 风格撰写简洁且具启发性的微型论文。

227、write_nuclei_template_rule

Generates Nuclei YAML templates for detecting vulnerabilities using HTTP requests, matchers, extractors, and dynamic data extraction.

生成用于漏洞检测的 Nuclei YAML 模板。

228、write_pull-request

Drafts detailed pull request descriptions, explaining changes, providing reasoning, and identifying potential bugs from the git diff command output.

撰写详细的 PR 描述,解释变更原因及潜在风险。

229、write_semgrep_rule

Creates accurate and working Semgrep rules based on input, following syntax guidelines and specific language considerations.

根据输入内容创建准确且可运行的 Semgrep 规则。

230、youtube_summary

Create concise, timestamped Youtube video summaries that highlight key points.

创建带时间戳的 Youtube 视频简明摘要。

在 GitHub 上讨论

欢迎通过 GitHub Issue 留言或反馈。每条讨论都会关联到对应文章的源文件路径。

2026-01-08-Fabric:命令行管道中的-AI-工具,更具价值的是里面-230-个系统提示词.md

Related posts