docs_search
Installation
SKILL.md
Roblox Engine API Documentation Lookup
Use the http_get tool to fetch official Roblox Engine API docs as clean markdown.
The tool supports an optional query parameter that searches the fetched content for a keyword. When a query is provided, only matching sections are returned (or a short "no match" message), saving context window space. Misses are cheap — they cost one line in context. Prefer using query unless you already know you need the full document.
Fetching specific API pages
The API name in the URL is PascalCase and matches the Roblox API name exactly. URL patterns:
| Type | URL pattern |
|---|---|
| Classes | https://create.roblox.com/docs/reference/engine/classes/<ClassName>.md |
| Datatypes | https://create.roblox.com/docs/reference/engine/datatypes/<TypeName>.md |
| Enums | https://create.roblox.com/docs/reference/engine/enums/<EnumName>.md |
| Globals | https://create.roblox.com/docs/reference/engine/globals/<GlobalName>.md |
| Libraries | https://create.roblox.com/docs/reference/engine/libraries/<LibName>.md |