能力标签
上下文编织
🔌
MCP工具

上下文编织

基于 Python · 让 AI 助手直接操作你的系统与工具
英文名:contextweaver
⭐ 6 Stars 🍴 8 Forks 💻 Python 📄 Apache-2.0 🏷 AI 7.5分
7.5AI 综合评分
ai-agentscontext-managementprompt-engineering
✦ AI Skill Hub 推荐

上下文编织 是 AI Skill Hub 本期精选MCP工具之一。综合评分 7.5 分,整体质量较高。我们推荐使用将其纳入你的 AI 工具库,帮助提升工作效率。

📚 深度解析

上下文编织 是一款基于 MCP(Model Context Protocol)标准协议的 AI 工具扩展。MCP 协议由 Anthropic 开发并开源,旨在建立 AI 模型与外部工具之间的标准化通信接口,目前已被 Claude Desktop、Claude Code、Cursor 等主流 AI 工具采纳。

通过安装 上下文编织,你的 AI 助手将获得额外的工具调用能力,可以用自然语言直接操控该工具的功能,无需学习复杂的命令行语法。MCP 工具的核心价值在于"一次配置,永久增强"——配置完成后,每次与 AI 对话时都可以无缝调用这些工具。

在技术实现上,MCP 工具通过标准的 JSON-RPC 协议与 AI 客户端通信,工具的功能以"工具列表"的形式暴露给 AI 模型,AI 可以按需调用。上下文编织 提供了结构化的工具调用接口,使 AI 模型能够精确地理解和使用每个功能点,显著降低 AI 在工具使用上的错误率。

与传统的 API 集成相比,MCP 工具的优势在于无需编写代码——用户只需在配置文件中添加几行 JSON,即可让 AI 获得全新能力。AI Skill Hub 将 上下文编织 评为 AI 评分 7.5 分,属于同类工具中的优质选择。

📋 工具概览

上下文编织 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。

GitHub Stars
⭐ 6
开发语言
Python
支持平台
Windows / macOS / Linux
维护状态
轻量级项目,按需更新
开源协议
Apache-2.0
AI 综合评分
7.5 分
工具类型
MCP工具
Forks
8

📖 中文文档

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

上下文编织 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。

📌 核心特色
  • 通过标准 MCP 协议与 Claude、Cursor 等主流 AI 客户端深度集成
  • 提供结构化工具调用接口,显著降低 AI 集成复杂度
  • 支持 Claude Desktop 和 Claude Code 无缝接入,开箱即用
  • 可与其他 MCP 工具组合叠加,构建完整 AI 工作站
  • 轻量无侵入设计,不影响现有系统架构
🎯 主要使用场景
  • 在 Claude Desktop 对话中直接调用本地工具,实现 AI 与系统的深度联动
  • 通过自然语言驱动复杂的多步骤自动化任务,代替繁琐手动操作
  • 将多个 MCP 工具组合使用,构建个人专属 AI 工作站
以下安装命令基于项目开发语言和类型自动生成,实际以官方 README 为准。
安装命令
# 方式一:通过 Claude Code CLI 一键安装
claude skill install https://github.com/dgenio/contextweaver

# 方式二:手动配置 claude_desktop_config.json
{
  "mcpServers": {
    "-----": {
      "command": "npx",
      "args": ["-y", "contextweaver"]
    }
  }
}

# 配置文件位置
# macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
# Windows: %APPDATA%/Claude/claude_desktop_config.json
📋 安装步骤说明
  1. 确认已安装 Node.js(v18 或以上版本)
  2. 打开 Claude Desktop 或 Claude Code 的 MCP 配置文件
  3. 按「交给 Agent 安装 → Claude Desktop」标签中的 JSON 配置填入 mcpServers 字段
  4. 保存配置文件并重启 Claude 客户端
  5. 重启后,在对话中即可使用本工具
以下用法示例由 AI Skill Hub 整理,涵盖最常见的使用场景。
常用命令 / 代码示例
# 安装后在 Claude 对话中直接使用
# 示例:
用户: 请帮我用 上下文编织 执行以下任务...
Claude: [自动调用 上下文编织 MCP 工具处理请求]

# 查看可用工具列表
# 在 Claude 中输入:"列出所有可用的 MCP 工具"
以下配置示例基于典型使用场景生成,具体参数请参照官方文档调整。
配置示例
// claude_desktop_config.json 配置示例
{
  "mcpServers": {
    "_____": {
      "command": "npx",
      "args": ["-y", "contextweaver"],
      "env": {
        // "API_KEY": "your-api-key-here"
      }
    }
  }
}

// 保存后重启 Claude Desktop 生效
📑 README 深度解析 真实文档 完整度 53/100 查看 GitHub 原文 →
以下内容由系统直接从 GitHub README 解析整理,保留代码块、表格与列表结构。

contextweaver

CI PyPI version Python versions License: Apache-2.0 Docs GitHub Discussions

The MCP context gateway for tool-heavy agents. Drop contextweaver in front of your MCP servers and the model sees a bounded ChoiceCard shortlist instead of every tool schema, plus an artifact-backed firewall that swaps a huge raw tool result for a compact summary. Deterministic, no model in the loop, and 42-84 % fewer prompt tokens on the committed benchmarks.

Who it's for: anyone whose agent — Claude Desktop, Cursor, VS Code, or a custom loop — keeps tripping over "too many tools" or "a 16 KB tool result blew up my prompt."

pip install contextweaver
contextweaver demo --scenario killer   # 60-second taste — no API key, no network

Use it for real → the MCP gateway quickstart (Claude Desktop / Copilot / custom MCP clients), backed by the MCP Context Gateway architecture. Already have a loop and not sure which piece you need? The two engines also work routing-only or firewall-only.

<p align="center"> <img src="docs/assets/hero.svg" alt="contextweaver architecture: Context Engine plus Routing Engine, with the Context Firewall storing large tool outputs out of band and the Routing Engine narrowing a 100-tool catalog to 5 ChoiceCards."/> </p>

1150+ tests passing · minimal core dependencies · deterministic by default · Python 3.10–3.13

More tools ≠ better answers

<p align="center"> <img src="docs/assets/context_rot.svg" width="660" alt="Context-rot curve: as the tool catalog grows from 83 to 1328 tools, a naive route prompt carries every schema (line climbs on a log scale) while contextweaver stays flat at 5 ChoiceCards; contextweaver's correct-tool recall@5 erodes from 36 percent to 10 percent as distractor tools accumulate."/> </p>

As an agent's tool catalog grows, a naive "show every schema" route prompt balloons while the right tool gets harder to find — context rot. contextweaver keeps the model-visible surface bounded (5 ChoiceCards, not 1,328 schemas), so the route prompt stays flat and deterministic. Reproduce the curve with no API key: docs/context_rot.md.

<p align="center"> <img src="docs/assets/demo.svg" alt="Animated terminal recording of python -m contextweaver demo: load a 40-tool catalog, build a 9-node routing graph, narrow to 5 ChoiceCards for the query 'find unpaid invoices and send a reminder email', build a phase-answer context pack, and print the 321-character compiled prompt."/> </p>

<p align="center"> <img src="docs/assets/before_after.svg" alt="Before vs after token comparison from examples/before_after.py: 417 raw prompt tokens without contextweaver vs 126 final prompt tokens with contextweaver — a 70 percent reduction, 291 tokens saved, budget compliant."/> </p>

📖 Docs · 🎬 Showcase · 🧩 Where it fits · 🗺️ Ecosystem map · ❓ FAQ · 📊 Scorecard · 📈 Adopter benchmark report · 🧭 Which pattern fits? · 🛠 Cookbook · 🍳 Recipes · 📉 Context rot demo · 🎬 Replay demo (.cast)

---

Install

pip install contextweaver

contextweaver ships with a minimal, opinionated core: tiktoken, PyYAML, rank-bm25, mcp, jsonschema, Typer, and Rich. These power token budgeting, YAML catalog/config files, the default lexical retrieval backend, the MCP proxy/gateway runtime, schema validation, and the CLI.

Optional capabilities are gated behind extras so the core install stays small:

ExtraWhat it adds
contextweaver[cli]Deprecated no-op alias; Typer/Rich now ship in core
contextweaver[weaver-spec]Weaver Stack contract adapters (weaver_contracts)
contextweaver[fastmcp]FastMCP catalog adapter and discovery helpers
contextweaver[crewai]CrewAI runtime integration
contextweaver[pydantic-ai]Pydantic AI runtime integration
contextweaver[smolagents]Hugging Face smolagents runtime integration
contextweaver[agno]Agno runtime integration
contextweaver[langchain]LangChain integration helpers
contextweaver[voice]Pipecat voice-agent integration
contextweaver[retrieval]Fuzzy lexical matching backend (rapidfuzz)
contextweaver[embeddings]Sentence-transformers embedding backend
contextweaver[sqlite]SQLite store install contract (stdlib-backed today)
contextweaver[mem0]Mem0 external-memory backend
contextweaver[otel]OpenTelemetry tracing + metrics export
contextweaver[e2e-eval]Optional real-model benchmark hook (no dependency today)
contextweaver[docs]MkDocs documentation toolchain
contextweaver[dev]Test, lint, type-check, and fixture toolchain
contextweaver[ann]Approximate-nearest-neighbour backend (reserved)
contextweaver[graph]NetworkX-backed graph ops (reserved)
contextweaver[all]Convenience bundle for broad optional runtime capabilities

Or from source:

git clone https://github.com/dgenio/contextweaver.git
cd contextweaver
pip install -e ".[dev]"

Quickstart

10-Minute Quickstart

For a guided setup with prerequisites, three runnable examples, expected output, and next steps, see docs/quickstart.md.

Already have an agent and not sure which piece you need? See Which pattern fits my use case? — a symptom-based decision tree (long conversations → full pipeline; 50+ tools → routing-only; huge tool outputs → firewall-only) that points each branch to one concrete next step.

Examples

ScriptDescription
minimal_loop.pyBasic event ingestion → context build
full_agent_loop.pyEnd-to-end route → call → interpret → answer runtime loop
tool_wrapping.pyContext firewall in action
routing_demo.pyBuild catalog → route queries → choice cards
before_after.pySide-by-side token comparison: WITHOUT vs WITH contextweaver
mcp_adapter_demo.pyMCP adapter: tool conversion, session loading, firewall
a2a_adapter_demo.pyA2A adapter: agent cards, multi-agent sessions
crewai_adapter_demo.pyCrewAI adapter: BaseTool → catalog → routing
pydantic_ai_adapter_demo.pyPydantic AI adapter: tools + lossless message round-trip
smolagents_adapter_demo.pysmolagents adapter: tools + MultiStepAgent step-log ingestion
agno_adapter_demo.pyAgno adapter: toolkit → catalog + session-history ingestion
langchain_memory_demo.pyLangChain memory replacement: InMemoryChatMessageHistory vs contextweaver
cookbook/byot_recipe.pyBring-your-own-tools cookbook recipe — wrap plain Python callables and route
cookbook/firewall_drilldown_recipe.pyCookbook recipe: firewall a large tool result, then drill into the artifact
architectures/catalog_showcase/**Start-here** reference architecture — 65-tool catalog → 5-card shortlist, single-tool schema hydration, firewall on a ~3 KB result, final BuildStats ([guide](docs/architectures/catalog_showcase.md))
architectures/langgraph_agent_loop/contextweaver **inside** a LangGraph StateGraph (route → execute → answer), firewall on a ~21 KB log dump, cross-turn retention; optional framework with a hand-rolled fallback ([guide](docs/architectures/langgraph_agent_loop.md))
architectures/eval_artifact_profile/Agent-safe context shaping for offline-evaluation reports — never surfaces V_hat without support diagnostics ([guide](docs/architectures/eval_artifact_profile.md))
architectures/mcp_context_gateway/Launch reference architecture — 60-tool MCP-style gateway end-to-end: ChoiceCards, lazy schema hydration, context firewall on a 16 KB result, artifact-backed answer prompt ([guide](docs/architectures/mcp_context_gateway.md))
architectures/mcp_context_gateway/main_real.pySame flow, run against verbatim tools/list snapshots of MIT-licensed reference MCP servers (server-time, server-filesystem, server-everything) committed under real_catalogs/
recipes/serve_gateway.pyMinimal stdio launcher used by the [Claude Desktop](docs/recipes/claude_desktop.md) and [GitHub Copilot](docs/recipes/github_copilot.md) recipes
architectures/slack_ops_bot/Production reference architecture — internal Slack ops bot with ~50 tools, firewall on log/grep outputs, persistent facts ([guide](docs/architectures/slack_ops_bot.md))
make example   # run all examples

---

Framework Integrations

Looking for "where does contextweaver fit alongside my runtime?" — start with the How contextweaver Fits positioning page, then jump into the Cookbook for copy-paste recipes.

FrameworkGuideUse Case
MCP[Guide](docs/integration_mcp.md)Tool conversion, session loading, firewall · [Security note](docs/integration_mcp.md#security-considerations)
A2A[Guide](docs/integration_a2a.md)Agent cards, multi-agent sessions
FastMCP[Cookbook recipe](docs/cookbook.md#1-fastmcp--contextweaver-routing)Composed MCP servers → bounded-choice routing
LlamaIndex[Guide](docs/integration_llamaindex.md)RAG + tools with budget control
OpenAI Agents SDK[Guide](docs/integration_openai_adk.md)Swarm hand-offs with unified context
Google ADK / Vertex AI[Guide](docs/integration_google_adk.md)Gemini tool-use with context budgets
LangChain + LangGraph[Guide](docs/integration_langchain.md)Chain + graph agents with firewall
Pipecat[Guide](docs/integration_pipecat.md)Real-time voice agents with async context build
CrewAI[Guide](docs/integration_crewai.md)Role-based crews with bounded tool shortlists
Pydantic AI[Guide](docs/integration_pydantic_ai.md)Type-safe agents with lossless message round-trip
smolagents[Guide](docs/integration_smolagents.md)Hugging Face CodeAgent / ToolCallingAgent with step-log ingestion
Agno[Guide](docs/integration_agno.md)Toolkit-routed agents; layers above Agno Memory

---

7. Comparison

Snapshot of the launch landscape as of 2026-05-31 — see footnotes for the versions referenced and the evidence behind each non-trivial claim. Will be refreshed each minor release.
ApproachTool routingHistory compactionSensitivity firewallDeterministicMCP-native
**contextweaver** (this repo, [v0.13.4](https://pypi.org/project/contextweaver/0.13.4/))✅ Bounded DAG + beam search · per-phase ChoiceCards [^cw-route]✅ Phase-aware budgeted compilation · 42-84 % token reduction vs naïve [^cw-bench]✅ Built-in (size-gated, with ArtifactRef drilldown) [^cw-fire]✅ By default — tie-break by sorted IDs [^cw-det]✅ Native proxy + gateway runtimes per docs/gateway_spec.md [^cw-mcp]
**Naïve concat-everything**❌ No router · prompt carries every tool schema❌ No compaction · prompt grows with turn count❌ Raw outputs in the prompt⚠️ Only if the upstream LLM is⚠️ Compatible but no shaping
**LangGraph memory** ([0.6.x](https://github.com/langchain-ai/langgraph/releases))❌ Out of scope — LangGraph routes state, not tools⚠️ Optional via ConversationSummaryMemory (LLM-based, non-deterministic) [^lg-mem]❌ Not provided⚠️ Workflow yes; memory summarizer no⚠️ Possible via custom adapter, not first-class
**LlamaIndex retrievers** ([0.11.x](https://github.com/run-llama/llama_index/releases))⚠️ Tool retrieval via ObjectIndex is unranked similarity, no bounded routing⚠️ ChatMemoryBuffer token-bounded · no phase awareness [^li-mem]❌ Not provided · large outputs flow through verbatim⚠️ Retriever yes; summarizer no⚠️ Possible via custom tool wrapper
**Raw MCP** ([modelcontextprotocol v0.1](https://modelcontextprotocol.io))❌ Servers expose tools; routing across many servers is the client's problem❌ Out of scope for the protocol❌ Out of scope for the protocol✅ Wire protocol is deterministic✅ — _is_ the protocol

[^cw-route]: contextweaver.routing.router.Router ships a four-stage pipeline (retrieve → rerank → navigate → pack) with deterministic tie-break by id. Locked by tests/test_cards.py::test_make_choice_cards_byte_identical_stable_order. [^cw-bench]: Range from the committed scorecard (benchmarks/scorecard.md) using tiktoken.cl100k_base against the naïve baseline (scripts/baseline_naive.py). Average 64.3 %; min 41.6 % on long_conversation.jsonl; max 84.3 % on tiny_payload.jsonl. [^cw-fire]: contextweaver.context.firewall.apply_firewall plus ArtifactRef drilldown selectors (head / lines / json_keys / rows). See docs/context_firewall.md and the firewall_drilldown_recipe. [^cw-det]: Determinism is an invariant — see docs/agent-context/invariants.md and make scorecard-check in the CI gate. [^cw-mcp]: src/contextweaver/adapters/mcp_proxy.py, mcp_gateway.py, mcp_proxy_server.py, mcp_gateway_server.py. Bound by docs/gateway_spec.md. [^lg-mem]: LangGraph 0.6 docs ("Memory"): ConversationSummaryMemory requires an LLM round-trip to produce a summary; output is non-deterministic across runs even with temperature=0 due to model jitter. [^li-mem]: LlamaIndex 0.11 docs ("Chat memory"): ChatMemoryBuffer(token_limit=...) truncates oldest-first; no phase awareness and no dependency closure.

Most agent frameworks offer one or two of these capabilities. contextweaver ships all five as a composable, framework-agnostic layer that runs under whichever framework you already have.

---

FAQ

Q: What token budgets should I use? Start with the defaults (route=2000, call=3000, interpret=4000, answer=6000). Inspect pack.stats after each build and increase any phase that drops too many items.

Q: My tool result was summarized. Why? The context firewall intercepts every tool_result item (not just large ones). Raw data is stored out-of-band; access it via mgr.artifact_store.get("artifact:<item_id>"). Provide a custom Summarizer to control how the summary is generated.

Q: How do I debug what was kept or dropped? Inspect pack.stats (a BuildStats object) after every build_sync() / build() call: included_count, dropped_count, dropped_reasons, dedup_removed.

Q: Does this work with [framework X]? Yes, contextweaver is framework-agnostic — it compiles context; you send pack.prompt to any LLM or framework. See dedicated guides for MCP, A2A, LlamaIndex, LangChain + LangGraph, OpenAI Agents SDK, Google ADK / Vertex AI, Pipecat, CrewAI, Pydantic AI, smolagents, and Agno. If your runtime isn't listed, the bring-your-own-tools cookbook recipe is the canonical starting point.

Q: What's the performance overhead? Typically 10–50 ms for a context build (depends on event log size and deduplication). For real-time / async agents, run build_sync() in a worker thread (e.g. await asyncio.to_thread(mgr.build_sync, phase, query)) so the synchronous pipeline does not block the event loop. If an offline or air-gapped run prints a tiktoken cl100k_base encoding unavailable warning, see the troubleshooting note; the fallback keeps budget enforcement deterministic.

See docs/troubleshooting.md for the full troubleshooting guide, debugging techniques, optimisation tips, and 10+ common issues with solutions.

---

🎯 aiskill88 AI 点评 A 级 2026-06-02

高质量的开源MCP工具,值得关注

📚 实用指南(长尾问题)
适合谁
  • 需要让 Claude / Cursor 操作本地工具的 AI 工程师
  • 构建多智能体协作系统的 Agent 开发者
  • 构建企业知识库 / RAG 检索应用的团队
最佳实践
  • 配置 MCP 服务器时建议使用 stdio 传输 + JSON-RPC,避免暴露公网
  • 分块大小建议 256-512 tokens,向量库优选 pgvector 或 Qdrant
  • Agent 任务先做 dry-run 验证工具调用链,再开启自主执行
常见错误
  • API key 直接提交到 git 仓库(请用 .env 并加入 .gitignore)
  • MCP 配置路径拼错或权限不足,重启 Claude Desktop 才生效
  • embedding 模型与查询模型不一致导致检索失效
  • Python 依赖冲突:建议用 venv / uv 隔离环境
部署方案
  • CLI:直接 npm install -g / pip install,命令行调用
  • 云端托管:可放在 Vercel / Railway / Fly.io 等 PaaS 平台
相关搜索
contextweaver 中文教程contextweaver 安装报错怎么办contextweaver MCP 配置contextweaver Agent 工作流contextweaver 与同类工具对比contextweaver 最佳实践contextweaver 适合谁用

⚡ 核心功能

👥 适合谁
  • 需要让 Claude / Cursor 操作本地工具的 AI 工程师
  • 构建多智能体协作系统的 Agent 开发者
  • 构建企业知识库 / RAG 检索应用的团队
⭐ 最佳实践
  • 配置 MCP 服务器时建议使用 stdio 传输 + JSON-RPC,避免暴露公网
  • 分块大小建议 256-512 tokens,向量库优选 pgvector 或 Qdrant
  • Agent 任务先做 dry-run 验证工具调用链,再开启自主执行
⚠️ 常见错误
  • API key 直接提交到 git 仓库(请用 .env 并加入 .gitignore)
  • MCP 配置路径拼错或权限不足,重启 Claude Desktop 才生效
  • embedding 模型与查询模型不一致导致检索失效
  • Python 依赖冲突:建议用 venv / uv 隔离环境

👥 适合人群

Claude Desktop / Claude Code 用户AI 工具开发者需要扩展 AI 能力的专业人士自动化工程师

🎯 使用场景

  • 在 Claude Desktop 对话中直接调用本地工具,实现 AI 与系统的深度联动
  • 通过自然语言驱动复杂的多步骤自动化任务,代替繁琐手动操作
  • 将多个 MCP 工具组合使用,构建个人专属 AI 工作站

⚖️ 优点与不足

✅ 优点
  • +Apache-2.0 协议,可免费商用
  • +标准化 MCP 协议,生态互联性强
  • +与 Claude 官方生态无缝对接
  • +即插即用,配置简单快捷
⚠️ 不足
  • 依赖 Claude 客户端,非 Claude 用户无法使用
  • MCP 协议仍在持续演进,接口可能变更
  • 需要一定的配置步骤
⚠️ 使用须知

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

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

📄 License 说明

✅ Apache 2.0 — 宽松开源协议,可商用,需保留版权声明和 NOTICE 文件,含专利授权条款。

🔗 相关工具推荐

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

❓ 常见问题 FAQ

contextweaver 是一款Python开发的AI辅助工具。开源MCP工具:Budget-aware context compilation and context firewall for tool-heavy AI agents.。⭐6 · Python 主要应用场景包括:为工具密集的AI代理提供上下文管理。
💡 AI Skill Hub 点评

经综合评估,上下文编织 在MCP工具赛道中表现稳健,质量良好。如果你已有明确的使用需求,可以直接上手体验;如果还在评估阶段,建议对比同类工具后再做决策。

⬇️ 获取与下载
⬇ 下载源码 ZIP

✅ Apache-2.0 协议 · 可免费商用 · 直接从 aiskill88 服务器下载,无需跳转 GitHub

📚 深入学习 上下文编织
查看分步骤安装教程和完整使用指南,快速上手这款工具
🌐 原始信息
原始名称 contextweaver
原始描述 开源MCP工具:Budget-aware context compilation and context firewall for tool-heavy AI agents.。⭐6 · Python
Topics ai-agentscontext-managementprompt-engineering
GitHub https://github.com/dgenio/contextweaver
License Apache-2.0
语言 Python
🔗 原始来源
🐙 GitHub 仓库  https://github.com/dgenio/contextweaver

收录时间:2026-06-02 · 更新时间:2026-06-02 · License:Apache-2.0 · AI Skill Hub 不对第三方内容的准确性作法律背书。