msw-search

Search MSW API documentation and resources via vector search.

33|2|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/MSW-Git/msw-ai-coding-plugins-official --skill msw-search
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: msw-search
Source: https://github.com/MSW-Git/msw-ai-coding-plugins-official/tree/main/plugins/msw-maker-base-skill/skills/msw-search
Command: npx skills add https://github.com/MSW-Git/msw-ai-coding-plugins-official --skill msw-search

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires msw-mcp, msw_resource_api.cjs, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the process of searching for resources and documentation for MapleStory Worlds (MSW) development, allowing users to quickly access the information they need.

Core Features & Use Cases

  • API Documentation & Guides: Offers vector search for API documents and implementation guides, providing detailed descriptions, code examples, and related APIs.
  • Resource Search: Allows users to search for sprites, animations, sounds, resource packs, and avatars using natural language queries.
  • Use Case: When creating an MSW world, you can use this Skill to quickly find a sprite for a monster or NPC, or search for an animationclip for a specific skill effect.

Quick Start

Search for a sprite with "orange mushroom" and select the first result to assign it to a monster entity.

use msw-search to search for "orange mushroom"
assign the first result to the monster's sprite

Frequently Asked Questions about msw-search

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

FAQPage Schema
How do I search for MapleStory Worlds sprites and animations using natural language?

You can search for MapleStory Worlds sprites and animations using natural language by querying the resource database. This returns specific sprites, animation clips, and resource packs matching your descriptive text.

What is the best way to find API documentation for MapleStory Worlds game development?

The best way to find MapleStory Worlds API documentation is using vector search on the API documents. This provides detailed descriptions, code examples, and related APIs for your game development needs.

Do I need an MCP server to search for MapleStory Worlds resources?

Yes, you need access to the MSW MCP server and the REST API for resources. These dependencies are required to perform vector search and retrieve documentation for MapleStory Worlds development.

Can I find specific sound effects and resource packs for MapleStory Worlds?

Yes, you can find specific sound effects and resource packs for MapleStory Worlds. The resource search functionality allows you to locate sounds, avatars, and resource packs using natural language queries.

How do I quickly assign a searched sprite to a monster entity in MapleStory Worlds?

To assign a searched sprite to a monster entity, search for the desired sprite by name, select the first result from the vector search output, and assign it directly to the monster's sprite component.