@withone/cli 1.43.7 → 1.43.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +2 -2
  2. package/skills/one/SKILL.md +10 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@withone/cli",
3
- "version": "1.43.7",
3
+ "version": "1.43.8",
4
4
  "description": "CLI for managing One",
5
5
  "type": "module",
6
6
  "files": [
@@ -53,4 +53,4 @@
53
53
  "engines": {
54
54
  "node": ">=18"
55
55
  }
56
- }
56
+ }
@@ -1,21 +1,21 @@
1
1
  ---
2
2
  name: one
3
3
  description: |
4
- Use the One CLI (`one`) to interact with 250+ third-party platforms — Gmail, Slack, Shopify, HubSpot, Stripe, GitHub, Notion, Salesforce, and more — through their APIs. One handles authentication, request building, and execution through a single unified interface.
4
+ Use the One CLI (`one`) to interact with 3rd-party platforms — Gmail, Slack, Stripe, Notion, etc. through their APIs. One handles auth, request building, and execution.
5
5
 
6
- TRIGGER when the user wants to:
7
- - Interact with ANY third-party platform or external service (e.g., "send an email", "create a Shopify order", "look up a HubSpot contact", "post to Slack")
8
- - List their connected platforms or check what integrations are available
9
- - Search for what they can do on a platform (e.g., "what can I do with Gmail")
10
- - Execute any API call against a connected platform
6
+ TRIGGER when:
7
+ - Interact with ANY 3rd-party platform or external service (e.g., "send an email", "create a Shopify order", "find a HubSpot contact", "post to Slack")
8
+ - List their connected platforms or check available ones
9
+ - Search for available actions (e.g., "what can I do with Gmail")
10
+ - Execute API calls with a connected platform
11
11
  - Set up webhook-driven automations between platforms (e.g., "when a Stripe payment comes in, notify Slack")
12
12
  - Build multi-step workflows that chain actions across platforms (e.g., "fetch Stripe customers and email each one")
13
- - Anything involving third-party APIs, integrations, or connected apps — even if they don't mention "One" by name
13
+ - Anything involving 3rd-party APIs, integrations, or connected apps — even if they don't mention "One" by name
14
14
 
15
15
  DO NOT TRIGGER for:
16
- - Setting up One or installing MCP (that's `one init`)
17
- - Adding new connections (that's `one add <platform>`)
18
- - Configuring access control (that's `one config`)
16
+ - Setting up One or installing MCP (use `one init`)
17
+ - Adding new connections (use `one add <platform>`)
18
+ - Configuring access control (use `one config`)
19
19
  ---
20
20
 
21
21
  # One CLI