surrealql-functions

Installation
SKILL.md

SurrealQL Functions

SurrealDB ships hundreds of built-in functions grouped into namespaces (string::, array::, math::, type::, …). Function names and signatures change between releases, so the authoritative, version-current source is the SurrealQL tooling rather than memory:

For mapping any function to authoritative documentation, see references/catalog.md.

When to use this skill

  • Looking up which built-in function does what, or its exact arguments
  • Getting live completions, hover, and signature help for .surql files
  • Confirming a function exists / has the expected signature in the installed SurrealDB version (avoids emitting renamed or removed functions)
Installs
251
GitHub Stars
25
First Seen
Jun 16, 2026
surrealql-functions — surrealdb/agent-skills