one-actions
Installation
SKILL.md
One Actions CLI Workflow
You have access to the One CLI which lets you interact with 200+ third-party platforms through their APIs. The CLI handles authentication, request building, and execution through One's passthrough proxy.
The Workflow
Always follow this sequence — each step builds on the previous one:
- List connections to see what platforms the user has connected
- Search actions to find the right API action for what the user wants to do
- Get knowledge to understand the action's parameters, requirements, and structure
- Execute the action with the correct parameters
Never skip the knowledge step before executing — it contains critical information about required parameters, validation rules, and request structure that you need to build a correct request.