SkillAgentSearch skills...

Spinai

No description available

Install / Use

/learn @Fallomai/Spinai
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<div align="center"> <h1>SpinAI 🤖 (deprecated)</h1>

A lightweight framework for building AI agents with TypeScript

<h3>

Documentation | Discord

</h3>

GitHub Repo stars License: MIT npm version

</div>

Getting Started

Visit our documentation for:

  • Installation guide
  • Quick start tutorial
  • API reference
  • Examples and best practices
  • Advanced usage

Quickstart

Create a New Project

Use our CLI to create a new SpinAI project:

npx create-spinai

Choose a template, and configure your .env

Read the README of the template you chose for a full list of env variables to setup.

Usually you'll need at minimum a .env file with your LLM's api key. All templates use OpenAI by default, but you can change the provider to your preferred LLM.

OPENAI_API_KEY=your_api_key_here

Run Your Agent

Start your agent:

npm run dev

Community

License

MIT © FallomAI

View on GitHub
GitHub Stars353
CategoryDevelopment
Updated3mo ago
Forks74

Languages

TypeScript

Security Score

72/100

Audited on Dec 16, 2025

No findings