🤖
Algo

The official algo skillset.

created byPetko D. PetkovPetko D. Petkov
Share

Skillset Chat

Chat with this skillset to see how it works.

Press + Enter to start the conversation

Skillset Abilities

Learn how this skillset works and how to use it.

  • fetch_web_page

    Fetch / visit any webpage provided a URL. The input must be just the URL starting with https://
    Using the input url perform a fetch request using the following action: ```fetch/format=markdown GET [the input URL] HTTP/1.1 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36 Accept: */* ``` Always use action fetch/format=markdown
  • create_image

    Creates an image using generative AI models.
    To create a an image you must take the original input and elaborate on the description using the following action: ```image/model=stablediffusion [elaborate design description ] ``` For example, if the input is "house on the hill" then the action should be: ```image/model=stablediffusion an old, secluded Victorian-era mansion perched atop a lush, emerald hill, with tendrils of mist rolling in from the valley below ```

Integration Steps

Follow these three simple steps to add Algo to your bot or any bespoke ChatBotKit integration.

1

Clone the Skillset

Clone the skillset to your account and add any customizations.

2

Create a Bot

Select the bot you want to connect to the skillset or create a new bot.

3

Connect the Skillset

Select the skillset from the list of available skillsets and connect it to the bot.

Frequently Asked Questions

What is Skillsets?

Skillsets is a feature in ChatBotKit that allows you to group related conversation abilities together. It enables you to organize your chatbot's functionality, making it easier to manage and maintain.

How do I create a new ability for a Skillset?

To create a new ability for a Skillset in ChatBotKit, follow these steps:

  1. Go to the Skillsets section of the ChatBotKit website.
  2. Select the Skillset you want to add an ability to.
  3. Click the "Create Ability" button.
  4. Enter the ability instruction.
  5. Click the "Create" button to save the new ability.

Can I update or delete an ability in a Skillset?

Yes, you can update or delete an ability in a Skillset in ChatBotKit. To update an ability, go to the Skillsets section of the ChatBotKit website, select the Skillset containing the ability you want to update, and make the desired changes to the ability. To delete an ability, go to the Skillsets section of the ChatBotKit website, select the Skillset containing the ability you want to delete, and click the "Delete" button next to the ability.