スキル一覧に戻る
MacHu-GWU

adf-json-example

by MacHu-GWU

Atlassian Document Format Parser

3🍴 1📅 2026年1月4日
GitHubで見るManusで実行

SKILL.md


name: adf-json-example description: Fetch raw ADF JSON data from a Confluence page URL. Use this skill when you need to see real-world ADF examples, understand how Confluence represents specific elements, debug ADF parsing, or create test samples.

ADF JSON Example Query Skill

This skill fetches the raw Atlassian Document Format (ADF) JSON data from a Confluence page. Use this when you need to understand the actual ADF structure of a real Confluence page, inspect how specific elements are represented in ADF, or debug ADF parsing issues.

Purpose

When working with ADF data, you often need to see real-world examples of how Confluence represents content. This skill:

  • Fetches the complete ADF JSON body from any accessible Confluence page
  • Displays the raw JSON structure with proper formatting
  • Caches results locally to avoid repeated API calls

Prerequisites

The Confluence API credentials must be configured. See atlas_doc_parser/tests/data/client.py for authentication setup.

Command

Fetch ADF JSON from a Confluence page URL:

.venv/bin/python .claude/skills/adf-json-example/scripts/adf_json_example_cli.py get_example "<confluence_page_url>"

Parameters

  • confluence_page_url: Full URL to a Confluence page (e.g., https://your-domain.atlassian.net/wiki/spaces/SPACE/pages/123456/Page+Title)

Example

.venv/bin/python .claude/skills/adf-json-example/scripts/adf_json_example_cli.py get_example "https://sanhehu.atlassian.net/wiki/spaces/GitHubMacHuGWU/pages/654049306/Mark+-+strong"

This outputs the full ADF JSON structure of the page, showing how nodes and marks are organized.

Output

The command prints formatted JSON to stdout, containing the full ADF document structure with:

  • version: ADF format version (typically 1)
  • type: Document type (typically "doc")
  • content: Array of top-level nodes (paragraphs, headings, tables, etc.)

Each node contains its type, attributes, and nested content/marks.

スコア

総合スコア

60/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です