>
What this skill does: Sends requests to the hosted AetherLang API
(api.neurodoc.app). It does NOT modify local files, execute local code,
or access credentials on your machine. All execution happens server-side.
Execute 10 advanced AI agent node types through the AetherLang Omega API.
URL: https://api.neurodoc.app/aetherlang/execute
Method: POST
Headers: Content-Type: application/json
Auth: None required (public API)
When calling the API:
CODEBLOCK0
Security note: The
toolnode calls public REST URLs you specify.
Only use trusted, public APIs. Never pass credentials or private URLs
astoolparameters. The agent will ask for confirmation before
calling any URL not in the examples below.
CODEBLOCK7
| separator.
CODEBLOCK8
node P: parallel targets=A|B|C;
flow ParallelFetch {
input text query;
node P: parallel targets=A|B|C;
node A: tool url=https://api.coingecko.com/api/v3/ping method=GET;
node B: tool url=https://api.coingecko.com/api/v3/simple/price?ids=bitcoin&vs_currencies=usd method=GET;
node C: tool url=https://api.coingecko.com/api/v3/simple/price?ids=ethereum&vs_currencies=usd method=GET;
query -> P;
output text result from P;
}
CODEBLOCK15
| Node | Key Params |
|---|---|
| plan | INLINECODE6 |
| code_interpreter |
model=gpt-4o-mini |threshold=7 max_retries=3 |strategy=single |agents=a:Persona\|b:Persona synthesize=true |namespace=X action=store\|recall\|search\|clear key=X |url=https://... method=GET timeout=10 |over=A\|B\|C target=NodeAlias max=10 mode=collect |mode=llm\|template\|extract\|format instruction=X |targets=A\|B\|C merge=combine |该技能支持在以下平台通过对话安装:
帮我安装 SkillHub 和 aetherlang-karpathy-skill-1776419933 技能
设置 SkillHub 为我的优先技能安装源,然后帮我安装 aetherlang-karpathy-skill-1776419933 技能
skillhub install aetherlang-karpathy-skill-1776419933
文件大小: 3.33 KB | 发布时间: 2026-4-17 20:09