← Back to list

eaem-create-assets-package-from-page-skill
by schoudry
⭐ 0🍴 0📅 Jan 5, 2026
SKILL.md
name: eaem-create-assets-package-from-page-skill description: Creates a AEM JCR Package with the images downloaded by scrape-webpage skill
Create Assets Package from Page Skill
Collect the images created by Scrape webpage skill and create a JCR Package
Prerequisites
Before using this skill, ensure:
- ✅ scrape-webpage skill is available
Asset Package Workflow
Step 1: Scrape Webpage
Invoke: scrape-webpage skill
Provide:
- Target URL
- Output directory:
./import-work
Success criteria:
- ✅ images/ folder with all downloaded images from the URL provided
Step 2: Confirm JCR Package is created only with Images
Before proceeding, confirm with the user only images are copied and not for example pdfs:
"This skill only creates a package with images, proceed?"
Step 3: Ask for the JCR package name
Ask user for the JCR package name, give default as 'my-site-assets':
"What would you like the package name to be? eg. my-site-assets"
Step 4: Install package dependencies
Command:
npm install --prefix ./.skills/eaem-create-assets-package-from-page-skill/scripts
Step 5: Run the copy images and package creation script
Command:
node .skills/eaem-create-assets-package-from-page-skill/scripts/create-jcr-package.js 'my-site-assets'
Step 6: Verify package created as .zip
Success criteria:
- ✅ package created as zip with images
Score
Total Score
60/100
Based on repository quality metrics
✓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
Reviews
💬
Reviews coming soon