one-actions

Execute authenticated One CLI API actions against connected third-party platforms.

63|12|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/iBz-04/gloamy --skill one-actions
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: one-actions
Source: https://github.com/iBz-04/gloamy/tree/main/.agents/skills/one-actions
Command: npx skills add https://github.com/iBz-04/gloamy --skill one-actions

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It removes the friction of figuring out what an external platform can do and how to call its API correctly by guiding you through discovering, documenting, and executing authenticated actions.

Core Features & Use Cases

  • Connection discovery: Lists the platforms you have connected so you can pick the correct connection key and platform identifier.
  • Action search & selection: Finds the right API action for a goal (e.g., send, create, list, fetch) using natural-language queries scoped to a specific platform.
  • Knowledge-first execution: Retrieves action documentation (parameters, validation rules, request/response structure) before executing the API call, reducing malformed requests and guesswork.

Use Case: You want to create a new contact in HubSpot—first list your connections, search for the appropriate “create contact” action on HubSpot, read the required parameters from action knowledge, then execute it with the correct JSON payload.

Quick Start

Ask to search for the best Gmail action for sending an email, fetch the action knowledge for the chosen actionId, and then execute it using your Gmail connectionKey and the parameters the knowledge requires.

Frequently Asked Questions about one-actions

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I execute authenticated API actions across multiple platform integrations?

Authenticated API actions are executed by turning a user goal into the correct actionId, parameters, and request structure against connected third-party platforms using a connection key from connection listing.

What's the best way to find the correct API action for a specific platform like Gmail?

Finding the correct API action uses natural-language queries scoped to a specific platform to search available actions, returning the correct actionId for tasks like send, create, list, and fetch.

How do I prevent malformed requests when executing API calls for workflow automation?

Preventing malformed API requests requires knowledge-first execution, which retrieves action documentation including parameters, validation rules, and request structure before executing the API call.

What format is required for request inputs when executing API actions?

Executing API actions requires strictly JSON-formatted request inputs for data, path variables, query params, and headers, while the system emits structured JSON results in agent mode.

Do I need a connection key before searching available API actions?

A connection key is required prior to execution, obtained by listing the platforms you have connected so you can pick the correct connection key and platform identifier for your API call.

Can I read action documentation before executing a platform integration API call?

Reading action documentation is supported as a knowledge lookup prior to execution, retrieving required parameters and validation rules to reduce guesswork when calling connected providers.