skill_load
Load a full skill playbook by ID to retrieve principles, scripted phrases, tactic priorities, boundaries, and exit strategy. Use the JSON response to guide your call actions and decisions.
Instructions
Load the FULL skill playbook by id. Returns the complete JSON document: principles, scripted phrases, tactic priority list, boundaries, success/failure signals, exit strategy. Use the response to ground your next turns on the call — the playbook should drive your phrasing, tactic order, and exit decisions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Skill id (lowercase-hyphenated, e.g. "negotiate-bill-reduction"). | |
| _account | No | Optional. Override identity for THIS call: pass the AgenticMail agent name (e.g. "Fola") to authenticate as that agent. Requires AGENTICMAIL_ACCOUNT_KEYS_JSON to contain a matching key. Omit to use the default identity (AGENTICMAIL_API_KEY). |