openloomi-api

Integrate openloomi backend APIs for authentication, AI services, messaging, and file storage.

909|43|Updated Apr 10, 2026
One-click install
npx skills add https://github.com/melandlabs/openloomi --skill openloomi-api
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openloomi-api
Source: https://github.com/melandlabs/openloomi/tree/main/plugins/claude/skills/openloomi-api
Command: npx skills add https://github.com/melandlabs/openloomi --skill openloomi-api

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires openloomi, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill unit provides access to the openloomi backend APIs, enabling you to integrate features like authentication, AI services, and other server-side functionalities into your applications.

Core Features & Use Cases

  • API Documentation and Reference: Access comprehensive documentation for all openloomi API endpoints.
  • Authentication: Handle OAuth, login, register, and token management.
  • Chat and Character Management: Create, retrieve, and manage chat characters.
  • Message Sending and Sync: Interact with the openloomi messaging system.
  • File Storage and Upload: Manage file storage and upload functionalities.
  • Integrations: Connect with external platforms like Slack, Discord, and more.
  • AI Services: Utilize AI capabilities like LLM, embeddings, images, and audio.
  • Billing and Insights: Access billing information and insights into your usage.

Quick Start

Use the openloomi-api skill to get the current user info with the following command:

curl http://localhost:3414/api/remote-auth/user -H "Authorization: Bearer $TOKEN"

Frequently Asked Questions about openloomi-api

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I integrate openloomi backend APIs for authentication and AI services?

To integrate openloomi backend APIs for authentication and AI services, use this Skill to access comprehensive endpoint documentation and manage OAuth, tokens, LLM, embeddings, and audio functionalities.

Can I manage file storage and upload functionalities through the openloomi API?

Yes, you can manage file storage and upload functionalities through the openloomi API by utilizing the endpoints provided in the Skill's API documentation and reference components.

How do I send messages and sync chat characters using openloomi?

You can send messages and sync chat characters using openloomi by calling the messaging system endpoints, which allow you to create, retrieve, and manage chat characters server-side.

Does the openloomi API support external integrations with platforms like Slack and Discord?

Yes, the openloomi API supports external integrations with platforms like Slack and Discord, enabling you to connect your application's server-side functionalities with these external messaging services.

What's the best way to get current user info from the openloomi API?

The best way to get current user info from the openloomi API is to send an authenticated GET request to the remote-auth user endpoint with a valid Bearer token in the Authorization header.

Do I need proper authentication and environment setup to use openloomi API endpoints?

Yes, you need proper authentication and environment setup to use openloomi API endpoints, as accessing server-side functionalities like AI services and billing requires a valid token and configured local environment.