<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>工作流自动化 on Text Matrix</title><link>https://txtmix.com/tags/%E5%B7%A5%E4%BD%9C%E6%B5%81%E8%87%AA%E5%8A%A8%E5%8C%96/</link><description>Recent content in 工作流自动化 on Text Matrix</description><generator>Hugo</generator><language>zh-cn</language><lastBuildDate>Sat, 23 May 2026 08:20:36 +0800</lastBuildDate><atom:link href="https://txtmix.com/tags/%E5%B7%A5%E4%BD%9C%E6%B5%81%E8%87%AA%E5%8A%A8%E5%8C%96/index.xml" rel="self" type="application/rss+xml"/><item><title>Anthropic Skills 仓库进阶实战：18个技能覆盖研发全链路</title><link>https://txtmix.com/posts/tech/anthropics-skills-18-skills-full-stack-guide/</link><pubDate>Sat, 16 May 2026 15:10:00 +0800</pubDate><guid>https://txtmix.com/posts/tech/anthropics-skills-18-skills-full-stack-guide/</guid><description>&lt;h1 id="anthropic-skills-仓库进阶实战18个技能覆盖研发全链路">Anthropic Skills 仓库进阶实战：18个技能覆盖研发全链路&lt;/h1>
&lt;blockquote>
&lt;p>仓库地址：&lt;a href="https://github.com/anthropics/skills" target="_blank" rel="noopener noreffer ">anthropics/skills&lt;/a>&lt;/p>
&lt;p>Stars：135,404 | Forks：15,958 | 语言：Python&lt;/p>
&lt;p>定位：从「会用」到「会改、会写」的 Agent Skills 进阶实战指南&lt;/p></description></item><item><title>n8n-MCP：让 AI 编程助手帮你构建 n8n 工作流自动化</title><link>https://txtmix.com/posts/tech/n8n-mcp-claude-workflow-automation-guide/</link><pubDate>Sun, 03 May 2026 20:00:00 +0800</pubDate><guid>https://txtmix.com/posts/tech/n8n-mcp-claude-workflow-automation-guide/</guid><description>&lt;h2 id="项目概览">项目概览&lt;/h2>
&lt;p>&lt;strong>n8n-MCP&lt;/strong>（仓库地址：&lt;a href="https://github.com/czlonkowski/n8n-mcp" target="_blank" rel="noopener noreffer ">czlonkowski/n8n-mcp&lt;/a>，MIT 许可证）是一个将 n8n 工作流自动化平台与 Model Context Protocol（MCP）接驳的桥梁项目。它以 MCP 服务器的形式运行，让 AI 助手能够理解、操作和构建 n8n 工作流，是目前 n8n 生态中与 AI 编程助手集成度最高的工具之一。&lt;/p></description></item><item><title>n8n 工作流自动化平台：从入门到精通完全指南</title><link>https://txtmix.com/posts/tech/n8n-workflow-automation-platform-guide/</link><pubDate>Sat, 02 May 2026 10:12:00 +0800</pubDate><guid>https://txtmix.com/posts/tech/n8n-workflow-automation-platform-guide/</guid><description>n8n 是一款基于 fair-code 模式开源的工作流自动化平台，支持 400 + 集成与原生 AI 能力。本文系统讲解其核心概念、执行引擎、架构设计、本地部署配置、Docker 与 npm 安装方式、可视化编辑器使用、实战工作流示例及自定义节点开发路径。</description></item><item><title>Craft Agents：4K Stars的AI Agent原生桌面应用——用自然语言操控Linear/Slack/Gmail</title><link>https://txtmix.com/posts/tech/craft-agents-ai-agent-native-desktop/</link><pubDate>Sat, 18 Apr 2026 15:45:00 +0800</pubDate><guid>https://txtmix.com/posts/tech/craft-agents-ai-agent-native-desktop/</guid><description>&lt;h1 id="craft-agents4k-stars的ai-agent原生桌面应用用自然语言操控linearslackgmail">Craft Agents：4K Stars的AI Agent原生桌面应用——用自然语言操控Linear/Slack/Gmail&lt;/h1>
&lt;blockquote>
&lt;p>&lt;strong>目标读者&lt;/strong>：AI助手重度用户、企业知识工作者、追求高效工作流的开发者
&lt;strong>预计阅读时间&lt;/strong>：40-50分钟
&lt;strong>前置知识&lt;/strong>：了解AI助手基本概念，有API/MCP使用经验更佳
&lt;strong>难度定位&lt;/strong>：⭐⭐⭐⭐ 专家设计&lt;/p></description></item><item><title>n8n：开源工作流自动化平台完全指南</title><link>https://txtmix.com/posts/tech/n8n-workflow-automation-guide/</link><pubDate>Mon, 06 Apr 2026 22:16:00 +0800</pubDate><guid>https://txtmix.com/posts/tech/n8n-workflow-automation-guide/</guid><description>&lt;h2 id="学习目标">学习目标&lt;/h2>
&lt;p>通过本文，你将全面掌握以下核心能力：&lt;/p>
&lt;ul>
&lt;li>深入理解 n8n 的项目定位、核心概念和设计理念&lt;/li>
&lt;li>掌握 n8n 的安装、部署和基本使用方法&lt;/li>
&lt;li>学会使用可视化编辑器和工作流节点&lt;/li>
&lt;li>理解 AI 与 LangChain 原生集成，构建 AI Agent 工作流&lt;/li>
&lt;li>掌握 400+ 集成的使用场景和配置方法&lt;/li>
&lt;li>理解自托管和企业级功能&lt;/li>
&lt;li>学会自定义节点开发和扩展 n8n&lt;/li>
&lt;/ul>
&lt;hr>
&lt;h2 id="1-项目概述">1. 项目概述&lt;/h2>
&lt;h3 id="11-是什么">1.1 是什么&lt;/h3>
&lt;p>&lt;strong>n8n&lt;/strong> 是一个&lt;strong>工作流自动化平台&lt;/strong>，为技术团队提供代码的灵活性与无代码的速度。&lt;/p></description></item><item><title>Skill Creator：Anthropic 出品的 AI Agent 技能开发框架完全指南</title><link>https://txtmix.com/posts/tech/skill-creator-anthropic-skill-authoring-guide/</link><pubDate>Sat, 04 Apr 2026 20:31:00 +0800</pubDate><guid>https://txtmix.com/posts/tech/skill-creator-anthropic-skill-authoring-guide/</guid><description>&lt;h1 id="skill-creatoranthropic-出品的-ai-agent-技能开发框架完全指南">Skill Creator：Anthropic 出品的 AI Agent 技能开发框架完全指南&lt;/h1>
&lt;blockquote>
&lt;p>项目地址：&lt;a href="https://github.com/anthropics/skills/tree/main/skills/skill-creator" target="_blank" rel="noopener noreffer ">anthropics/skills - skill-creator&lt;/a>&lt;/p>
&lt;p>定位：用于创建、改进和评估 AI Agent 技能的系统化框架&lt;/p>
&lt;p>核心理念：像开发产品一样开发技能——用户研究→原型→测试→迭代→发布&lt;/p></description></item></channel></rss>