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

Raspberry Pi Manager

Manage Raspberry Pi devices — GPIO control, system monitoring (CPU/temp/memory), service management, sensor data reading, and remote deployment. Use when you...

Registry SourceRecently Updated
Coding

LinkdAPI

Complete LinkdAPI integration OpenClaw skill. Includes all 50+ endpoints, Python/Node.js/Go SDKs, authentication, rate limits, and real-world examples. Use t...

Registry SourceRecently Updated
Coding

Tesla Commander

Command and monitor Tesla vehicles via the Fleet API. Check status, control climate/charging/locks, track location, and analyze trip history. Use when you ne...

Registry SourceRecently Updated
0154
Profile unavailable