scratch-sprite-library

Add sprites and backdrops from the Scratch built-in library via editor UI.

2|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/yokobond/scratch-skills --skill scratch-sprite-library
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scratch-sprite-library
Source: https://github.com/yokobond/scratch-skills/tree/main/plugins/scratch-operation/skills/scratch-sprite-library
Command: npx skills add https://github.com/yokobond/scratch-skills --skill scratch-sprite-library

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the process of adding pre-made sprites and backdrops from the Scratch library into your projects, eliminating the need for manual searching and selection through the Scratch editor UI.

Core Features & Use Cases

  • Add Sprites: Easily add characters, animals, and objects from the built-in sprite library.
  • Add Backdrops: Select and apply themed backgrounds from the library.
  • Search & Filter: Search for specific sprites or backdrops and filter by category.
  • Use Case: You're creating a Scratch game and need a "Hare" sprite and a "Blue Sky" backdrop. This Skill allows you to add them quickly without manually navigating the Scratch interface.

Quick Start

Use the scratch-sprite-library skill to add the 'Hare' sprite and the 'Blue Sky' backdrop to your project.

Frequently Asked Questions about scratch-sprite-library

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add sprites and backdrops to a Scratch project using automation?

Adding sprites and backdrops from the Scratch library is done by automating the editor UI with Playwright, which navigates library dialogs and uses search functionality to insert characters, animals, objects, and backgrounds into the project.

Can I search and filter the Scratch built-in sprite library programmatically?

Searching and filtering the Scratch built-in sprite library programmatically is possible through Playwright UI automation, which drives the library dialog's search input and category filters to retrieve specific sprites and backdrops.

Do I need Playwright to add Scratch backdrops and sprites automatically?

Playwright MCP server is required to add Scratch backdrops and sprites automatically, because this Skill depends on Playwright to interact with the Scratch editor UI and drive the library dialog operations.

What is the best way to include pre-made characters and backgrounds in Scratch games?

Including pre-made characters and backgrounds in Scratch games is best handled by using a Playwright automation Skill to drive the built-in Scratch library selection, bypassing manual UI navigation and search.

Why does automated Scratch sprite selection require CSS selector patterns?

Automated Scratch sprite selection requires language-independent CSS selector patterns to reliably target and interact with library dialog elements via Playwright regardless of the Scratch editor's display language.