Libraries

Quick Reference: Library Cheat Sheet

Scriptling provides 60+ libraries organized by capability.

Libraries

Registration

Every library is available by default in the CLI and MCP server, no setup needed there.

When embedding in Go, you register libraries explicitly. Each library page is marked Standard library or Extended library:

See Library Registration for the full list of registration calls, and the Security Guide for which libraries carry filesystem, network, process, or secrets risk.

Getting Help

Use the help() function within scripts:

import json
help(json)