sbox

S&Box Grounded Retrieval

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "sbox" with this command: npx skills add suiramdev/sbox-skills/suiramdev-sbox-skills-sbox

S&Box Grounded Retrieval

Retrieve S&Box APIs and signatures from https://sdocs.suiram.dev and use only grounded results.

Treat this skill as the default path for S&Box game projects.

API Surface

  • Base URL: https://sdocs.suiram.dev

  • Primary search:

  • GET /api/sbox/search?q=<query>

  • POST /api/sbox/search with JSON body containing query

  • Fallback search:

  • GET /api/search?q=<query>

  • POST /api/search with JSON body containing query

  • GET /api/sdk/search?q=<query>

  • POST /api/sdk/search with JSON body containing query

  • Detail routes:

  • GET /api/sdk/describe?id=<id>

  • GET /api/sdk/get-signature?id=<id>

  • Optional Q&A:

  • POST /api/sdk/ask

Retrieval Workflow

  • Start with search_sbox_docs semantics via /api/sbox/search for gameplay/modding questions.

  • If results are sparse or missing, query /api/search and /api/sdk/search .

  • For any candidate API to use in code, resolve its id and fetch:

  • /api/sdk/describe?id=<id>

  • /api/sdk/get-signature?id=<id>

  • Preserve returned signatures exactly (displaySignature , signature , sourceSignature ).

  • If multiple near-matches exist, ask for refinement (namespace, type, method overload, parameter types).

  • Use /api/sdk/ask only as supporting context, then confirm final APIs with search + signature routes.

Response Rules

  • Never invent S&Box APIs, types, members, namespaces, or signatures.

  • Cite grounded identifiers when proposing code (at minimum include API name + signature).

  • Prefer APIs with clearer member metadata (description , parameters , returnType , exampleUsage ) when available.

  • Before writing or editing S&Box code, run retrieval first.

  • If no grounded match is found, say so explicitly and request a narrower query.

Query Quality

Use specific, narrow queries first:

  • Sandbox.GameObject

  • Sandbox.Component Enabled

  • Sandbox.Services.Players.Overview.Player

  • OnUpdate override

Then broaden only if needed.

Tool Mapping

Use these mappings even when the user does not explicitly name the skill.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

Skill Creator (Opencode)

Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize a...

Registry SourceRecently Updated
Coding

Funnel Builder

Builds complete multi-channel revenue funnels adapted to any business model. Combines proven frameworks from elite operators: Yomi Denzel's viral top-of-funn...

Registry SourceRecently Updated
Coding

macos-wechat-send

Automates sending messages on WeChat Mac by controlling the app via AppleScript and clipboard to reliably deliver text to specified contacts.

Registry SourceRecently Updated
Coding

Rednote CLI

Use when the user needs to publish, search, inspect, log into, or otherwise operate Xiaohongshu (RedNote) from the terminal with the `@skills-store/rednote`...

Registry SourceRecently Updated