Skip to content

Commit b94a44a

Browse files
author
elnora-bot
committed
Sync skills and version from elnora-cli v1.5.0
1 parent d41df6e commit b94a44a

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"url": "https://elnora.ai"
77
},
88
"metadata": {
9-
"version": "1.4.0",
9+
"version": "1.5.0",
1010
"description": "AI-powered bioprotocol generation and lab workflow management plugins"
1111
},
1212
"plugins": [

elnora/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "elnora",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
44
"description": "AI-powered bioprotocol generation and lab workflow management. Connect to the Elnora AI Platform to generate, optimize, and manage bioprotocols for wet-lab experiments.",
55
"author": {
66
"name": "Elnora AI",

elnora/skills/elnora-admin/SKILL.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -312,11 +312,11 @@ All commands in this skill are auto-registered as MCP tools. The mapping is `eln
312312

313313
| CLI command | MCP tool name |
314314
|-------------|---------------|
315-
| `auth login` | `elnora_auth_login` |
316-
| `auth logout` | `elnora_auth_logout` |
317-
| `auth status` | `elnora_auth_status` |
318-
| `auth profiles` | `elnora_auth_profiles` |
319-
| `auth validate` | `elnora_auth_validate` |
315+
| `auth login` | _CLI only — writes to local `~/.elnora/profiles.toml`_ |
316+
| `auth logout` | _CLI only — removes from local profile store_ |
317+
| `auth status` | _CLI only — reports local profile state_ |
318+
| `auth profiles` | _CLI only — reads local profile store_ |
319+
| `auth validate` | _CLI only — uses local profile fallback_ |
320320
| `api-keys create` | `elnora_api-keys_create` |
321321
| `api-keys list` | `elnora_api-keys_list` |
322322
| `api-keys revoke` | `elnora_api-keys_revoke` |
@@ -338,7 +338,7 @@ All commands in this skill are auto-registered as MCP tools. The mapping is `eln
338338
| `feedback submit` | `elnora_feedback_submit` |
339339
| `health check` | `elnora_health_check` |
340340

341-
Note: `whoami`, `doctor`, `open`, `completion`, `update`, and `setup` are CLI-only — no MCP equivalents.
341+
Note: `whoami`, `doctor`, `open`, `completion`, `update`, `setup`, and all `auth` sub-commands are CLI-only — no MCP equivalents. Auth commands manage local profile storage and interactive prompts, which don't translate to a remote MCP server.
342342

343343
## Agent Recipes
344344

elnora/skills/elnora-agent/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Look for tools prefixed `mcp__elnora__` in your available tools — specifically
4040
- MCP: `claude mcp add elnora --transport http --scope user https://mcp.elnora.ai/mcp`
4141
then `/mcp` to authenticate.
4242

43-
**Never fabricate tool names** like `elnora_generate_protocol`. The agent is interacted with via `tasks.create` and `tasks.send` only — see the `elnora-tasks` skill for full command reference.
43+
**Never fabricate tool names** like `elnora_run_agent` or `elnora_ask_agent`. The agent is interacted with via `elnora_tasks_create`, `elnora_tasks_send`, and the aggregate `elnora_protocols_generate` — see the `elnora-tasks` skill for full command reference.
4444

4545
## Invocation
4646

0 commit comments

Comments
 (0)