czml-camera-view

czml-camera-view is a skill for Claude Code, Codex from CesiumGS/cesiumjs-ai-starter-app. It costs 46 tokens per session (308 once invoked), scanned A, original, Apache-2.0.

A CZML camera offset suggests where the viewer's camera should sit relative to an entity when viewing or tracking it. The offset uses meters in east, north, and up directions.

In plain words
What is it for?
Use it to define a view from behind, above, beside, or at a chosen distance from an entity.
Why use it?
It makes the intended tracking viewpoint explicit instead of relying on a default camera position.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to define a view from behind, above, beside, or at a chosen distance from an entity.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/cesiumgs/cesiumjs-ai-starter-app/czml-camera-view
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.

Any agent
npx skills add CesiumGS/cesiumjs-ai-starter-app --skill czml-camera-view
Clone the repo
git clone --depth 1 https://github.com/CesiumGS/cesiumjs-ai-starter-app

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for czml-camera-view

README.md
[![agentmods](https://agentmods.dev/badge/skills/cesiumgs/cesiumjs-ai-starter-app/czml-camera-view/github.svg)](https://agentmods.dev/skills/cesiumgs/cesiumjs-ai-starter-app/czml-camera-view)
Your own site
<a href="https://agentmods.dev/skills/cesiumgs/cesiumjs-ai-starter-app/czml-camera-view"><img src="https://agentmods.dev/badge/skills/cesiumgs/cesiumjs-ai-starter-app/czml-camera-view/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for czml-camera-view

Your own site · 80×15
<a href="https://agentmods.dev/skills/cesiumgs/cesiumjs-ai-starter-app/czml-camera-view"><img src="https://agentmods.dev/badge/skills/cesiumgs/cesiumjs-ai-starter-app/czml-camera-view.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 46 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 308 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00046 $0.00308
Opus 5 $0.00023 $0.00154
Sonnet 5 $0.00009 $0.00062
Haiku 4.5 $0.00005 $0.00031

Measured 11d ago against content hash dbfa79d11743, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

czml-camera-view scanned grade A with 0 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 11d 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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

packages/codegen-czml/skills/czml-camera-view/SKILL.md · 27 lines

What it actually says

CZML Camera ViewFrom

  • "viewFrom": { "cartesian": [x, y, z] } — a suggested initial camera position offset (in meters) when tracking this entity, typically in the entity's own East (x), North (y), Up (z) frame. E.g. [0, -20000, 20000] looks at the entity from 20km back and 20km up.
  • Add "viewFrom" whenever the intent describes tracking, following, or viewing an entity from a specific offset/distance/angle.

Example: a point entity with a fixed tracking offset

[
  { "id": "document", "name": "Tracked entity", "version": "1.0" },
  {
    "id": "facility-1",
    "position": { "cartographicDegrees": [-75, 40, 0] },
    "viewFrom": { "cartesian": [0, -20000, 20000] },
    "point": { "pixelSize": 10, "color": { "rgba": [255, 255, 255, 255] } }
  }
]
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. 11d ago First seen · 27 lines · 46 tokens per session scan A dbfa79d11743

Subscribe to this mod's changes

czml-camera-view is a skill published in the GitHub repository CesiumGS/cesiumjs-ai-starter-app (7 stars, last pushed 13d ago), licensed Apache-2.0. It adds 46 tokens to every session and 308 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. 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

browser-use

Direct browser control via CDP for web interaction: automation, scraping, testing, screenshots, and site/app work.

browser-use/browser-use · 26 tokens

open-source

Documentation reference for writing Python code using the browser-use open-source library. Use this skill whenever the user needs help with Agent, Browser, or Tools configuration, is writing code that imports from browseruse, asks about @sandbox deployment, supported LLM models, Actor API, custom tools, lifecycle…

browser-use/browser-use · 137 tokens

ocx

Drive a running opencodex (ocx) proxy from the CLI — account pools, provider routing, model catalog, usage and cost attribution, request logs, access keys, storage cleanup, and the management API. Use when a task involves controlling or inspecting an opencodex proxy rather than editing the opencodex codebase.…

lidge-jun/opencodex · 119 tokens

crit-story

Author a crit story and continue the interactive review loop only when the user explicitly invokes crit-story or directly asks you to generate a crit story. Do not infer this skill from generic review, PR, or diff-review requests.

tomasz-tomczyk/crit · 47 tokens

snip

You are an expert at writing declarative YAML filters for snip, a CLI proxy that reduces LLM token consumption by filtering shell output.

edouard-claude/snip · 0 tokens

goai

GoAI is a Go SDK for AI applications. One unified API across 25+ LLM providers. Inspired by the Vercel AI SDK, adapted to Go idioms (generics, interfaces, channels).

zendev-sh/goai · 0 tokens