Skip to content

Commit 2b5b007

Browse files
author
elnora-bot
committed
Sync skills and version from elnora-cli v1.3.5
1 parent 56b020c commit 2b5b007

11 files changed

Lines changed: 166 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.3.4",
9+
"version": "1.3.5",
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.3.4",
3+
"version": "1.3.5",
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: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,23 @@ description: >
1414

1515
Authentication, API key management, account settings, health checks, audit logs, feedback, and shell completions.
1616

17+
## Tool Access
18+
19+
Elnora is a **command-line tool**. Run commands via your Bash/Shell tool.
20+
21+
- **Command:** `elnora`
22+
- **Verify:** `elnora --version`
23+
- **If not found:** tell the user to install it. Detect their platform:
24+
- macOS/Linux: `curl -fsSL https://cli.elnora.ai/install.sh | bash`
25+
- Windows (PowerShell): `irm https://cli.elnora.ai/install.ps1 | iex`
26+
- Any platform with Node.js: `npm install -g @elnora-ai/cli`
27+
28+
**CLI is the recommended path** — it uses fewer tokens, is more reliable, and the commands below are ready to copy-paste.
29+
30+
If MCP tools prefixed `mcp__elnora__` are available in your tool list, they work too — use whichever the user prefers or whichever is already configured in your environment.
31+
32+
**Never fabricate function names** like `elnora_generate_protocol`. All valid commands are listed under "Commands" in this skill.
33+
1734
## Invocation
1835

1936
```bash

elnora/skills/elnora-agent/SKILL.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,32 @@ description: >
1414

1515
The Elnora Agent is a sandboxed Python environment with ~78 core tools + 2,100 ToolUniverse scientific tools. Interact via `tasks create` and `tasks send` — describe what you need in plain language.
1616

17-
## Quick Start
17+
## Tool Access
18+
19+
Elnora is a **command-line tool**. Run commands via your Bash/Shell tool.
20+
21+
- **Command:** `elnora`
22+
- **Verify:** `elnora --version`
23+
- **If not found:** tell the user to install it. Detect their platform:
24+
- macOS/Linux: `curl -fsSL https://cli.elnora.ai/install.sh | bash`
25+
- Windows (PowerShell): `irm https://cli.elnora.ai/install.ps1 | iex`
26+
- Any platform with Node.js: `npm install -g @elnora-ai/cli`
27+
28+
**CLI is the recommended path** — it uses fewer tokens, is more reliable, and the commands below are ready to copy-paste.
29+
30+
If MCP tools prefixed `mcp__elnora__` are available in your tool list, they work too — use whichever the user prefers or whichever is already configured in your environment.
31+
32+
**Never fabricate function names** like `elnora_generate_protocol`. All valid commands are listed under "Commands" in this skill.
33+
34+
## Invocation
1835

1936
```bash
2037
CLI="elnora"
38+
```
2139

40+
## Quick Start
41+
42+
```bash
2243
# Create a task and wait for the response
2344
$CLI --compact tasks create --project <PROJECT_ID> --title "My task" --message "Your request"
2445

elnora/skills/elnora-files/SKILL.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,23 @@ description: >
1212

1313
Browse, read, create, upload, version, and manage files on the Elnora AI Platform.
1414

15+
## Tool Access
16+
17+
Elnora is a **command-line tool**. Run commands via your Bash/Shell tool.
18+
19+
- **Command:** `elnora`
20+
- **Verify:** `elnora --version`
21+
- **If not found:** tell the user to install it. Detect their platform:
22+
- macOS/Linux: `curl -fsSL https://cli.elnora.ai/install.sh | bash`
23+
- Windows (PowerShell): `irm https://cli.elnora.ai/install.ps1 | iex`
24+
- Any platform with Node.js: `npm install -g @elnora-ai/cli`
25+
26+
**CLI is the recommended path** — it uses fewer tokens, is more reliable, and the commands below are ready to copy-paste.
27+
28+
If MCP tools prefixed `mcp__elnora__` are available in your tool list, they work too — use whichever the user prefers or whichever is already configured in your environment.
29+
30+
**Never fabricate function names** like `elnora_generate_protocol`. All valid commands are listed under "Commands" in this skill.
31+
1532
## Invocation
1633

1734
```bash

elnora/skills/elnora-folders/SKILL.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,23 @@ description: >
1010

1111
Manage the folder tree within Elnora projects.
1212

13+
## Tool Access
14+
15+
Elnora is a **command-line tool**. Run commands via your Bash/Shell tool.
16+
17+
- **Command:** `elnora`
18+
- **Verify:** `elnora --version`
19+
- **If not found:** tell the user to install it. Detect their platform:
20+
- macOS/Linux: `curl -fsSL https://cli.elnora.ai/install.sh | bash`
21+
- Windows (PowerShell): `irm https://cli.elnora.ai/install.ps1 | iex`
22+
- Any platform with Node.js: `npm install -g @elnora-ai/cli`
23+
24+
**CLI is the recommended path** — it uses fewer tokens, is more reliable, and the commands below are ready to copy-paste.
25+
26+
If MCP tools prefixed `mcp__elnora__` are available in your tool list, they work too — use whichever the user prefers or whichever is already configured in your environment.
27+
28+
**Never fabricate function names** like `elnora_generate_protocol`. All valid commands are listed under "Commands" in this skill.
29+
1330
## Invocation
1431

1532
```bash

elnora/skills/elnora-orgs/SKILL.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,23 @@ description: >
1212

1313
Manage organizations, members, billing, invitations, and the shared organization library.
1414

15+
## Tool Access
16+
17+
Elnora is a **command-line tool**. Run commands via your Bash/Shell tool.
18+
19+
- **Command:** `elnora`
20+
- **Verify:** `elnora --version`
21+
- **If not found:** tell the user to install it. Detect their platform:
22+
- macOS/Linux: `curl -fsSL https://cli.elnora.ai/install.sh | bash`
23+
- Windows (PowerShell): `irm https://cli.elnora.ai/install.ps1 | iex`
24+
- Any platform with Node.js: `npm install -g @elnora-ai/cli`
25+
26+
**CLI is the recommended path** — it uses fewer tokens, is more reliable, and the commands below are ready to copy-paste.
27+
28+
If MCP tools prefixed `mcp__elnora__` are available in your tool list, they work too — use whichever the user prefers or whichever is already configured in your environment.
29+
30+
**Never fabricate function names** like `elnora_generate_protocol`. All valid commands are listed under "Commands" in this skill.
31+
1532
## Invocation
1633

1734
```bash

elnora/skills/elnora-platform/SKILL.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,23 @@ description: >
1212

1313
Route Elnora Platform queries to the correct sub-skill. Load only what is needed.
1414

15+
## Tool Access
16+
17+
Elnora is a **command-line tool**. Run commands via your Bash/Shell tool.
18+
19+
- **Command:** `elnora`
20+
- **Verify:** `elnora --version`
21+
- **If not found:** tell the user to install it. Detect their platform:
22+
- macOS/Linux: `curl -fsSL https://cli.elnora.ai/install.sh | bash`
23+
- Windows (PowerShell): `irm https://cli.elnora.ai/install.ps1 | iex`
24+
- Any platform with Node.js: `npm install -g @elnora-ai/cli`
25+
26+
**CLI is the recommended path** — it uses fewer tokens, is more reliable, and the commands below are ready to copy-paste.
27+
28+
If MCP tools prefixed `mcp__elnora__` are available in your tool list, they work too — use whichever the user prefers or whichever is already configured in your environment.
29+
30+
**Never fabricate function names** like `elnora_generate_protocol`. All valid commands are listed under "Commands" in this skill.
31+
1532
## Invocation
1633

1734
```bash

elnora/skills/elnora-projects/SKILL.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,23 @@ description: >
1111

1212
Manage projects on the Elnora AI Platform. Projects are containers for tasks, files, and folders.
1313

14+
## Tool Access
15+
16+
Elnora is a **command-line tool**. Run commands via your Bash/Shell tool.
17+
18+
- **Command:** `elnora`
19+
- **Verify:** `elnora --version`
20+
- **If not found:** tell the user to install it. Detect their platform:
21+
- macOS/Linux: `curl -fsSL https://cli.elnora.ai/install.sh | bash`
22+
- Windows (PowerShell): `irm https://cli.elnora.ai/install.ps1 | iex`
23+
- Any platform with Node.js: `npm install -g @elnora-ai/cli`
24+
25+
**CLI is the recommended path** — it uses fewer tokens, is more reliable, and the commands below are ready to copy-paste.
26+
27+
If MCP tools prefixed `mcp__elnora__` are available in your tool list, they work too — use whichever the user prefers or whichever is already configured in your environment.
28+
29+
**Never fabricate function names** like `elnora_generate_protocol`. All valid commands are listed under "Commands" in this skill.
30+
1431
## Invocation
1532

1633
```bash

elnora/skills/elnora-search/SKILL.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,23 @@ description: >
1212

1313
Search tasks, files, or all resources across projects by keyword.
1414

15+
## Tool Access
16+
17+
Elnora is a **command-line tool**. Run commands via your Bash/Shell tool.
18+
19+
- **Command:** `elnora`
20+
- **Verify:** `elnora --version`
21+
- **If not found:** tell the user to install it. Detect their platform:
22+
- macOS/Linux: `curl -fsSL https://cli.elnora.ai/install.sh | bash`
23+
- Windows (PowerShell): `irm https://cli.elnora.ai/install.ps1 | iex`
24+
- Any platform with Node.js: `npm install -g @elnora-ai/cli`
25+
26+
**CLI is the recommended path** — it uses fewer tokens, is more reliable, and the commands below are ready to copy-paste.
27+
28+
If MCP tools prefixed `mcp__elnora__` are available in your tool list, they work too — use whichever the user prefers or whichever is already configured in your environment.
29+
30+
**Never fabricate function names** like `elnora_generate_protocol`. All valid commands are listed under "Commands" in this skill.
31+
1532
## Invocation
1633

1734
```bash

0 commit comments

Comments
 (0)