Beamlens.Skill.Base (beamlens v0.3.1)

View Source

Base callbacks available to all skills.

These callbacks provide common utilities that every operator can use, regardless of their specific domain. They are automatically merged with skill-specific callbacks when the operator executes Lua code.

Available Callbacks

  • get_current_time() - Returns current UTC timestamp
  • get_node_info() - Returns node name, uptime, and OS info

Summary

Functions

Returns documentation for base callbacks.

Returns the base callbacks map.

Functions

callback_docs()

Returns documentation for base callbacks.

This is appended to skill-specific callback docs.

callbacks()

Returns the base callbacks map.

These are merged with skill-specific callbacks in the operator.