aria-ark
Aria Research Kit (ARK) skills for building applications with Project Aria smart glasses
Open source Open in the app JSON README (API)
About
Aria Research Kit (ARK) skills for building applications with Project Aria smart glasses
Details
- Kind
- Plugins
- Topic
- No topic detected
- Publisher
- facebookresearch
- Origin
- gemini
- Category
- ferramentas
- Version
- 1.0.0
- Stars
- 9
- Forks
- 2
- Open pull requests
- 8
- Last push
- 2026-09-05T00:59:21Z
- Repository state
- ativo
- Language
- Python
- License
- Apache-2.0
- Added
- 2026-08-30 14:13:39
- Updated
- 2026-08-30 14:13:39
- Origin id
facebookresearch/projectaria-plugins
README
# Project Aria Plugins [](https://github.com/facebookresearch/projectaria-plugins/actions/workflows/validate.yml) [](https://github.com/facebookresearch/projectaria-plugins/actions/workflows/lint.yml) [](https://github.com/facebookresearch/projectaria-plugins/actions/workflows/link-check.yml) [](./LICENSE) Official AI coding assistant plugin marketplace for [Project Aria](https://www.projectaria.com/) smart glasses development. This repository hosts a collection of AI coding assistant plugins that help developers build with Project Aria. Each plugin bundles skills, tools, and references for a specific surface of the Aria developer ecosystem. ## Installation ### Claude Code Add this marketplace: ```bash claude plugin marketplace add https://github.com/facebookresearch/projectaria-plugins.git ``` Then install any plugin from it, for example: ```bash claude plugin install aria-ark@projectaria-plugins ``` ### Codex Add this marketplace: ```bash codex plugin marketplace add https://github.com/facebookresearch/projectaria-plugins.git ``` Then open Codex chat, run `/plugin`, choose the Project Aria Plugins marketplace, and install any plugin from it, e.g.`aria-ark`. ### Gemini CLI Install as a Gemini CLI extension: ```bash gemini extensions install https://github.com/facebookresearch/projectaria-plugins.git ``` The extension loads the `GEMINI.md` context file at session start, which includes a tool mapping table and imports all ARK skill content. ## Plugins | Plugin | Description | |--------|-------------| | [aria-ark](./projectaria_ark_plugin) | Aria Research Kit (ARK) skills — VRS data processing, MPS, calibration, and real-time webapp development (WebSocket streaming, 3D visualization, voice pipeline). | ## Contributing See [CONTRIBUTING.md](./CONTRIBUTING.md). All contributors are expected to follow our [Code of Conduct](./CODE_OF_CONDUCT.md). Security issues should be reported per [SECURITY.md](./SECURITY.md). ### Local validation Before opening a PR, run the same checks CI runs: ```bash pip install -r scripts/requirements.txt python scripts/validate_marketplace.py python scripts/validate_skills.py python scripts/check_required_files.py npx -y markdownlint-cli2 "**/*.md" codespell ``` ## License Project Aria Plugins is licensed under the Apache License, Version 2.0. See [LICENSE](./LICENSE) for the full text. ## Links - [Project Aria](https://www.projectaria.com/) - [Project Aria Documentation](https://facebookresearch.github.io/projectaria_tools/gen2/)