SkillfulAI
  • Skillful AI
    • Welcome
    • About us
    • Ecosystem
  • Web SDK
    • Overview
    • Getting Started
      • Installation
      • Quick Start
      • Authentication
    • SDK Reference
    • Templates
      • Telegram Bot Template
      • Express Server Template
        • API Reference
      • Discord Bot Template
        • ProActive Mode
      • Kick Stream Bot
        • Getting Started
          • Installation
          • Quick Start
        • Create Commands
        • Advanced Configurations
  • Unity Gaming SDK
    • Overview
    • Getting Started
      • Installation
      • Authentication
    • Services
      • Skillful Agents
        • Overview
        • Quick Start
        • Service Reference
      • Smart NPCs
        • Overview
        • Quick Start
        • Service Reference
      • Skillful Inference
        • Overview
        • Quick Start
        • Service Reference
          • Question Answering
          • Sentence Similarity
          • Speech Recognition
          • Text Classification
          • Text Generation
          • Text Summary
          • Text-To-Image
          • Zero Shot Classification
          • Translation (Localization)
    • Audio Recorder
    • Additional Utilities
Powered by GitBook
On this page
  • Requirements
  • Importing the SDK
  1. Web SDK
  2. Getting Started

Installation

Get started with the Skillful Web SDK by installing it via npm:

npm install @skillfulai/agents

Or using yarn:

yarn add @skillfulai/agents

Requirements

  • Node.js 14 or later

  • npm or yarn package manager

Importing the SDK

ES6/TypeScript:

import { SkillfulClient } from '@skillfulai/agents';

CommonJS:

const { SkillfulClient } = require('@skillfulai/agents');
PreviousGetting StartedNextQuick Start

Last updated 3 months ago