← 返回 Skills 市场
kankinku

Aegis Intel Stack

作者 Hanjinu · GitHub ↗ · v0.1.0
cross-platform ⚠ suspicious
417
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install aegis-intel-stack
功能描述
Provides micro-skills for pre/post execution analysis and triggers for manifest and delta re-buy in EVM gas and transaction management.
使用说明 (SKILL.md)

Aegis Intel Stack (Utility)

This skill bundle provides a reference implementation + packaging for the MVP offerings:

  • health_ping
  • gas_snapshot
  • tx_explain
  • intel_manifest
  • intel_delta_update

Local run

cd aegis-suite
npm install
cp apps/utility-seller/.env.example apps/utility-seller/.env
npm run build
node apps/utility-seller/dist/dev_server.js

Call examples

curl -s localhost:8787/call/health_ping -X POST -H 'content-type: application/json' -d '{"message":"hi"}'
curl -s localhost:8787/call/gas_snapshot -X POST -H 'content-type: application/json' -d '{"chain":"base","urgency":"standard","gas_units":150000}'

Launch automation (docs generation)

cd aegis-suite
npm run launch:profile
npm run launch:changelog
npm run launch:metrics

Outputs:

  • apps/launch-agent/docs/publish_profile.md
  • apps/launch-agent/docs/CHANGELOG.md
  • apps/launch-agent/docs/metrics_report.md
安全使用建议
Do not run the npm install/build/start steps until you have the actual source to inspect. The SKILL.md expects a separate 'aegis-suite' repo and will fetch npm packages and run code from them—this can execute arbitrary scripts and network requests. Before installing or executing: 1) Obtain the repository or package files referenced by SKILL.md (aegis-suite) and review package.json, package-lock.json/yarn.lock, and apps/utility-seller/dist/dev_server.js. 2) Inspect apps/utility-seller/.env.example to see what environment variables or secrets are expected. 3) If you must run it, do so in an isolated sandbox or VM with no access to sensitive networks/credentials and with network egress restricted. 4) Ask the publisher for source code, a homepage/repo URL, a manifest of dependencies, and an explicit list of required environment variables and their purpose. If you cannot review the code and dependency graph, treat this skill as untrusted.
功能分析
Type: OpenClaw Skill Name: aegis-intel-stack Version: 0.1.0 The skill bundle describes a Node.js application for local execution, serving endpoints, and generating documentation. The `SKILL.md` provides standard setup instructions using `npm install`, `npm run`, and `node`, along with `curl` examples for local interaction. There are no explicit instructions for data exfiltration, remote execution, persistence, or malicious prompt injection against the agent. File operations are limited to copying a local `.env` file and generating local markdown documentation. While `npm install` can introduce supply chain risks, the provided content itself does not demonstrate malicious intent or high-risk behaviors.
能力评估
Purpose & Capability
The name and description claim EVM micro-skills (health_ping, gas_snapshot, tx_explain, intel_manifest, intel_delta_update) but the package contains no code or assets implementing them. The SKILL.md assumes a local repository named 'aegis-suite' and build artifacts (apps/utility-seller/dist/dev_server.js). Requiring the consumer to provide a separate repo without documenting it is inconsistent with the skill's advertised capability.
Instruction Scope
Runtime instructions tell the operator to run 'npm install', copy an .env.example into an .env, run builds and start a local node dev server, and invoke endpoints on localhost. Those steps execute third-party code and start networked services not included in the skill bundle. The SKILL.md references filesystem paths and environment usage that are not declared, giving the agent broad discretion to run arbitrary code from npm.
Install Mechanism
There is no install spec in the skill bundle (instruction-only), which is low-risk in isolation. However the instructions require running 'npm install' which fetches and executes remote packages and scripts from the npm registry—this is moderate-risk behavior if you run it without auditing package.json and lockfiles.
Credentials
The SKILL.md instructs copying apps/utility-seller/.env.example to .env but the skill declares no required environment variables or primary credential. That suggests the runtime actually expects environment configuration (potentially secrets) that are not declared or explained—an inconsistency that could hide unexpected credential use.
Persistence & Privilege
The skill does not request always:true and does not declare elevated privileges. However the instructions start a local dev server (node .../dev_server.js) which is persistent while running; this is a runtime behavior mismatch (skill doesn't request persistent presence but instructs launching a long-lived service).
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install aegis-intel-stack
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /aegis-intel-stack 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release of Aegis Intel Stack. - Provides core skill bundle with utility micro-skills: health_ping, gas_snapshot, tx_explain, intel_manifest, and intel_delta_update. - Includes reference implementation and packaging for pre/post execution triggers and manifest/delta rebuy logic. - Documentation and example usage included for local runs and API calls. - Supports launch automation for docs, changelog, and metrics report generation.
元数据
Slug aegis-intel-stack
版本 0.1.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Aegis Intel Stack 是什么?

Provides micro-skills for pre/post execution analysis and triggers for manifest and delta re-buy in EVM gas and transaction management. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 417 次。

如何安装 Aegis Intel Stack?

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

Aegis Intel Stack 是免费的吗?

是的,Aegis Intel Stack 完全免费(开源免费),可自由下载、安装和使用。

Aegis Intel Stack 支持哪些平台?

Aegis Intel Stack 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Aegis Intel Stack?

由 Hanjinu(@kankinku)开发并维护,当前版本 v0.1.0。

💬 留言讨论