cloud-streaming

Setup guidance for sending sensor data from Aria Gen 2 smart glasses directly to an internet-accessible HTTPS server. Aria Gen 2 glasses are wearable devices that collect streams such as camera and sensor data.

In plain words
What is it for?
Use it to configure remote streaming, collect data from multiple glasses, monitor streams, or feed cloud processing pipelines.
Why use it?
It supports field use and centralized collection when the glasses are not connected to the same computer or local network as the processing system.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/facebookresearch/projectaria-plugins/cloud-streaming
Any agent
npx skills add facebookresearch/projectaria-plugins --skill cloud-streaming
Clone the repo
git clone --depth 1 https://github.com/facebookresearch/projectaria-plugins

Made for: Claude Code, Codex.

Per session 83 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,530 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 2 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00083 $0.01530
Opus 5 $0.00042 $0.00765
Sonnet 5 $0.00017 $0.00306
Haiku 4.5 $0.00008 $0.00153

Measured 2d ago against content hash 1f8bb5f190bb, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade B, and why

cloud-streaming scanned grade B with 2 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Asks for rootmediumPrivilege escalation

A mod that escalates privileges can change anything on the machine, not only the project.

Copy `subscriber.pem` and `subscriber-key.pem` to a secure path on the cloud server (e.g. `/etc/aria-certs/`, with `chmod 600`).

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

| No data reaches server | Glasses not on internet WiFi, server unreachable, or wrong URL | Verify WiFi connection from the Companion App or `aria_gen2 device wifi …`; test the URL from another machine with `curl -k http
projectaria_ark_plugin/skills/cloud-streaming/SKILL.md · 135 lines

How it starts

The opening of the file, as written. The whole thing — 135 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Aria Cloud Streaming

Remote (cloud) streaming sends Aria Gen 2 data straight to your internet-reachable HTTPS server, bypassing the default local USB / same-network WiFi streaming. The glasses POST data over HTTPS to whatever URL you supply.

Reference: https://facebookresearch.github.io/projectaria_tools/gen2/ark/client-sdk/remote-streaming For local USB / same-network streaming: use the client-sdk skill.

When to use

  • Field deployments — collect data without carrying a laptop.
  • Centralized collection — many devices → one cloud server.
  • Cloud processing — feed real-time pipelines (decoders, indexers, alerters) in the cloud.
  • Remote monitoring — observe device streams from anywhere.

If your collection point is on the same WiFi as the glasses, plain local streaming via the Client SDK is simpler — use that.

Architecture

Aria Glasses  ──(WiFi → internet)──►  Your HTTPS Server :6768
                  HTTPS POST              (decode / store / forward)

The glasses open an HTTPS connection to a URL you provide and POST sensor data chunks. The server uses Aria's streaming TLS certificates so the connection is mutually trusted.

Setup (one-time per server)

1. Prerequisites

  • Client SDK installed and device authenticated (aria_gen2 auth pair) — see the client-sdk skill.
  • Glasses on a WiFi network with internet access.
  • A server reachable from the public internet on port 6768.

2. Copy streaming certificates to the server

The certificates were generated when the SDK was first set up. They live on the PC where the SDK was installed at:

~/.aria/streaming-certs/persistent/
├── subscriber.pem        # server cert (PEM)
├── subscriber-key.pem    # server private key
└── root_ca.pem

Copy subscriber.pem and subscriber-key.pem to a secure path on the cloud server (e.g. /etc/aria-certs/, with chmod 600).

3. Open inbound port 6768

Open TCP port 6768 in the server's firewall and any cloud-provider security group. Restrict the source to known IP ranges if you can; otherwise allow 0.0.0.0/0.

Read the full file on GitHub · 135 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 135 lines · 83 tokens per session scan B 1f8bb5f190bb

Subscribe to this mod's changes

cloud-streaming is a skill published in the GitHub repository facebookresearch/projectaria-plugins (8 stars, last pushed 7d ago), licensed Apache-2.0. It adds 83 tokens to every session and 1,530 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it B with 2 findings (asks for root, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

add-macos-statusbar

Add a macOS menu bar status indicator for NanoClaw. Shows a bolt icon with a green/red dot indicating whether NanoClaw is running, with Start, Stop, and Restart controls. macOS only.

nanocoai/nanoclaw · 49 tokens

cli-anything-3mf

3MF mesh geometry editor — detect and resize cylindrical holes, repair meshes, compare 3D printing files. Works with BambuStudio and PrusaSlicer 3MF files.

HKUDS/CLI-Anything · 44 tokens

platform-port

Guide porting FastLED to new MCU platforms, including int.h types, clockless drivers, SPI implementations, and platform detection. Use when adding support for a new microcontroller family or board.

FastLED/FastLED · 42 tokens

doca-compress

Use this skill for hands-on DOCA Compress programming on a BlueField DPU, ConnectX NIC, or host with DOCA — enabling compress-deflate, decompress-deflate, decompress-lz4-stream, or decompress-lz4-block tasks on a docacompress context (the hardware supports DEFLATE both directions plus LZ4 decompress; LZ4 encode is NOT…

NVIDIA/skills · 242 tokens

doca-dms

Operate NVIDIA DOCA Management Service (dmsd + dmspe) on a BlueField, Arm/x86 host, or Kubernetes pod: choose deployment and authentication, configure -allowedusers and dmsgroup, use gNMI Get/Set/Subscribe, run supported gNOI workflows, and debug frontend/backend failures. Trigger even without "DMS" for "manage a…

NVIDIA/skills · 163 tokens

pcbway

PCBWay PCB fabrication and assembly — turnkey/consigned assembly, design rules, ordering workflow. Alternative to JLCPCB for manufacturing. Use with KiCad. Use this skill when the user mentions PCBWay, needs turnkey assembly (PCBWay sources parts by MPN), has parts not available on LCSC, needs assembled boards with…

aklofas/kicad-happy · 119 tokens