← 返回 Skills 市场
shawkatdidar

Eigen AI Terminal — Live Intelligence for Agents

作者 shawkatdidar · GitHub ↗ · v1.1.1 · MIT-0
cross-platform ✓ 安全检测通过
206
总下载
1
收藏
1
当前安装
15
版本数
在 OpenClaw 中安装
/install eigen-ai-terminal
功能描述
Daily-updated intelligence on what's happening across 16 areas of AI. 12 tools your agent uses to deliver only the signals, trends, and developments that mat...
使用说明 (SKILL.md)

Eigen AI Terminal

Live intelligence on the AI landscape — delivered by you, filtered for your user's work.

What this is

A daily-updated knowledge base tracking 16 areas of AI: models, agents, coding tools, open source, hardware, enterprise, research, policy, funding, and more. You get 12 tools to query signals, cause-and-effect chains, developing trends, blockers, speed metrics, predictions, breaking alerts, and the full interconnected wiki.

Your job: deliver only what's actionable. Not a news feed — a filtered intelligence stream tailored to the user's interests.

Ground rule — this is critical

Every signal you deliver must come directly from the tool response. Do not supplement, embellish, or combine with your own training knowledge. If today() returns 7 significant signals, your brief draws from those 7 — not from what you know about those companies or topics from training data.

  • Quote the actual signal title from the response
  • Use the description text from the response for context, not your own knowledge
  • If a signal doesn't have enough detail, call about("[topic]") — don't fill the gap from memory
  • If nothing actionable came back for this user, say "nothing relevant today" — don't invent relevance

Why this matters: Your training data is months old. This tool returns what happened in the last 24 hours. Mixing the two produces hallucinated signals the user can't verify, damages trust, and defeats the purpose of live intelligence.

Network behavior

Reads public, read-only JSON from the Eigen terminal. No auth. No user data uploaded. One-way data flow.

  • Data: terminal.clawlab.dev/data/radar.json
  • Wiki: terminal.clawlab.dev/wiki/

Tools

Daily intelligence:

  • today — all signals from the latest scan. Has significance levels, domain tags, and an actionable flag. You filter based on user context.
  • changes — what's new since a given date. Use between morning briefs to catch breaking developments.

Deep dives:

  • about — everything on a topic in one call: entity profile, signals, trends, blockers, predictions. Use when the user asks about a company, model, or area.
  • ripple — trace what a signal causes: downstream effects, trends it feeds, what blocks it.

Landscape view:

  • trends — where multiple signals point at the same outcome. Confidence levels and timelines.
  • blocked — what's holding AI progress back. Who's working on it. Signs of progress.
  • speed — rate-of-change metrics: costs, capabilities, adoption, capital.
  • predictions — specific dated predictions we track for accuracy.

Knowledge base:

  • search — find anything across 50 wiki files.
  • read — open a specific page. Follow [[wikilinks]] to navigate.

Breaking alerts:

  • check_updates — quick ping to check for breaking developments. Returns immediately if nothing new. If there's a breaking alert, returns the title, summary, and domains affected.

Meta:

  • whats_new — product updates and tips. Check during morning brief. Mention if fresh.

How to deliver

Morning brief

Call today. Read all signals. Filter to only signals relevant to what the user is working on.

Here's what matters in AI today:

**[Signal title from tool response]** — [One sentence: what this means for their specific work. Reference something concrete about their project/stack/goals.]

What you should know:
* **[Signal title]** — [Why this affects them, in one sentence]
* **[Signal title]** — [Why this affects them, in one sentence]

Say "dig deeper on [topic]" or "full brief" for more.

Rules:

  • Max 3 bullets. Every one must pass: "Can they do something with this today?"
  • Every bullet must name a signal title that appears in the today() response.
  • The "why it matters" must reference what the user is building — not generic importance.
  • Skip funding, policy, executive news unless it directly changes a tool or API they use.
  • Nothing relevant today? Say so in one line. Don't pad.
  • Be a sharp colleague, not a newsletter.

What BAD delivery looks like (never do this)

Gemma 4 is the cleanest thing to act on today: Google's new Apache 2.0 open
models are explicitly tuned for reasoning and agentic workflows, so it's worth
testing as a commercially safe default for local or hybrid builds.

The practical infra move is Eigen + Nebius Token Factory, which now exposes
optimized DeepSeek behind managed autoscaling inference.

What's wrong:

  • Wall of text — each bullet is a paragraph, not one sentence
  • No signal titles from the tool response — can't be verified
  • Mixes tool data with training knowledge (Nebius Token Factory wasn't in the response)
  • Generic advice ("worth testing") instead of connecting to user's actual work
  • Reads like a newsletter, not a colleague who knows what you're building

What GOOD delivery looks like

Here's what matters in AI today:

**Anthropic launches Managed Agents** — You're building agent workflows manually right now. This is hosted agent infrastructure with auto-scaling and sandboxing. Worth evaluating whether it replaces your custom orchestration.

What you should know:
* **OpenAI Codex crosses 3M weekly users** — Altman reset usage limits. If you're on Codex, your quota just went up.
* **Meta launches Muse Spark** — First closed model from Meta. Not relevant to your stack today, but signals Meta competing directly with Anthropic/OpenAI on closed models.

Say "dig deeper on Managed Agents" or "full brief" for more.

What's right:

  • Every bullet names a signal from today()
  • One sentence per bullet — crisp
  • References what the user is actually building
  • Clear "do something" vs "just know this" distinction

When they ask about something

Call about("[topic]"). You get the full picture in one response — entity data, signals, trends, blockers, predictions, related wiki pages. Synthesize it for the user. Don't dump raw data.

When they say "what does this mean?"

Call ripple("[signal]"). It traces what the signal pushes, what trends it feeds, what blocks it. Explain the chain in plain language.

Checking for breaking developments

If the user asks you to check for updates, use changes with the date of the last brief you delivered. Surface anything significant that matches their work.

First use

When this skill first connects, call today to get the latest signals. Pick 2-3 of the most actionable ones and present them to the user.

"I just connected to the Eigen AI Terminal — live intelligence across 16 areas of AI, updated daily. Here's what matters today: [signals from today() response]"

Then look at what they're currently working on — their recent files, conversations, project context — and use that to filter future signals. If you can't determine what they're working on, ask: "What are you working on? I'll filter to just what's relevant."

Privacy

One-way: your agent pulls public data, combines it with local context, delivers to the user. We never see what the user builds, asks, or works on.

安全使用建议
This skill appears to do what it says: fetch public JSON/wiki from terminal.clawlab.dev and present signals without requesting secrets. Before installing, check: 1) whether you trust the data host (https://terminal.clawlab.dev), since the skill fetches all content from there; 2) that your agent runtime provides the Node packages imported by index.js (@modelcontextprotocol SDK and zod) or that you can add them, because no install/dependency manifest is included; and 3) that you are comfortable the skill will run an MCP server (it exposes tools the agent can call). If you need extra assurance, review the referenced repository (https://github.com/shawkatdidar/eigen-ai-terminal) and confirm there are no additional network endpoints or hidden behaviors in the full source. Absence of scan findings is not a guarantee of safety — the main operational risk here is missing dependency declarations and trusting the remote data host.
功能分析
Type: OpenClaw Skill Name: eigen-ai-terminal Version: 1.1.1 The Eigen AI Terminal is a legitimate MCP server providing live AI industry intelligence. The bundle (index.js and SKILL.md) implements a read-only data retrieval system that fetches signals, trends, and wiki content from terminal.clawlab.dev. The code uses standard fetch operations for data ingestion, employs Zod for input validation, and contains no evidence of data exfiltration, unauthorized file access, or malicious execution. The instructions in SKILL.md are focused on ensuring data accuracy and preventing hallucinations by constraining the agent to the provided tool outputs.
能力评估
Purpose & Capability
Name/description promise live AI intelligence and the code implements tools (today, about, ripple, etc.) that fetch data from terminal.clawlab.dev and format it for briefs. Required binary is 'node', which matches the implementation. Nothing requested or implemented appears unrelated to delivering read-only intelligence from the stated domain.
Instruction Scope
SKILL.md gives precise instructions to fetch and present signals and explicitly forbids supplementing responses with model training knowledge. The runtime (index.js) only fetches public endpoints on terminal.clawlab.dev and has a stubbed readLocalFile returning null; it does not read arbitrary local files, access system credentials, or transmit data to other endpoints.
Install Mechanism
There is no install spec (instruction-only in registry), but the package includes index.js which imports external Node packages (@modelcontextprotocol SDK and zod). The skill declares 'node' as a required binary but does not declare npm dependencies or an install step. This is likely an operational oversight (runtime must provide those packages) rather than malicious, but it is worth verifying the execution environment will supply the required modules.
Credentials
The skill requests no environment variables, no credentials, and no config paths. The code uses only public HTTPS fetches to terminal.clawlab.dev and does not read env vars or secrets. This is proportionate to the stated purpose.
Persistence & Privilege
Skill flags: always:false and normal autonomous invocation allowed (platform default). The skill does not request persistent system-wide configuration changes and does not appear to modify other skills' settings. Running it will launch an MCP server (expected for a tool) but that is within its stated function.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install eigen-ai-terminal
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /eigen-ai-terminal 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.1
Fix: remove process.env references flagged by scanner
v1.1.0
Grounding constraints, action lines, delivery examples
v1.0.3
Fix display name
v1.0.2
Fix: renamed to Eigen AI Terminal, removed all process.env access
v1.0.1
Fix: renamed to 'AI Radar — Live Intelligence for Agents', removed local file access from MCP server, cleaned SKILL.md scope instructions
v1.0.0
Major overhaul: 12 tools, practical naming, about() deep dives, check_updates() for breaking alerts, new SKILL.md
v0.9.0
Added onboarding welcome message on first use, morning brief nudge in tool responses, and radar_morning_setup tool (11 tools total). No auto-cron — user triggers setup, agent handles scheduling.
v0.8.0
Removed on-install automation instructions. Skill provides tools only — no cron, no persistence, no system modifications. Fixed stale URL in code comments. User decides what to do with the tools.
v0.7.0
Added automatic daily morning briefing: on install, asks user context, sets 7am cron, delivers personalized builder-focused AI summary. Supports 'dig deeper', 'update my context', and 'full brief' commands.
v0.6.0
Updated all endpoints to custom domain eigenterminal.clawlab.dev
v0.5.0
Clean build: removed all local file access and environment variables. Pure HTTP fetch from public endpoints only. No fs, no path, no process.env. Code fully auditable in bundle.
v0.4.0
Bundle MCP server code directly in skill — no npx, no runtime package fetching. Code is now reviewable in the skill bundle (index.js). Linked GitHub repo for full source audit.
v0.3.0
Fix install inconsistency: use npx [email protected] (pinned version from npm registry), added homepage and repository links for auditability
v0.2.0
Fix VirusTotal flag: run compiled dist/index.js instead of src, removed npx/tsx from runtime, ship only dist/, pinned dependency versions, documented network behavior
v0.1.0
Initial release — 10 MCP tools for AI landscape intelligence, wiki knowledge base, ripple effects, personalized filtering
元数据
Slug eigen-ai-terminal
版本 1.1.1
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 15
常见问题

Eigen AI Terminal — Live Intelligence for Agents 是什么?

Daily-updated intelligence on what's happening across 16 areas of AI. 12 tools your agent uses to deliver only the signals, trends, and developments that mat... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 206 次。

如何安装 Eigen AI Terminal — Live Intelligence for Agents?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install eigen-ai-terminal」即可一键安装,无需额外配置。

Eigen AI Terminal — Live Intelligence for Agents 是免费的吗?

是的,Eigen AI Terminal — Live Intelligence for Agents 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Eigen AI Terminal — Live Intelligence for Agents 支持哪些平台?

Eigen AI Terminal — Live Intelligence for Agents 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Eigen AI Terminal — Live Intelligence for Agents?

由 shawkatdidar(@shawkatdidar)开发并维护,当前版本 v1.1.1。

💬 留言讨论