core

Sets up Luzmo integration configuration including API keys, tokens, and SDKs.

1|Updated Jun 3, 2026
One-click install
npx skills add https://github.com/luzmo-official/agent-skills --skill core-luzmo-official
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: core
Source: https://github.com/luzmo-official/agent-skills/tree/main/skills/core
Command: npx skills add https://github.com/luzmo-official/agent-skills --skill core-luzmo-official

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @luzmo/nodejs-sdk, luzmo-sdk, luzmo/luzmo-sdk-php, com.luzmo:sdk, LuzmoSDK, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill unit sets up the foundational elements required for Luzmo integrations, addressing common issues such as authentication, API pattern establishment, and essential guidance.

Core Features & Use Cases

  • Authentication and API Patterns: Establishes secure practices for API key handling and embed token generation.
  • SDK Selection: Offers guidance on selecting the appropriate SDK based on backend and frontend needs.
  • API Implementation Patterns: Defines the correct use of the Luzmo API, including actions, request structure, and documentation patterns.
  • Environment Variables: Standardizes environment variable naming conventions for credentials and configuration.
  • Embed Authorization Tokens: Explains the generation and usage of embed authorization tokens for frontend access.
  • Backend and Frontend SDKs: Provides installation instructions for various SDKs compatible with Luzmo.

Quick Start

Use the core skill to initialize your Luzmo integration with the necessary SDKs and configuration settings.

Frequently Asked Questions about core

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

FAQPage Schema
How do I set up API key management and authentication for a Luzmo integration?

To set up Luzmo authentication, configure standard environment variables for your API keys and credentials. This establishes secure API key handling patterns and generates embed authorization tokens required for frontend access.

Which Luzmo SDK should I choose for my backend and frontend environment setup?

Luzmo SDK selection depends on your stack, offering dedicated packages for Node.js, PHP, and Java backend environments. Choosing the correct SDK ensures proper API pattern implementation and adherence to Luzmo's request structure standards.

What is the best way to generate secure embed tokens for Luzmo frontend components?

Generating secure embed tokens for Luzmo frontend components requires establishing API patterns on your backend. The core configuration defines embed authorization token generation and usage, ensuring secure frontend access to Luzmo integrations.

Can I use the Luzmo Node.js SDK with my existing backend environment variables?

Yes, the Luzmo Node.js SDK integrates directly with your existing backend environment variables. The setup standardizes environment variable naming conventions for credentials and configuration to ensure secure API implementation patterns.

Why do I need to standardize environment variables when configuring Luzmo API credentials?

Standardizing environment variables for Luzmo API credentials solves common authentication and configuration issues. It enforces secure practices for API key handling and ensures consistent credential management across backend and frontend SDKs.

Does Luzmo provide SDK installation instructions for both backend and frontend components?

Yes, Luzmo provides installation instructions for various SDKs compatible with both backend and frontend components. This includes setup guidance for Node.js, PHP, and Java SDKs to ensure correct API usage and security practices.