Files
agent-skills/skills/agent-creation-and-management/SKILL.md
T
2026-08-05 15:45:29 +00:00

2.0 KiB

name, version, description, inputs, steps, outputs, tags, metadata
name version description inputs steps outputs tags metadata
agent-creation-and-management 1.0.0 Create and manage workplace AI agents using PipesHub's no-code agent builder.
Agent name with description
Action to perform (e.g., 'Gather facts about a company')
Step 1: Open the PipesHub UI at http://localhost:3000
Step 2: Navigate to the Agents section and click on 'Create Agent'
Step 3: Enter the agent name and description in the form
Step 4: Define the actions for the agent, such as 'Gather facts about a company', using PipesHub's no-code interface
Step 5: Save and deploy the agent
Agent created and deployed
Access URL for the new agent
source_repo extracted_at confidence
https://github.com/pipeshub-ai/pipeshub-ai.git 0.95

agent-creation-and-management

Create and manage workplace AI agents using PipesHub's no-code agent builder.

Setup

Setup steps:

  1. Ensure Docker and Compose are installed
  2. Clone the repository: git clone https://github.com/pipeshub-ai/pipeshub-ai.git
  3. Run the installer: ./install.sh

Key Files

  • N/A - Workflow implemented via UI

Steps

  1. Step 1: Open the PipesHub UI at http://localhost:3000
  2. Step 2: Navigate to the Agents section and click on 'Create Agent'
  3. Step 3: Enter the agent name and description in the form
  4. Step 4: Define the actions for the agent, such as 'Gather facts about a company', using PipesHub's no-code interface
  5. Step 5: Save and deploy the agent

Implementation Details

N/A - Workflow implemented via UI

Inputs

  • Agent name with description
  • Action to perform (e.g., 'Gather facts about a company')

Outputs

  • Agent created and deployed
  • Access URL for the new agent

Failure Modes

  • If the agent creation fails due to missing required fields, ensure all necessary details are provided correctly

Source

Extracted from: https://github.com/pipeshub-ai/pipeshub-ai.git Confidence: 0.95