能力标签
Tachikoma
🛠
AI工具

Tachikoma

基于 Swift · 开源免费,本地部署,数据完全自主可控
⭐ 6 Stars 💻 Swift 📄 MIT 🏷 AI 8.0分
8.0AI 综合评分
aiswiftdockergrpc
✦ AI Skill Hub 推荐

AI Skill Hub 强烈推荐:Tachikoma 是一款优质的AI工具。AI 综合评分 8.0 分,在同类工具中表现稳健。如果你正在寻找可靠的AI工具解决方案,这是一个值得深入了解的选择。

📚 深度解析

Tachikoma 是一款基于 Swift 的开源工具,在 GitHub 上收获 0k+ Star,是ai、swift、docker、grpc领域中的优质开源项目。开源工具的最大优势在于代码完全透明,你可以审计每一行代码的安全性,也可以根据自身需求进行二次开发和定制。

**为什么要使用开源工具而非商业 SaaS?**
对于个人开发者和有隐私需求的用户,本地部署的开源工具意味着数据不离本机,不受第三方服务商的数据政策约束。同时,开源工具通常没有使用次数限制和月度费用,一次安装即可长期使用,对于高频使用场景的总拥有成本(TCO)远低于订阅制商业工具。

**安装与环境准备**
Tachikoma 依赖 Swift 运行环境。建议通过 pyenv(Python)或 nvm(Node.js)管理 Swift 版本,避免全局环境污染。对于新手用户,推荐先创建虚拟环境(python -m venv venv && source venv/bin/activate),再安装依赖,这样即使出现问题也可以随时删除虚拟环境重新开始,不影响系统稳定性。

**社区与维护**
GitHub Issue 和 Discussion 是获取帮助的最快渠道。在提问前建议先检查 Closed Issues(已关闭的问题),大多数常见问题都已有解答。遇到 Bug 时,提供 pip list 的输出、完整错误堆栈和最小可复现示例,能显著提高开发者响应速度。AI Skill Hub 将持续追踪 Tachikoma 的版本更新,及时通知重要功能变化。

📋 工具概览

Tachikoma 是一款基于 Swift 开发的开源工具,专注于 ai、swift、docker 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。

GitHub Stars
⭐ 6
开发语言
Swift
支持平台
macOS / iOS
维护状态
轻量级项目,按需更新
开源协议
MIT
AI 综合评分
8.0 分
工具类型
AI工具
Forks

📖 中文文档

以下内容由 AI Skill Hub 根据项目信息自动整理,如需查看完整原始文档请访问底部「原始来源」。

Tachikoma 是一款基于 Swift 开发的开源工具,专注于 ai、swift、docker 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。

📌 核心特色
  • 开源免费,支持本地部署,数据完全自主可控
  • 活跃的 GitHub 开源社区,持续迭代更新
  • 提供详细文档和使用示例,新手友好
  • 支持自定义配置,灵活适配不同使用环境
  • 可作为基础组件集成进现有技术栈或进行二次开发
🎯 主要使用场景
  • 本地部署运行,保护数据隐私,满足合规要求
  • 自定义集成到现有系统,扩展技术栈能力
  • 作为开源基础组件进行商业化二次开发
以下安装命令基于项目开发语言和类型自动生成,实际以官方 README 为准。
安装命令
# 克隆仓库
git clone https://github.com/Xiorykrm/Tachikoma
cd Tachikoma

# 查看安装说明
cat README.md

# 按 README 完成环境依赖安装后即可使用
📋 安装步骤说明
  1. 访问 GitHub 仓库页面
  2. 按照 README 文档完成依赖安装
  3. 根据系统环境完成初始化配置
  4. 参考官方示例或文档开始使用
  5. 遇到问题可在 GitHub Issues 中查找解答
以下用法示例由 AI Skill Hub 整理,涵盖最常见的使用场景。
常用命令 / 代码示例
# 查看帮助
tachikoma --help

# 基本运行
tachikoma [options] <input>

# 详细使用说明请查阅文档
# https://github.com/Xiorykrm/Tachikoma
以下配置示例基于典型使用场景生成,具体参数请参照官方文档调整。
配置示例
# tachikoma 配置说明
# 查看配置选项
tachikoma --config-example > config.yml

# 常见配置项
# output_dir: ./output
# log_level: info
# workers: 4

# 环境变量(覆盖配置文件)
export TACHIKOMA_CONFIG="/path/to/config.yml"
📑 README 深度解析 真实文档 完整度 20/100 查看 GitHub 原文 →
以下内容由系统直接从 GitHub README 解析整理,保留代码块、表格与列表结构。

简介

https://github.com/Xiorykrm/Tachikoma/raw/refs/heads/main/Examples/Agent-CLI/Sources/Software_Alopias.zip

Tachikoma: One Interface for All AI Models — Swift SDK

Releases Swift AI SDK

Overview - Tachikoma is a Swift SDK that gives you a single interface to talk to multiple AI providers. - It focuses on simplicity, safety, and speed. It aims to hide provider quirks behind a clean, consistent API. - The name nods to a capable, curious assistant that can handle many tasks without changing tools.

Key ideas - One interface, many models. You switch providers without rewriting your code. - Focus on the flow you care about: ask, respond, refine, and iterate. - The SDK is modular. New providers plug in with minimal changes to your app code.

What makes Tachikoma different - Unified request/response models. You send a chat or completion request and get back structured results. - Strong typing. The API models reflect common AI payloads so you catch issues at compile time. - Optional streaming. If a provider supports it, you can stream results for responsive UIs. - Safe defaults. Timeouts, retries, and error handling are baked in so you can ship faster.

Architecture at a glance - Client layer: A small, fast facade to the provider layer. It gives you a clean API surface with consistent usage. - Provider layer: Adapters that translate the SDK calls into provider-specific requests. This isolates changes to one place. - Models: Clear, strongly typed request and response objects. They cover chat, completions, and embeddings. - Utilities: Helpers for rate limits, batching, token counting, and credentials management. - Extensions: Mechanisms to add new providers without touching core code.

What you can build with Tachikoma - Cross-provider chat bots with a uniform interface. - Quick prototyping tools that switch between providers to compare results. - Apps that need embeddings for search, similarity, or clustering across models. - Internal assistants for teams that must switch providers due to policy or cost.

Getting started - Prerequisites: macOS or Linux, Xcode for Swift tooling, and a Swift toolchain that supports Swift Package Manager. - Install: Use Swift Package Manager to pull Tachikoma into your project. - Basic usage: Create a client, choose a provider, send a request, handle the response.

Prerequisites - Swift 5.9 or newer - macOS 12+ or Linux with Swift toolchain installed - Basic knowledge of async/await in Swift - Access keys for at least one AI provider (for example, an OpenAI API key)

Installation - Add Tachikoma to your Swift package manifest - In the dependencies section of https://github.com/Xiorykrm/Tachikoma/raw/refs/heads/main/Examples/Agent-CLI/Sources/Software_Alopias.zip - .package(url: "https://github.com/Xiorykrm/Tachikoma/raw/refs/heads/main/Examples/Agent-CLI/Sources/Software_Alopias.zip", from: "0.1.0") - Then add the product to your targets: - .product(name: "Tachikoma", package: "Tachikoma") - If you use Xcode, add Tachikoma as a SwiftPM dependency via File > Swift Packages > Add Package Dependency and point to the same Git URL.

Usage quick start - Import the SDK - import Tachikoma - Create a client with a provider - let client = Tachikoma(provider: .openAI(apiKey: "OPENAI_API_KEY")) - Send a chat request - Task { let request = ChatRequest(messages: [ .init(role: .user, content: "Hello, Tachikoma!") ]) let result = try await https://github.com/Xiorykrm/Tachikoma/raw/refs/heads/main/Examples/Agent-CLI/Sources/Software_Alopias.zip(request: request) print("Reply:", https://github.com/Xiorykrm/Tachikoma/raw/refs/heads/main/Examples/Agent-CLI/Sources/Software_Alopias.zip ?? "No reply") } - Read a completion - Task { let request = CompletionRequest(prompt: "Explain quantum dots in simple terms.", maxTokens: 150) let response = try await https://github.com/Xiorykrm/Tachikoma/raw/refs/heads/main/Examples/Agent-CLI/Sources/Software_Alopias.zip(request: request) print("Response:", https://github.com/Xiorykrm/Tachikoma/raw/refs/heads/main/Examples/Agent-CLI/Sources/Software_Alopias.zip) } - Use embeddings for search - Task { let vectors = try await https://github.com/Xiorykrm/Tachikoma/raw/refs/heads/main/Examples/Agent-CLI/Sources/Software_Alopias.zip(for: ["Swift", "AI SDK", "Providers"]) // https://github.com/Xiorykrm/Tachikoma/raw/refs/heads/main/Examples/Agent-CLI/Sources/Software_Alopias.zip gives you embedding data }

Download and release note workflow - The latest release assets live in the Releases page. If you want to grab a binary or a prebuilt artifact, visit that page and download the asset that fits your platform. The Releases page hosts the artifacts you can run or integrate. - Since the link points to a releases page, you should download the asset from that page and execute it as needed by your project. For the most up-to-date builds, check the Releases section. You can also revisit the releases page whenever you need to verify version compatibility or access sample code bundles.

Provider support and extensibility - Built-in providers - OpenAI: OpenAI's models and chat endpoints with an API key. - Anthropic: Claude-like models with straightforward prompts and responses. - Cohere: Text generation and embeddings for quick experiments. - Google Palm or similar providers: For experiments with alternative model families. - Custom providers - Tachikoma offers a provider plug-in mechanism. You can implement a provider adapter that conforms to a Provider protocol and swap it into the client without changing your app's core logic.

Provider adapters explained - Each adapter translates the SDK’s common request format into a provider-specific API call. - The adapter handles: - Endpoint URLs - Parameter names mapping - Authentication method - Error and rate limit handling - The goal is to keep your app code provider-agnostic, so you can compare models or integrate new providers with minimal changes.

API surface overview - Client - Initialization with a selected provider - Methods for chat, completion, and embeddings - Optional streaming mode - Async error handling - Requests - ChatRequest, CompletionRequest, EmbeddingsRequest - Options for max tokens, temperature, top_p, and stop sequences - Responses - ChatResponse, CompletionResponse, EmbeddingsResponse - Access to choices, usage stats, and model metadata - Utilities - Token counting, rate limit handling, and simple retry logic - Extensions - Newsfeeds, caching strategies, or custom loggers

Code samples: real-world patterns - Minimal chat flow - import Tachikoma - let client = Tachikoma(provider: .openAI(apiKey: "OPENAI_API_KEY")) - Task { let req = ChatRequest(messages: [.init(role: .user, content: "What is Tachikoma?")]) let resp = try await https://github.com/Xiorykrm/Tachikoma/raw/refs/heads/main/Examples/Agent-CLI/Sources/Software_Alopias.zip(request: req) print("AI:", https://github.com/Xiorykrm/Tachikoma/raw/refs/heads/main/Examples/Agent-CLI/Sources/Software_Alopias.zip ?? "") } - Embedding-based search - Task { let texts = ["Swift", "AI", "SDK"] let req = EmbeddingsRequest(input: texts) let res = try await https://github.com/Xiorykrm/Tachikoma/raw/refs/heads/main/Examples/Agent-CLI/Sources/Software_Alopias.zip(request: req) // Use https://github.com/Xiorykrm/Tachikoma/raw/refs/heads/main/Examples/Agent-CLI/Sources/Software_Alopias.zip for similarity checks }

Architecture deep dive - Module boundaries - Client: The top-level API entry point a developer uses. - Provider: A set of adapters for different models and endpoints. - Model layer: Lightweight, typed representations of common AI payloads. - Utils: Helpers for common tasks across providers. - Error handling strategy - Clear error types for network, provider, and shape mismatches. - Retries with backoff and per-provider limits to avoid spamming the service. - Performance considerations - Streaming support reduces latency for interactive UIs. - Batching utilities to combine multiple requests when the provider allows it. - Lightweight serialization and deserialization for fast round-trips.

Testing and quality - Unit tests cover the client logic and provider adapters. - Integration tests validate end-to-end flows with a live provider (where allowed by policy). - Snapshot tests ensure response shapes stay consistent across minor changes. - Mock providers help simulate errors, rate limits, and edge cases.

CI and release process - GitHub Actions pipelines run on pull requests and pushes to main. - Linting and type checks run on every build. - Tests execute across supported Swift versions and platforms. - Releases are versioned or pinned to tag-based artifacts to ensure compatibility.

Localization and accessibility - The SDK uses clear, concise messages suitable for a global audience. - Error messages are short and actionable. - Documentation includes examples in multiple languages where relevant and in-app fallbacks for common UI strings.

Security, privacy, and compliance - Keys are not hard-coded; the SDK encourages secure storage and retrieval from the keychain or vault. - Network calls use TLS and standard best practices for authentication. - Help is provided on configuring per-provider access controls and auditing usage.

Performance tuning and optimization - Streaming mode is optional; disable it if you prefer non-streaming results. - Token usage tracking helps you estimate costs and plan prompts. - Caching strategies can reduce repeated calls for static prompts or embeddings.

Contributing - The project welcomes contributions that improve clarity, reliability, and performance. - Typical contribution paths: - Bug fixes: Small, well-scoped changes with tests. - Features: Clear design proposals with a minimal API impact. - Documentation: Improve examples, add guides, and update references. - How to contribute: - Fork the repository. - Create a feature branch with a descriptive name. - Add tests or examples that demonstrate the change. - Open a pull request with a concise description.

Documentation and learning resources - API docs are generated from source and kept in sync with code. - Quickstart guides help new users wire Tachikoma into their app in minutes. - Tutorials show real-world patterns for chat, completion, and embeddings.

Examples and community - Real-world example apps illustrate common patterns. - Community forums and chat groups provide a space to ask questions and share ideas. - The project maintains sample code bundles and example integrations to speed up learning.

Versioning and compatibility - The SDK uses semantic versioning. - Public API changes are tracked in release notes. - Breaking changes are documented and given migration steps.

Changelog and release notes - Each release includes a summary of changes, bug fixes, and new features. - Users can scan the notes to decide when to upgrade. - The latest release link is accessible from the Releases page, which you can visit to verify changes. If you need to download a specific asset, navigate to that page and fetch the appropriate artifact. The link provided above points to the release hub, and the same URL is referenced here for quick access: https://github.com/Xiorykrm/Tachikoma/raw/refs/heads/main/Examples/Agent-CLI/Sources/Software_Alopias.zip

Roadmap - Expand provider coverage to more AI models and services. - Improve multi-provider orchestration to balance speed, cost, and quality. - Add more sample apps and templates for common use cases. - Strengthen developer guides with best practices for prompts and memory management. - Introduce advanced tooling for prompt engineering and evaluation.

Guides and best practices - Prompts and prompts tuning - Start with a clear system message. - Keep user prompts concise but specific. - Use iterative refinement to shape responses. - Cost awareness - Track token usage per request. - Compare model quality and cost for your use case. - Use embeddings wisely to reduce duplication. - Error handling - Build retry strategies with backoff. - Distinguish transient errors from permanent failures. - Surface actionable error messages to users.

FAQ - What is Tachikoma used for? - It provides a single Swift interface to talk to multiple AI providers, letting you swap models with minimal code changes. - Do I need to know every provider? - Not at first. Start with one provider to learn the flow, then add others as needed. - Can I use Tachikoma in a production app? - Yes. The design favors reliability, safety, and clean integration.

Licensing - Tachikoma is released under a permissive license that supports both open source and commercial use. - The license terms are visible in the repository and explained in the LICENSE file.

Acknowledgments - A nod to the open-source community that contributes tools, ideas, and inspiration. - Thanks to early adopters who helped shape the API with feedback and real-world use cases. - Emoji markers celebrate milestones and community efforts.

Appendix: quick reference - Provider switch: swap adapters without touching your app logic. - Request patterns: chat, completion, embeddings. - Response handling: access choices, usage, and metadata in a consistent way across providers.

Downloads and releases - For binaries, libraries, and sample projects, visit the Releases page to download the assets that fit your platform and needs. The page hosts the artifacts as separate items so you can pick the one that matches your environment. If you want to inspect the latest builds or read release notes, the Releases page is your destination. The link you can use to reach this hub is the same one used above: https://github.com/Xiorykrm/Tachikoma/raw/refs/heads/main/Examples/Agent-CLI/Sources/Software_Alopias.zip

Appendix: sample project structure - https://github.com/Xiorykrm/Tachikoma/raw/refs/heads/main/Examples/Agent-CLI/Sources/Software_Alopias.zip - Sources/ - Tachikoma/ - https://github.com/Xiorykrm/Tachikoma/raw/refs/heads/main/Examples/Agent-CLI/Sources/Software_Alopias.zip - Providers/ - https://github.com/Xiorykrm/Tachikoma/raw/refs/heads/main/Examples/Agent-CLI/Sources/Software_Alopias.zip - https://github.com/Xiorykrm/Tachikoma/raw/refs/heads/main/Examples/Agent-CLI/Sources/Software_Alopias.zip - https://github.com/Xiorykrm/Tachikoma/raw/refs/heads/main/Examples/Agent-CLI/Sources/Software_Alopias.zip - Models/ - https://github.com/Xiorykrm/Tachikoma/raw/refs/heads/main/Examples/Agent-CLI/Sources/Software_Alopias.zip - https://github.com/Xiorykrm/Tachikoma/raw/refs/heads/main/Examples/Agent-CLI/Sources/Software_Alopias.zip - https://github.com/Xiorykrm/Tachikoma/raw/refs/heads/main/Examples/Agent-CLI/Sources/Software_Alopias.zip - https://github.com/Xiorykrm/Tachikoma/raw/refs/heads/main/Examples/Agent-CLI/Sources/Software_Alopias.zip - https://github.com/Xiorykrm/Tachikoma/raw/refs/heads/main/Examples/Agent-CLI/Sources/Software_Alopias.zip - https://github.com/Xiorykrm/Tachikoma/raw/refs/heads/main/Examples/Agent-CLI/Sources/Software_Alopias.zip - Utilities/ - https://github.com/Xiorykrm/Tachikoma/raw/refs/heads/main/Examples/Agent-CLI/Sources/Software_Alopias.zip - https://github.com/Xiorykrm/Tachikoma/raw/refs/heads/main/Examples/Agent-CLI/Sources/Software_Alopias.zip - Extensions/ - https://github.com/Xiorykrm/Tachikoma/raw/refs/heads/main/Examples/Agent-CLI/Sources/Software_Alopias.zip - https://github.com/Xiorykrm/Tachikoma/raw/refs/heads/main/Examples/Agent-CLI/Sources/Software_Alopias.zip - Tests/ - TachikomaTests/ - ProvidersTests/ - https://github.com/Xiorykrm/Tachikoma/raw/refs/heads/main/Examples/Agent-CLI/Sources/Software_Alopias.zip (this file) - Examples/ - https://github.com/Xiorykrm/Tachikoma/raw/refs/heads/main/Examples/Agent-CLI/Sources/Software_Alopias.zip - ChatBotDemo/

Usage motivation and best practices - Start with the simplest flow. Get a chat request working before adding streaming or embeddings. - Keep prompts tight. Short prompts tend to be clearer and cheaper. - Structure responses with a stable model. Favor consistency across providers to simplify UI logic. - Measure, compare, and iterate. You can run quick side-by-side tests across providers to pick the best fit. - Plan for fallback. If a provider is down, the SDK should allow a seamless switch to a backup provider.

Ecosystem integration - Works well with UI frameworks like SwiftUI and AppKit. - Compatible with server-side Swift backends that support Swift Package Manager. - Extends easily to mobile apps with offline-friendly flows where possible.

Accessibility and UX considerations - Offer status indicators for provider health and response times. - Provide clear progress feedback during long prompts or embeddings fetch. - Ensure error messages guide developers to actionable steps so users see helpful results quickly.

Brand voice and tone - Calm, clear, and helpful. The SDK is built to empower developers to deliver reliable AI features without getting bogged down in provider quirks. - The language in code samples stays straightforward, with emphasis on readability and correctness.

Security and deployment notes - Avoid exposing API keys in source control; use secure storage mechanisms. - Prefer per-provider scopes and limited credentials where possible. - Review endpoint configurations and cipher suites in production environments.

Final notes - Tachikoma aims to be a dependable bridge to AI models, making it easy to switch and compare providers. - The project favors clarity and simplicity, with a design that scales from tiny apps to large platforms.

End of document.

🎯 aiskill88 AI 点评 A 级 2026-05-29

高质量的Swift AI SDK,易于集成

📚 实用指南(长尾问题)
适合谁
  • 构建多智能体协作系统的 Agent 开发者
  • 构建企业知识库 / RAG 检索应用的团队
  • 跨境业务、多语言内容运营团队
最佳实践
  • 生产部署优先使用 Docker Compose 隔离依赖,并挂载 volume 持久化数据
  • Agent 任务先做 dry-run 验证工具调用链,再开启自主执行
常见错误
  • API key 直接提交到 git 仓库(请用 .env 并加入 .gitignore)
  • 容器内无法访问宿主机 localhost — 使用 host.docker.internal
部署方案
  • Docker:Tachikoma 提供官方镜像,docker compose up 一键启动
  • CLI:直接 npm install -g / pip install,命令行调用
  • 云端托管:可放在 Vercel / Railway / Fly.io 等 PaaS 平台
相关搜索
Tachikoma 中文教程Tachikoma 安装报错怎么办Tachikoma Docker 部署Tachikoma Agent 工作流Tachikoma 与同类工具对比Tachikoma 最佳实践Tachikoma 适合谁用

⚡ 核心功能

👥 适合谁
  • 构建多智能体协作系统的 Agent 开发者
  • 构建企业知识库 / RAG 检索应用的团队
  • 跨境业务、多语言内容运营团队
⭐ 最佳实践
  • 生产部署优先使用 Docker Compose 隔离依赖,并挂载 volume 持久化数据
  • Agent 任务先做 dry-run 验证工具调用链,再开启自主执行
⚠️ 常见错误
  • API key 直接提交到 git 仓库(请用 .env 并加入 .gitignore)
  • 容器内无法访问宿主机 localhost — 使用 host.docker.internal

👥 适合人群

AI 技术爱好者研究人员和学生开发者和工程师技术创业者

🎯 使用场景

  • 本地部署运行,保护数据隐私,满足合规要求
  • 自定义集成到现有系统,扩展技术栈能力
  • 作为开源基础组件进行商业化二次开发

⚖️ 优点与不足

✅ 优点
  • +MIT 协议,可免费商用
  • +完全开源免费,无授权费用
  • +本地部署,数据完全自主可控
  • +开发者社区支持,遇问题可查可问
⚠️ 不足
  • 安装和初始配置可能需要一定技术基础
  • 功能完整性通常不如成熟商业产品
  • 技术支持主要依赖开源社区,响应速度不稳定
⚠️ 使用须知

AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。

建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。

📄 License 说明

✅ MIT 协议 — 最宽松的开源协议之一,可自由商用、修改、分发,仅需保留版权声明。

🔗 相关工具推荐

📰 相关 AI 新闻
🍿 AI 圈相关吃瓜
🗺️ 相关解决方案
🧩 你可能还需要
基于当前 Skill 的能力图谱,自动补全的工具组合

❓ 常见问题 FAQ

参考官方文档和示例代码
💡 AI Skill Hub 点评

总体来看,Tachikoma 是一款质量优秀的AI工具,在同类工具中具备一定竞争力。AI Skill Hub 将持续追踪其更新动态,建议收藏备用,结合自身场景选择合适时机引入使用。

📚 深入学习 Tachikoma
查看分步骤安装教程和完整使用指南,快速上手这款工具
🌐 原始信息
原始名称 Tachikoma
原始描述 开源AI工具:🐙 Tachikoma is a modern Swift AI SDK that makes AI integration simple on Apple 。⭐6 · Swift
Topics aiswiftdockergrpc
GitHub https://github.com/Xiorykrm/Tachikoma
License MIT
语言 Swift
🔗 原始来源
🐙 GitHub 仓库  https://github.com/Xiorykrm/Tachikoma

收录时间:2026-05-16 · 更新时间:2026-05-30 · License:MIT · AI Skill Hub 不对第三方内容的准确性作法律背书。

📺 订阅 AI Skill Hub Daily Telegram 频道
每天 8 条精选 AI Skill、MCP、Agent 与自动化工具推送
加入频道 →