Planar Binding
Bind an external service, API, or agent to a contract with defined scope, duration, and failure modes.
What This Skill Does
Use this spell when you need to summon a powerful external entity - a third-party API, a cloud service, another agent - and lock it into serving your workflow under explicit terms.
In this grimoire, Planar Binding is treated as a hybrid spell with a prototype delivery profile.
Canonical reference input: Planar Binding (spell).
When To Use
- You are integrating an external API or service and need to define the contract before granting access.
- An external agent or model needs to be constrained to a specific role, scope, and duration within your workflow.
- You want explicit failure modes, cost limits, and termination conditions before binding a dependency.
Prerequisites
- No extra runtime dependencies beyond Hermes Agent and the normal toolset for this session.
Procedure
- Restate the target, the success condition, and any no-touch boundaries before taking action.
- Name the external entity to bind and the service it will perform.
- Define the binding contract: scope of access, duration, rate limits, cost ceiling, and failure behavior.
- Establish the termination conditions - when and how the binding ends.
- Execute the binding with the user's explicit consent and credentials, then confirm the contract is active.
- Package the result as the deliverables below, with confidence, assumptions, and unresolved risk called out explicitly.
Deliverables
- A binding contract specifying scope, duration, cost limits, and failure modes.
- A confirmation that the external entity is active and operating within bounds.
- A termination procedure for releasing the binding cleanly.
Pitfalls / Guardrails
- Call out the glue, permissions, or missing infrastructure before you imply this is fully operational.
- Never bind to an external service without the user's explicit consent and credentials.
- Make cost and rate-limit implications explicit before executing any binding.
- Include termination conditions in every binding - no open-ended commitments.
Verification
- Check that the result includes every deliverable promised above.
- Check that confirmed facts, assumptions, and inferences are visibly separated.
- Check which parts are concrete actions versus framing, so the user can tell what is real now.
- Check that any missing glue code, permissions, or future work is labeled before the skill is treated as ready.
Example Invocation
/planar-binding integrate this external service with an explicit contract covering scope, cost, duration, and termination
1---2name: planar-binding-23description: Use this spell when you need to summon a powerful external entity - a third-party API, a cloud service, another agent - and lock it into serving your workflow under explicit terms.4license: CC0-1.05---6# Planar Binding7Bind an external service, API, or agent to a contract with defined scope, duration, and failure modes.8## What This Skill Does9Use this spell when you need to summon a powerful external entity - a third-party API, a cloud service, another agent - and lock it into serving your workflow under explicit terms.10In this grimoire, Planar Binding is treated as a hybrid spell with a prototype delivery profile.11Canonical reference input: Planar Binding (spell).12## When To Use1314- You are integrating an external API or service and need to define the contract before granting access.15- An external agent or model needs to be constrained to a specific role, scope, and duration within your workflow.16- You want explicit failure modes, cost limits, and termination conditions before binding a dependency.1718## Prerequisites1920- No extra runtime dependencies beyond Hermes Agent and the normal toolset for this session.2122## Procedure23241. Restate the target, the success condition, and any no-touch boundaries before taking action.252. Name the external entity to bind and the service it will perform.263. Define the binding contract: scope of access, duration, rate limits, cost ceiling, and failure behavior.274. Establish the termination conditions - when and how the binding ends.285. Execute the binding with the user's explicit consent and credentials, then confirm the contract is active.296. Package the result as the deliverables below, with confidence, assumptions, and unresolved risk called out explicitly.3031## Deliverables3233- A binding contract specifying scope, duration, cost limits, and failure modes.34- A confirmation that the external entity is active and operating within bounds.35- A termination procedure for releasing the binding cleanly.3637## Pitfalls / Guardrails3839- Call out the glue, permissions, or missing infrastructure before you imply this is fully operational.40- Never bind to an external service without the user's explicit consent and credentials.41- Make cost and rate-limit implications explicit before executing any binding.42- Include termination conditions in every binding - no open-ended commitments.4344## Verification4546- Check that the result includes every deliverable promised above.47- Check that confirmed facts, assumptions, and inferences are visibly separated.48- Check which parts are concrete actions versus framing, so the user can tell what is real now.49- Check that any missing glue code, permissions, or future work is labeled before the skill is treated as ready.5051## Example Invocation52```text53/planar-binding integrate this external service with an explicit contract covering scope, cost, duration, and termination54```