sk-actions-custom-provider
Installation
SKILL.md
Custom Provider
Use this skill for Scalekit custom providers, also called connectors.
This skill is only for proxy-only connectors.
Execution Policy
- The skill must ask whether the target Scalekit environment is
DevorProductionbefore doing anything else. - In
Dev, the skill may run the token curl to generateenv_access_token. - In
Dev, the skill may run the read-only list providers curl to check existing custom providers. - In
Dev, the skill may run the create curl only after explicit user approval. - In
Dev, the skill may run the update curl only after the required diff review and explicit user confirmation. - In
Production, the skill may run the token curl to generateenv_access_token. - In
Production, the skill may run read-only list providers curls. - In
Production, the skill must never run create, update, or delete curls. - In
Production, the skill may give the user resolved curls to run themselves after review. - The skill must never run the delete curl. It should only print the resolved delete command and ask the user to run it from their terminal.
- Whenever the skill executes a curl, label the result with
✅for success or❌for failure.