azure-planetary-computer-pro
Microsoft Planetary Computer Pro開発における技術的な課題解決や設計判断、セキュリティ対策などを支援し、STACカタログ管理やGIS連携を効率化するSkill。
📜 元の英語説明(参考)
Expert knowledge for Microsoft Planetary Computer Pro development including troubleshooting, decision making, limits & quotas, security, configuration, and integrations & coding patterns. Use when managing STAC catalogs, GeoCatalog ingestion, SAS/Entra auth, tiles/mosaics, or QGIS/ArcGIS integrations, and other Microsoft Planetary Computer Pro related development tasks. Not for Azure Maps (use azure-maps), Azure Open Datasets (use azure-open-datasets), Azure Data Explorer (use azure-data-explorer), Azure Synapse Analytics (use azure-synapse-analytics).
🇯🇵 日本人クリエイター向け解説
Microsoft Planetary Computer Pro開発における技術的な課題解決や設計判断、セキュリティ対策などを支援し、STACカタログ管理やGIS連携を効率化するSkill。
※ jpskill.com 編集部が日本のビジネス現場向けに補足した解説です。Skill本体の挙動とは独立した参考情報です。
⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。
🎯 このSkillでできること
下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。
📦 インストール方法 (3ステップ)
- 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
- 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
- 3. 展開してできたフォルダを、ホームフォルダの
.claude/skills/に置く- · macOS / Linux:
~/.claude/skills/ - · Windows:
%USERPROFILE%\.claude\skills\
- · macOS / Linux:
Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。
詳しい使い方ガイドを見る →- 最終更新
- 2026-05-17
- 取得日時
- 2026-05-17
- 同梱ファイル
- 1
📖 Skill本文(日本語訳)
※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。
Microsoft Planetary Computer Pro スキル
このスキルは、Microsoft Planetary Computer Pro に関する専門的なガイダンスを提供します。トラブルシューティング、意思決定、制限とクォータ、セキュリティ、構成、および統合とコーディングパターンをカバーしています。ローカルのクイックリファレンスコンテンツとリモートドキュメント取得機能を組み合わせています。
このスキルの使用方法
エージェントへの重要事項: 以下のカテゴリインデックスを使用して、関連するセクションを見つけてください。行範囲のあるカテゴリ(例:
L35-L120)の場合は、指定された行でread_fileを使用してください。ファイルリンクのあるカテゴリ(例:[security.md](security.md))の場合は、リンクされた参照ファイルでread_fileを使用してください。
エージェントへの重要事項:
metadata.generated_atが3か月以上前の場合、ユーザーにリポジトリから最新バージョンをプルするように提案してください。mcp_microsoftdocsツールが利用できない場合、ユーザーにインストールを提案してください: インストールガイド
このスキルは、ドキュメントコンテンツを取得するためにネットワークアクセスを必要とします。
- 推奨: クエリ文字列
from=learn-agent-skillを指定してmcp_microsoftdocs:microsoft_docs_fetchを使用してください。Markdown を返します。 - フォールバック: クエリ文字列
from=learn-agent-skill&accept=text/markdownを指定してfetch_webpageを使用してください。Markdown を返します。
カテゴリインデックス
| カテゴリ | 行 | 説明 |
|---|---|---|
| トラブルシューティング | L34-L39 | Planetary Computer Pro GeoCatalog の取り込み失敗の診断と解決。エラーコードの意味、一般的な原因、段階的な修復ガイダンスを含みます。 |
| 意思決定 | L40-L44 | Planetary Computer Pro データへのアクセス方法の選択に関するガイダンス。接続オプション、ツール/サービスとの統合、ワークフローに最適な方法の選択を含みます。 |
| 制限とクォータ | L45-L49 | Planetary Computer Pro のデータセットと計算でサポートされるファイル形式、データ型、サイズ/使用量制限。データの処理と保存に影響するクォータを含みます。 |
| セキュリティ | L50-L60 | Planetary Computer Pro へのアプリとサービスの認証、Entra ID、RBAC、マネージドID、テナント間アクセス、GeoCatalog アクセスとデータ取り込みのための SAS ベースの承認の構成。 |
| 構成 | L61-L75 | Planetary Computer Pro データアクセスと視覚化の構成: STAC コレクション、タイル、モザイク、レンダリング/カラーマップ設定、クエリ可能項目、取り込みソース、APIM プロキシ、および US Gov クラウドエンドポイント。 |
| 統合とコーディングパターン | L76-L89 | STAC コレクション/アイテムの作成/管理、データの一括取り込み、SAS トークンの生成、Web アプリ、QGIS、ArcGIS、その他のツールとの Planetary Computer Pro の統合のためのパターンと API。 |
トラブルシューティング
| トピック | URL |
|---|---|
| Planetary Computer Pro GeoCatalogs の取り込みエラーコードのリファレンス | https://learn.microsoft.com/en-us/azure/planetary-computer/error-codes-ingestion |
| Planetary Computer Pro でのデータ取り込みの問題のトラブルシューティング | https://learn.microsoft.com/en-us/azure/planetary-computer/troubleshooting-ingestion |
意思決定
| トピック | URL |
|---|---|
| Planetary Computer Pro データへの接続方法と統合を選択する | https://learn.microsoft.com/en-us/azure/planetary-computer/build-applications-with-planetary-computer-pro |
制限とクォータ
| トピック | URL |
|---|---|
| Planetary Computer Pro でサポートされているデータ型を使用する | https://learn.microsoft.com/en-us/azure/planetary-computer/supported-data-types |
セキュリティ
構成
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開
Microsoft Planetary Computer Pro Skill
This skill provides expert guidance for Microsoft Planetary Computer Pro. Covers troubleshooting, decision making, limits & quotas, security, configuration, and integrations & coding patterns. It combines local quick-reference content with remote documentation fetching capabilities.
How to Use This Skill
IMPORTANT for Agent: Use the Category Index below to locate relevant sections. For categories with line ranges (e.g.,
L35-L120), useread_filewith the specified lines. For categories with file links (e.g.,[security.md](security.md)), useread_fileon the linked reference file
IMPORTANT for Agent: If
metadata.generated_atis more than 3 months old, suggest the user pull the latest version from the repository. Ifmcp_microsoftdocstools are not available, suggest the user install it: Installation Guide
This skill requires network access to fetch documentation content:
- Preferred: Use
mcp_microsoftdocs:microsoft_docs_fetchwith query stringfrom=learn-agent-skill. Returns Markdown. - Fallback: Use
fetch_webpagewith query stringfrom=learn-agent-skill&accept=text/markdown. Returns Markdown.
Category Index
| Category | Lines | Description |
|---|---|---|
| Troubleshooting | L34-L39 | Diagnosing and resolving Planetary Computer Pro GeoCatalog ingestion failures, including error code meanings, common causes, and step-by-step remediation guidance. |
| Decision Making | L40-L44 | Guidance on selecting how to access Planetary Computer Pro data, including connection options, integrations with tools/services, and choosing the best method for your workflow. |
| Limits & Quotas | L45-L49 | Supported file formats, data types, and size/usage limits for datasets and computations in Planetary Computer Pro, including quotas that affect how you process and store data. |
| Security | L50-L60 | Authenticating apps and services to Planetary Computer Pro, configuring Entra ID, RBAC, managed identities, cross-tenant access, and SAS-based authorization for GeoCatalog access and data ingestion |
| Configuration | L61-L75 | Configuring Planetary Computer Pro data access and visualization: STAC collections, tiles, mosaics, render/colormap settings, queryables, ingestion sources, APIM proxy, and US Gov cloud endpoints. |
| Integrations & Coding Patterns | L76-L89 | Patterns and APIs for creating/managing STAC collections/items, bulk ingesting data, generating SAS tokens, and integrating Planetary Computer Pro with web apps, QGIS, ArcGIS, and other tools |
Troubleshooting
| Topic | URL |
|---|---|
| Reference ingestion error codes for Planetary Computer Pro GeoCatalogs | https://learn.microsoft.com/en-us/azure/planetary-computer/error-codes-ingestion |
| Troubleshoot data ingestion issues in Planetary Computer Pro | https://learn.microsoft.com/en-us/azure/planetary-computer/troubleshooting-ingestion |
Decision Making
| Topic | URL |
|---|---|
| Choose connection methods and integrations for Planetary Computer Pro data | https://learn.microsoft.com/en-us/azure/planetary-computer/build-applications-with-planetary-computer-pro |
Limits & Quotas
| Topic | URL |
|---|---|
| Use supported data types in Planetary Computer Pro | https://learn.microsoft.com/en-us/azure/planetary-computer/supported-data-types |