elnora-admin

分类: 测试与安全 | 上传者: Elnora-AIElnora-AI | 下载: 0 | 版本: v1.0(最新)

Use this skill when the user asks about "Elnora account", "API keys", "audit log", "feature flags", "health check", "terms of service", "platform status", "feedback", "invitation", or any Elnora platform administration task. --- # Elnora Admin Platform administration tools for account management, API keys, audit logs, feature flags, agreements, invitations, and system health. ## Auth The Elnora MCP server handles authentication automatically via OAuth 2.1 (browser popup) or API key bearer tokens in the MCP connection headers. There is no manual login/logout step — auth "just works" when the MCP server is configured. ## Core Concepts - **Health check** requires no authentication — use it to verify the platform is up. - **API keys** are shown in full **only once** at creation time. Store them securely immediately. - **Audit logs** track actions across the org. Filterable by org, action type, and user. - **Feature flags** are read-only. Use them to check what capabilities are enabled. - **Agreements** (terms of service) must be accepted before using certain features. - **Invitations** can be inspected and accepted to join an org. ## Tools Reference ### System Health | Tool | Purpose | Key Parameters | |------|---------|----------------| | `elnora_health_check` | Check platform status | — (no auth required) | ### Account | Tool | Purpose | Key Parameters | |------|---------|----------------| | `elnora_get_account` | Get current user's account info | — | | `elnora_update_account` | Update account details | fields to update | ### API Keys | Tool | Purpose | Key Parameters | |------|---------|----------------| | `elnora_list_api_keys` | List existing API keys | — | | `elnora_create_api_key` | Create a new API key | `name` | | `elnora_revoke_api_key` | Revoke an API key | `key_id` | **Critical**: `elnora_create_api_key` returns the full key **only once**. The key is never shown again. Always present it to the user immediately and remind them to store it securely. ### Agreem

更新日志: Source: GitHub https://github.com/Elnora-AI/elnora-plugins

目录结构

当前层级: elnora/skills/elnora-admin/

SKILL.md

登录后下载/点赞/收藏 ❤ 2 | ★ 0
评论 0

请先登录后评论。

还没有评论,快来第一个发言吧。