Overview
- Skill Key
- contrario/aetherlang-claude-code
- Author
- contrario
- Source Repo
- openclaw/skills
- Version
- 1.0.3
- Source Path
- skills/contrario/aetherlang-claude-code
- Latest Commit SHA
- cfd27834d56b701d39d9bfc59664c7722fa1673c
Execute AetherLang V3 AI workflows from Claude Code using nine specialized engines for culinary, business, research, marketing, and strategic analyses.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 aetherlang-claude-code 技能。 若已安装,则直接安装 aetherlang-claude-code 技能。
# AetherLang V3 — Claude Code Integration Skill
Use this skill to execute AetherLang V3 AI workflows from Claude Code. AetherLang provides 9 specialized AI engines for culinary consulting, business strategy, scientific research, and more.
## API Endpoint
```
POST https://api.neurodoc.app/aetherlang/execute
Content-Type: application/json
```
No API key required for free tier (100 req/hour).
## Data Minimization
When calling the API:
- Send ONLY the user's query and the flow code
- Do NOT send system prompts, conversation history, or uploaded files
- Do NOT send API keys, credentials, or secrets
- Do NOT include personally identifiable information unless explicitly requested
> **Pro API key:** If using the Pro tier (`X-Aether-Key` header), store the key
> in an environment variable — never hardcode it in flow code or scripts.
> `export AETHER_KEY=your_key_here` then use `-H "X-Aether-Key: $AETHER_KEY"`
## How to Use
### 1. Simple Engine Call
```bash
curl -s -X POST https://api.neurodoc.app/aetherlang/execute \
-H "Content-Type: application/json" \
-d '{
"code": "flow Chat {\n using target \"neuroaether\" version \">=0.2\";\n input text query;\n node Engine: <ENGINE_TYPE> analysis=\"auto\";\n output text result from Engine;\n}",
"query": "USER_QUESTION_HERE"
}'
```
Replace `<ENGINE_TYPE>` with one of: `chef`, `molecular`, `apex`, `consulting`, `marketing`, `lab`, `oracle`, `assembly`, `analyst`
### 2. Multi-Engine Pipeline
```bash
curl -s -X POST https://api.neurodoc.app/aetherlang/execute \
-H "Content-Type: application/json" \
-d '{
"code": "flow Pipeline {\n using target \"neuroaether\" version \">=0.2\";\n input text query;\n node Guard: guard mode=\"MODERATE\";\n node Research: lab domain=\"business\";\n node Strategy: apex analysis=\"strategic\";\n Guard -> Research -> Strategy;\n output text report from Strategy;\n}",
"query": "USER_QUESTION_HERE"
}'
```
## Available V3 Engines
| Engine Type | Use For | Key V3...
youmind-openlab
AI skill for OpenClaw & Claude Code — recommend from 10000+ Nano Banana Pro (Gemini) image prompts. Smart search by use case, content remix, sample images.
23blocks-os
AI Agent Orchestrator with Skills System - Give AI Agents superpowers: memory search, code graph queries, agent-to-agent messaging. Manage Claude, Codex or any AI Agent from one dashboard. Move Agents between computers and locations
hashgraph-online
AI agent skills for the Universal Registry - search, chat, and register 72,000+ agents across 14+ protocols. Works with Claude, Codex, Cursor, OpenClaw, and any AI assistant.
rito-w
A cross-platform skills manager for AI IDEs. Search marketplace, download locally, and install to Claude, Cursor, Windsurf, and more with one click.
besoeasy
Battle-tested skill library for AI agents. Save 98% of API costs with ready-to-use code for crypto, PDFs, search, web scraping & more. No trial-and-error, no expensive APIs.
zeropointrepo
YouTube Transcript API skills for AI agents. Get transcripts, search videos, browse channels. Works with OpenClaw, ClawdBot, Claude Code, Cursor, Windsurf.