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:

  1. List connections to see what platforms the user has connected
  2. Search actions to find the right API action for what the user wants to do
  3. Get knowledge to understand the action's parameters, requirements, and structure
  4. 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.

Commands

1. List Connections

Installs
2
Repository
picahq/cli
First Seen
Mar 18, 2026
one-actions — picahq/cli