Expand description
Read skill-scoped configuration values.
Config values are set when the skill is installed/configured. They are
non-secret settings declared in the [[config]] section of Skill.toml.
Requires the config capability in your Skill.toml.
Functions§
- get
- Get a config value by key. Returns
Noneif the key doesn’t exist.