能力标签
CLI自动化框架
⚙️
Agent工作流

CLI自动化框架

基于 Python · 无代码搭建完整 AI 自动化流程
英文名:cliany-site
⭐ 9 Stars 💻 Python 📄 MIT 🏷 AI 8.0分
8.0AI 综合评分
browser-automationchrome-cdpclipython
✦ AI Skill Hub 推荐

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

📚 深度解析

CLI自动化框架 是一套完整的 AI Agent 自动化工作流方案。随着 AI 能力的不断提升,基于 Agent 的自动化工作流正在成为提升个人和团队效率的核心方式。区别于传统的 RPA 自动化(模拟鼠标键盘操作),AI Agent 工作流通过理解任务意图、动态规划执行路径,能够处理更复杂的非结构化任务。

CLI自动化框架 工作流的设计遵循"最小配置,最大复用"原则:核心逻辑已经封装好,用户只需配置自己的 API Key 和业务参数即可快速上手。工作流内置错误处理和重试机制,在网络波动或 API 限速等情况下仍能稳定运行,适合作为生产环境的自动化基础设施。

在实际部署时,建议先在测试环境中运行 3-5 次,验证各个环节的输出结果符合预期,再部署到生产环境。AI Skill Hub 评分 8.0 分,是同类 Agent 工作流中的精选推荐。

📋 工具概览

浏览器自动化到CLI框架,集成浏览器使用、LLMs和CDP

CLI自动化框架 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。

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

📖 中文文档

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

浏览器自动化到CLI框架,集成浏览器使用、LLMs和CDP

CLI自动化框架 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。

📌 核心特色
  • 可视化 Agent 工作流编排,无需编写复杂代码
  • 支持多步骤自动化任务链,实现全流程无人值守
  • 与外部 API、数据库和第三方服务无缝集成
  • 内置错误处理与自动重试机制,保障稳定运行
  • 提供可复用的自动化模板,快速在同类场景部署
🎯 主要使用场景
  • 自动化日常重复性工作,将精力集中于创造性任务
  • 构建数据采集 → 处理 → 输出的完整自动化管线
  • 实现跨平台、跨系统的数据流转和业务协同
以下安装命令基于项目开发语言和类型自动生成,实际以官方 README 为准。
安装命令
# 方式一:pip 安装(推荐)
pip install cliany.site

# 方式二:虚拟环境安装(推荐生产环境)
python -m venv .venv
source .venv/bin/activate  # Windows: .venv\Scripts\activate
pip install cliany.site

# 方式三:从源码安装(获取最新功能)
git clone https://github.com/pearjelly/cliany.site
cd cliany.site
pip install -e .

# 验证安装
python -c "import cliany.site; print('安装成功')"
📋 安装步骤说明
  1. 访问 GitHub 仓库获取工作流文件
  2. 在对应平台(Dify / Flowise / Make 等)中找到「导入工作流」功能
  3. 上传工作流文件
  4. 按照提示配置必要的环境变量和 API Key
  5. 运行测试确认流程正常后投入使用
以下用法示例由 AI Skill Hub 整理,涵盖最常见的使用场景。
常用命令 / 代码示例
# 命令行使用
cliany.site --help

# 基本用法
cliany.site input_file -o output_file

# Python 代码中调用
import cliany.site

# 示例
result = cliany.site.process("input")
print(result)
以下配置示例基于典型使用场景生成,具体参数请参照官方文档调整。
配置示例
# cliany.site 配置文件示例(config.yml)
app:
  name: "cliany.site"
  debug: false
  log_level: "INFO"

# 运行时指定配置文件
cliany.site --config config.yml

# 或通过环境变量配置
export CLIANY.SITE_API_KEY="your-key"
export CLIANY.SITE_OUTPUT_DIR="./output"
📑 README 深度解析 真实文档 完整度 87/100 查看 GitHub 原文 →
以下内容由系统直接从 GitHub README 解析整理,保留代码块、表格与列表结构。

cliany-site

PyPI version Python CI License

🌐 Languages: English | 简体中文
🧪 v0.14.4 Quality Gates: Structured extraction now reports data.quality, browser extract --strict-quality can fail empty or partially missing results with E_EMPTY_RESULT, generated list- / search- commands expose extraction quality, and scripts/release_readiness.py checks case catalog, CI gates, release draft, changelog, and weekly commit cadence before release. See v0.14.4 release draft. 🧭 v0.14.3 Open-Source Readiness: Added the Q3 roadmap, 10-minute quickstart, structured real-demo case index, human-readable doctor summary, contributor starter map, and local release cadence checks. See CHANGELOG.md. 🤖 v0.14.2 自主改进闭环:新增 5 维度自主改进脚手架——确定性 benchmark 回归测试、headless Chrome 具身验证、Dependabot 依赖哨兵、运行时反馈闭环、Agent 守则文档,使 OpenCode 可触发自主演进循环,详见 CHANGELOG.md🔧 v0.14.1 修复与增强:新增 E_PAGE_NOT_READY / E_PARSE_FAILED / E_EMPTY_RESULT 错误码、修复 navigate/extract/action_runtime 失败语义、doctor 同时识别 AGENT.md / AGENTS.md、Obscura 能力声明修正(navigation/cookies)、list-/search- 命令空结果 opt-in 检测、Obscura 友好错误提示,详见 CHANGELOG.md✨ v0.14.0 Real-World Demos: Case 2 (Enterprise CRM) & Case 3 (Team Toolbox) on the website now use real public demo sites — SuiteCRM Demo, ASF Jira, ASF Confluence, ASF Jenkins. See Try Real Demos. ✨ v0.13.0 开发者体验加固:修复 loader RuntimeError bug、稳定 test_session_lock 测试、补全 ERROR_FIX_HINTS 27 条提示、新增 SuccessEnvelope/ErrorEnvelope TypedDict、核心模块 pyright strict(0 errors)、doctor 命令增强(versions + adapter_stats),详见 CHANGELOG.md🔒 v0.12.0 稳定性与质量加固:新增文件锁保护(manifest/session 并发写安全)、tar 路径穿越防护、Obscura 下载重试、统一错误码体系,详见 CHANGELOG.md🚀 v0.11.0: Added experimental Obscura browser provider, multi-platform binaries, and lifecycle management. ⚠️ v0.10.0 BREAKING: metadata schema v3 hardcut. Use cliany-site migrate to upgrade legacy adapters.
Automate any web workflow into callable CLI commands

cliany-site is built on browser-use and Large Language Models (LLMs), enabling full-process automation from web exploration to code generation and replay via the Chrome CDP protocol. Explore with one command, execute with another—turning complex web workflows into repeatable CLI tools.

Architecture Overview

cliany-site/src/cliany_site/
├── cli.py              # Main entry point, SafeGroup global exception capture
├── config.py           # Unified configuration center (env + .env)
├── errors.py           # Exception hierarchy + error codes
├── response.py         # JSON envelope {ok, data, error, meta} (v1)
├── logging_config.py   # Structured logging (JSON format + masking)
├── sdk.py              # Python SDK (sync + async)
├── server.py           # HTTP API service (aiohttp)
├── security.py         # Session encryption (Fernet + Keychain)
├── sandbox.py          # Sandbox policy execution
├── audit.py            # Code security audit (AST analysis)
├── marketplace.py      # Adapter marketplace (pack/install/rollback)
├── browser/            # CDP connection + AXTree + Chrome start + iframe
├── explorer/           # LLM workflow exploration + atom extraction + verification
├── codegen/            # Code generation (template/param inference/deduplication/merge)
├── workflow/           # YAML orchestration + batch execution
├── commands/           # Built-in CLI commands
└── tui/                # Textual terminal UI

Features

Core Capabilities

  • Zero-Intrusion Exploration — Chrome CDP captures page AXTree without script injection.
  • LLM-Driven Code Generation — Claude / GPT-4o understands page semantics and generates Python CLI commands automatically.
  • LLM Call Retry Mechanism — Automatic retries during network fluctuations to improve exploration success rates.
  • Retryable LLM Outage Signalexplore --json reports gateway, rate-limit, or service outages as E_LLM_UNAVAILABLE with sanitized retry details instead of raw upstream HTML.
  • Unified JSON Envelope — All commands support --json, outputting a machine-readable {ok, data, error, meta} envelope (v1).
  • Persistent Sessions — Maintains Cookie / LocalStorage login states across commands.
  • Dynamic Adapter Loading — Automatically registers CLI subcommands by domain, allowing for easy expansion.
  • Automatic Browser Management — Manages Chrome debugging instances or experimental Obscura binaries automatically.
  • Data Extraction with Quality Signals — Extracts structured page data, saves Markdown reports, and reports empty/partial results through data.quality or E_EMPTY_RESULT when strict quality is enabled.

Enterprise Features

  • Headless & Remote Browsers — Supports --headless and --cdp-url ws://host:port for running in servers or Docker.
  • Obscura Lifecycle Management — Dedicated obscura command group for binary installation, rollback, and health checks.
  • YAML Workflow Orchestration — Declarative multi-step workflows with data passing, conditional logic, and retry strategies.
  • Data-Driven Batch Execution — CSV/JSON batch parameters with concurrency control and summary reports.
  • Encrypted Session Storage — Fernet symmetric encryption with system Keychain integration for key management.
  • Sandbox Execution Mode--sandbox limits cross-origin navigation and dangerous operations, currently prioritized for CLI adapter paths.
  • Generated Code Security Audit — AST static analysis detects dangerous patterns like eval/exec/os.system.

Security Features

  • Session Encryption: Fernet symmetric encryption with keys stored in system Keychain (macOS Keychain / Linux Secret Service); falls back to file keys if Keychain is unavailable.
  • Sandbox Mode: --sandbox limits navigation to the same origin, forbids javascript: / file:// / data: URLs, and prevents file downloads.
  • Code Audit: Automatic AST scanning of codegen output to detect dangerous calls like eval / exec.

Explore web workflow (requires LLM)

cliany-site explore "https://github.com" "Search and view results" --json

Fail fast if all rows are empty or required fields are blank

cliany-site browser extract \ --selector ".result-card" \ --mode list \ --fields-json '{"title": ".title", "url": "a@href"}' \ --strict-quality \ --json ```

Structured extraction responses include data.quality. Generated list- and search- adapter commands also include that summary and return E_EMPTY_RESULT when extraction quality is empty or partially missing required fields, so automation can distinguish "command ran" from "useful data was found".

Installation

```bash

Install via PyPI

pip install cliany-site

Or install from source

git clone https://github.com/pearjelly/cliany.site.git cd cliany.site pip install -e . ```

1. Install Obscura binary (version >= 0.1.0)

cliany-site obscura install 0.1.0 --json

1. Install adapter

cliany-site market install ./demo.suiteondemand.com.cliany-adapter-v0.14.0.tar.gz

ASF Jenkins (Build Status)

cliany-site market install ./builds.apache.org.cliany-adapter-v0.14.0.tar.gz
cliany-site builds.apache.org list-jobs --json
Disclaimer: These demo sites are operated by third parties and may be temporarily unavailable. cliany-site only provides the CLI shim; we do not control the demo data or uptime.

Install adapter

cliany-site market install ~/.cliany-site/packages/github.com-1.0.0.cliany-adapter.tar.gz

Quick Start (v0.11.0+)

For a guided first run, see 10-minute success path. It starts with a real demo adapter before requiring LLM setup, then points successful users toward the Real Demo Case Proposal path for contributing new public read-only cases.

Usage Examples

Discover maintained real demo cases

cliany-site cases --json cliany-site cases --status candidate --promotion-plan cliany-site cases --json --status candidate --promotion-plan cliany-site cases --case-id pypi-project-search --json cliany-site cases --case-id pypi-project-search --issue-template cliany-site cases --case-id pypi-project-search --evidence-bundle cliany-site cases --case-id pypi-project-search --evidence-bundle --json

Try Real Demos

The following adapters are available as downloadable assets on GitHub Release v0.14.1. The maintained case index lives in cases/README.md and cases/manifest.json. Use cliany-site cases --json to inspect active demos, candidate workflows, offline validation commands, and candidate promotion next actions from the CLI; promotion_evidence_summary.primary_next_task points automation at the first candidate task to advance, while promotion_evidence_summary.primary_next_task_acceptance_criteria states the proof required for that task. Add --promotion-plan to print the candidate promotion queue across all matched candidates; combine it with --json to read promotion_plan.primary_next_item, per-candidate primary tasks, and the incomplete task_queue. Use cliany-site cases --case-id pypi-project-search --json to open one case with validation and promotion details; omit --json for a copy-friendly human handoff with Promotion Tasks. Add --issue-template to print a GitHub issue body for a candidate promotion task, including Acceptance Criteria for each evidence task; combine it with --json to also read issue_template_primary_task without parsing Markdown. Add --evidence-bundle to print a structured local evidence checklist; combine it with --json for a machine-readable evidence bundle, including a promotion_command_plan that starts with llm_live_preflight before adapter package, metadata validation, and online smoke commands, plus acceptance_criteria for the proof each evidence task must attach. Use python scripts/plan_next_iteration.py --issues-dir /tmp/cliany-candidate-issues to generate reviewable candidate issue artifacts; the artifacts README shows Primary Evidence Status, Primary Acceptance Criteria, and primary_next_task_acceptance_criteria before maintainers create issues.

SuiteCRM Demo (Enterprise CRM)

```bash

2. Login (opens browser — use demo account from https://demo.suiteondemand.com/)

cliany-site login https://demo.suiteondemand.com/

Check environment

cliany-site doctor --json

Optional live provider preflight before explore

cliany-site doctor --llm-live --json

Configuration

```bash

Verify Environment

cliany-site doctor --json
cliany-site doctor --llm-live --json

By default, doctor checks local configuration, CDP, directories, and keys without calling the LLM provider. Add --llm-live when you want a real provider preflight before a longer explore; retryable gateway, rate-limit, or service outages appear as a llm_live warning with details.error_code=E_LLM_UNAVAILABLE.

Python SDK

from cliany_site.sdk import ClanySite

async with ClanySite() as cs:
    result = await cs.explore("https://github.com", "搜索仓库")
    adapters = await cs.list_adapters()

HTTP API

```bash

Call API

curl http://localhost:8080/doctor curl http://localhost:8080/adapters curl -X POST http://localhost:8080/explore \ -H "Content-Type: application/json" \ -d '{"url": "https://github.com", "workflow": "搜索仓库"}' ```

Command Reference

CommandArgumentsDescription
doctor[--json]Check environment (CDP, LLM Key, directory structure).
login <url>[--json]Open URL to wait for login and save session.
explore <url> <workflow>[--json] [--interactive] [--extend <domain>] [--record]Explore workflow and generate adapter.
list[--json]List generated adapters.
cases[--case-id <id>] [--status <status>] [--detail] [--issue-template] [--evidence-bundle] [--promotion-plan] [--json]List maintained real demo cases and candidate workflows.
verify <domain>[--json]Statically verify adapter schema, signatures, and dependency integrity.
migrate[--json] [--dry-run]Migrate all legacy adapters to schema v3.
replay <domain>[--session <id>] [--step]Replay exploration recording with screenshots and actions.
check <domain>[--json] [--fix]Check adapter health status.
obscura <subcommand>install/use/status/clean/rollback/upgrade/doctorManage experimental Obscura browser provider.
tuiStart TUI management interface.
serve[--host] [--port]Start HTTP API service.
market publish <domain>[--version] [--json]Pack and export adapter.
market install <path>[--force] [--json]Install adapter package.
market uninstall <domain>[--json]Uninstall adapter.
market rollback <domain>[--index] [--json]Rollback to a backup version.
workflow run <file>[--json] [--dry-run]Execute YAML workflow.
workflow validate <file>[--json]Validate workflow file.
workflow batch <adapter> <cmd> <data>[--concurrency] [--json]Batch execution.
report list[--domain] [--json]List execution reports.
report show <id>[--json]View report details.
<domain> <command>[--json] [args...]Execute a command from an adapter.

Global Options: --json --verbose --debug --cdp-url <ws://host:port> --headless --sandbox --explain --force-browser --diagnose

Ecosystem Integration

  • Python SDKfrom cliany_site import explore, execute for programmatic calls.
  • HTTP APIcliany-site serve --port 8080 starts a REST API service.
  • Adapter Marketplace — Pack, install, uninstall, and rollback adapters to share automation capabilities within teams.
  • TUI Management Interface — A Textual-based terminal UI for visual adapter management.
  • iframe/Shadow DOM — Recursive AXTree collection with cross-origin iframe and Shadow DOM penetration.

Basic Workflow

```bash

1. Explore workflow

cliany-site explore "https://github.com" "Search repository and view README" --json

YAML Workflow Orchestration

```yaml

workflow.yaml

name: GitHub Search Process steps: - name: Search Repository adapter: github.com command: search params: query: "cliany-site" - name: View Details adapter: github.com command: view params: repo: "$prev.data.results[0].name"

bash cliany-site workflow run workflow.yaml --json cliany-site workflow validate workflow.yaml --json ```

🇨🇳 中文文档镜像 AI 翻译 2026-06-17
英文原文章节由系统翻译为中文摘要,便于快速理解。完整原文见上方 "📑 README 深度解析"。
📌 简介

cliany-site 是一个强大的 Web 自动化与智能探索工具,旨在通过 LLM 驱动的方式简化复杂的网页交互任务。它结合了 Chrome CDP 技术与先进的语言模型,能够理解页面语义并自动生成执行指令,为开发者提供从零侵入式探索到结构化数据提取的全栈解决方案。

⚡ 功能介绍

核心功能涵盖了基于 Chrome CDP 的零侵入式页面 AXTree 捕获,支持由 Claude 或 GPT-4o 驱动的智能代码生���。系统内置了完善的 LLM 调用重试机制,能够应对网络波动;同时提供企业级特性,如 Headless 模式、远程浏览器支持(Docker/远程 CDP URL)、Obscura 生命周期管理以及基于 YAML 的声明式工作流编排。

📋 环境依赖

使用 explore 工作流进行智能网页探索时,需要配置并接入 LLM(如 Claude 或 GPT-4o)的 API 密钥。此外,系统支持通过 --json 模式输出结构化结果,以便于集成到其他自动化流水线中。

🛠 安装步骤(Docker/pip/源码)

您可以通过 PyPI 进行快速安装:使用 `pip install cliany-site`;或者通过源码安装:使用 `git clone` 克隆仓库后,在项目根目录下执行 `pip install -e .` 进行开发模式安装。

🚀 使用教程

对于初学者,建议参考官方提供的 [10-minute success path] 文档进行引导式体验。系统支持从真实的 Demo Adapter 开始运行,在完成 LLM 配置后,您可以尝试通过 `cliany-site explore` 命令发起智能探索任务,或使用 `browser extract` 进行高精度的结构化数据抓取。

⚙️ 配置说明(含 MCP / env)

项目通过统一的 configuration center 管理配置,支持 .env 文件与环境变量。您可以使用 `cliany-site doctor` 命令检查当前环境状态,或使用 `--llm-live` 参数进行 LLM 服务的预检,确保 API 调用链路畅通。

🔌 API 说明

cliany-site 提供双重调用方式:开发者可以使用 Python SDK 进行异步编程集成;也可以通过 `cliany-site serve` 启动 HTTP API 服务,利用 RESTful 接口(如 /explore, /doctor)实现跨语言的远程调用。

🔄 工作流/模块

cliany-site 构建了一个完整的生态系统:提供 Python SDK 用于程序化调用,支持 HTTP API 快速构建微服务,并拥有 Adapter Marketplace(适配器市场)用于团队间共享自动化能力。通过 TUI 管理界面与 YAML 工作流,您可以轻松实现复杂的多步自动化任务编排。

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

高质量的开源AI工作流框架,具有较强的实用价值

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

⚡ 核心功能

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

👥 适合人群

自动化工程师和运维人员项目经理和业务分析师希望减少重复性工作的专业人士数字化转型团队

🎯 使用场景

  • 自动化日常重复性工作,将精力集中于创造性任务
  • 构建数据采集 → 处理 → 输出的完整自动化管线
  • 实现跨平台、跨系统的数据流转和业务协同

⚖️ 优点与不足

✅ 优点
  • +MIT 协议,可免费商用
  • +大幅减少重复性人工操作
  • +可视化流程,清晰直观
  • +可扩展性强,支持复杂场景
⚠️ 不足
  • 初始配置和调试需投入一定时间
  • 强依赖外部服务的稳定性
  • 复杂场景需具备一定技术基础
⚠️ 使用须知

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

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

📄 License 说明

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

🔗 相关工具推荐

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

❓ 常见问题 FAQ

参考项目文档和示例代码
💡 AI Skill Hub 点评

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

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

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

📚 深入学习 CLI自动化框架
查看分步骤安装教程和完整使用指南,快速上手这款工具
🌐 原始信息
原始名称 cliany-site
原始描述 开源AI工作流:A browser automation-to-CLI framework. Leveraging browser-use, LLMs, and the CDP。⭐9 · Python
Topics browser-automationchrome-cdpclipython
GitHub https://github.com/pearjelly/cliany.site
License MIT
语言 Python
🔗 原始来源
🐙 GitHub 仓库  https://github.com/pearjelly/cliany.site 🌐 官方网站  https://www.cliany.site

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

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