skills/cesium-context7/SKILL.md
Fetches up-to-date documentation for Cesium, CesiumJS, Cesium Viewer, 3D Tiles, Unreal Engine integration, Unity integration, cesium-unreal, cesium-unity, ACesium3DTileset, ACesiumGeoreference, Globe Anchor, Cesium plugin, georeferencing, and Cesium-related APIs using Context7 MCP tools. Useful for CesiumJS classes (Viewer, Entity, Camera, Scene, Cartesian3, etc.), Unreal Engine Cesium components, Unity Cesium components, 3D Tiles specification, and Cesium integrations. Use query-docs with library IDs: /cesiumgs/cesium (CesiumJS), /cesiumgs/cesium-unreal (Unreal), /cesiumgs/cesium-unity (Unity), /websites/ogc_cs_22-025r4 (3D Tiles spec).
npx skillsauth add cesiumgs/cesium-ai-integrations cesium-context7Install this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill provides access to up-to-date Cesium documentation for CesiumJS, Unreal Engine integration, and Unity integration.
When working with Cesium-related code, use Context7 MCP Server tools to fetch current documentation before providing answers or generating code.
resolve-library-idSearch for libraries and retrieve their Context7 library IDs.
⚠️ Only use this tool when it's unclear which library to use. For Cesium projects, use the Known Library IDs listed below.
Parameters:
libraryName (string, required): Name of the library to searchquery (string, optional): Additional search contextExample use case: Find the correct library ID for an unfamiliar library or when the library ID is unknown.
query-docsRetrieve documentation for a specific library and query.
Parameters:
libraryId (string, required): Context7 library IDquery (string, required): Documentation query or topicversion (string, optional): Specific library versionExample use case: Get documentation for Cesium Viewer initialization using library /cesiumgs/cesium.
For class constructors, methods, and properties (e.g., Viewer, Entity, Cartesian3, Camera methods, Scene properties):
/cesiumgs/cesiumFor Unreal Engine integration (e.g., ACesium3DTileset, ACesiumGeoreference, Blueprint integration):
/cesiumgs/cesium-unrealFor Unity integration (e.g., Cesium3DTileset component, CesiumCameraController, C# scripting):
/cesiumgs/cesium-unityFor tile formats and schema details (e.g., tileset JSON structure, refinement strategies, metadata schemas):
/websites/ogc_cs_22-025r4query-docs calls with different library IDs to gather comprehensive documentationresolve-library-id when the library is unknown, not listed in Known Library IDs, or when it's unclear which library best fits the questionquery-docs to fetch documentation before generating code to ensure accuracyversion parameter when working with a specific versiontools
Use when work should span one or more detached tasks but still behave like one job with a single owner context. TaskFlow is the durable flow substrate under authoring layers like Lobster, ACPX, plugins, or plain code. Keep conditional logic in the caller; use TaskFlow for flow identity, child-task linkage, waiting state, revision-checked mutations, and user-facing emergence.
tools
# Lobster Lobster executes multi-step workflows with approval checkpoints. Use it when: - User wants a repeatable automation (triage, monitor, sync) - Actions need human approval before executing (send, post, delete) - Multiple tool calls should run as one deterministic operation ## When to use Lobster | User intent | Use Lobster? | | ------------------------------------------------------ | --------------------------
tools
# Lobster Lobster executes multi-step workflows with approval checkpoints. Use it when: - User wants a repeatable automation (triage, monitor, sync) - Actions need human approval before executing (send, post, delete) - Multiple tool calls should run as one deterministic operation ## When to use Lobster | User intent | Use Lobster? | | ------------------------------------------------------ | --------------------------
tools
A CLI tool for making authenticated requests to the X (Twitter) API. Use this skill when you need to post tweets, reply, quote, search, read posts, manage followers, send DMs, upload media, or interact with any X API v2 endpoint.