aci
ACI(Agent-Computer Interface)是一种开放标准,可将任意应用转化为结构化、可供智能体操作的接口:一个协议,适配各类软件,无需依赖截图。
开放标准
智能体接口
应用集成
自动化
AI工具
协议
软件互操作
⭐ 2⬇️ 0🏷️ main📦 2
aci-main.zip
190.7 KB下载
安装与使用说明
Codex
- 先下载 ZIP 包(例如:aci-main.zip)。
- 解压后放到 $CODEX_HOME/skills/ 目录下。
- 如果没有设置 $CODEX_HOME,通常可放到 ~/.codex/skills/。
- 确保目录内有 SKILL.md,然后重开会话即可使用。
源码目录预览
├── bridges │ ├── cli_bridge │ │ ├── __init__.py │ │ ├── claude_adapter.ps1 │ │ └── cli_worker.py │ ├── desktop_bridge │ │ ├── __init__.py │ │ ├── app_launcher.py │ │ ├── contour_detector.py │ │ ├── cursor_probe.py │ │ ├── desktop_shield.py │ │ ├── fast_ocr.py │ │ ├── ocr_validator.py │ │ ├── perception_fusion.py │ │ ├── physical_input.py │ │ ├── uia_extractor.py │ │ ├── vision_fallback.py │ │ ├── vlm_identifier.py │ │ └── worker.py │ ├── web_bridge │ │ ├── __init__.py │ │ ├── a11y_extractor.py │ │ ├── dom_parser.js │ │ ├── dom_supplement.js │ │ ├── executor.py │ │ ├── frame_manager.py │ │ ├── hover_prober.py │ │ ├── mutation_shield.py │ │ ├── snapshot_formatter.py │ │ ├── vision_fallback.py │ │ └── worker.py │ ├── __init__.py │ └── base_bridge.py ├── core │ ├── models │ │ ├── __init__.py │ │ └── schemas.py │ ├── __init__.py │ ├── detection_tier.py │ ├── protocol_router.py │ ├── server.py │ ├── session_manager.py │ └── state_machine.py ├── data │ └── knowledge_base │ ├── _common.yaml │ ├── chrome.yaml │ ├── dingtalk.yaml │ ├── discord.yaml │ ├── explorer.yaml │ ├── feishu.yaml │ ├── notion.yaml │ ├── slack.yaml │ ├── telegram.yaml │ ├── vscode.yaml │ ├── wechat.yaml │ └── wps.yaml ├── memory_core │ ├── __init__.py │ ├── knowledge_base.py │ ├── muscle_memory.py │ └── shortcut_graph.py ├── safety │ ├── __init__.py │ ├── data_masking.py │ ├── kill_switch.c │ └── kill_switch_py.py ├── scripts │ ├── aci_client.py │ ├── start_aci.ps1 │ ├── stop_aci.ps1 │ └── test_web_live.py ├── tests │ ├── __init__.py │ ├── test_coordinate_normalization.py │ ├── test_integration_smoke.py │ ├── test_knowledge_base_template.py │ ├── test_perception_fusion.py │ ├── test_snapshot_formatter.py │ ├── test_uia_extractor_attrs.py │ ├── test_visual_gatekeeper.py │ ├── test_web_a11y_extractor.py │ ├── test_web_dom_supplement.py │ ├── test_web_executor_v2.py │ ├── test_web_frame_manager.py │ ├── test_web_hover_prober.py │ ├── test_web_integration.py │ ├── test_web_priority_throttle.py │ └── test_web_vision_fallback.py ├── .gitignore ├── LICENSE ├── README.md ├── SKILL.md └── requirements.txt
元数据
Slug: aci
作者: Leoooooli
协议: Apache-2.0
包大小: 190.7 KB
SHA256: f78863a481efdbc0058fce160e5bd5e1ae65bc75113b0afaaeb39832c0143497