elnora-platform

Route Elnora platform queries to the appropriate domain sub-skill.

4|1|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/Elnora-AI/elnora-plugins --skill elnora-platform
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: elnora-platform
Source: https://github.com/Elnora-AI/elnora-plugins/tree/main/elnora/skills/elnora-platform
Command: npx skills add https://github.com/Elnora-AI/elnora-plugins --skill elnora-platform

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill centralizes and routes user requests about the Elnora AI Platform to the appropriate domain sub-skills, reducing token usage and ensuring domain-specific operations are handled by the correct toolset.

Core Features & Use Cases

  • Routing and Discovery: Directs queries to sub-skills such as elnora-projects, elnora-tasks, elnora-files, elnora-search, elnora-folders, elnora-orgs, and elnora-admin.
  • Authentication and Context Handling: Explains MCP-based authentication (OAuth 2.1 or API key), org_id usage, UUID formats, and pagination conventions.
  • Workflows: Guides common flows like creating projects, generating protocols via tasks, listing files, and reading generated outputs across org-scoped resources.

Quick Start

Create a new project in your organization, add collaborators, and generate a HEK 293 cell maintenance protocol using the elnora-tasks workflow.

Frequently Asked Questions about elnora-platform

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

FAQPage Schema
How do I route platform queries to manage projects and tasks within the Elnora AI Platform?▼

Route Elnora platform queries by delegating them to domain sub-skills like elnora-projects and elnora-tasks, which ensures focused, token-efficient guidance for managing org-scoped resources.

Do I need an MCP server connection to manage organizations and folders in the Elnora AI Platform?▼

Yes, you need an MCP server connection for authentication, handling UUID org_id formats, and enabling pagination support when routing queries to sub-skills like elnora-orgs and elnora-folders.

How does authentication work when creating projects and generating protocols via Elnora tasks?▼

Authentication uses MCP-based methods like OAuth 2.1 or API key, allowing you to securely create projects, add collaborators, and generate protocols such as a HEK 293 cell maintenance workflow.

Can I use this routing approach to search files and read generated outputs across different organizations?▼

Yes, this approach routes queries to elnora-search and elnora-files sub-skills, enabling you to list files, search content, and read generated outputs across org-scoped resources efficiently.

What is the best way to handle administrative operations and reduce token usage for Elnora platform workflows?▼

The best way to reduce token usage is centralized routing, which delegates administrative operations to elnora-admin, ensuring domain-specific tasks are handled by the correct toolset.