← Back to Skills Marketplace
417
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install aegis-intel-stack
Description
Provides micro-skills for pre/post execution analysis and triggers for manifest and delta re-buy in EVM gas and transaction management.
README (SKILL.md)
Aegis Intel Stack (Utility)
This skill bundle provides a reference implementation + packaging for the MVP offerings:
health_pinggas_snapshottx_explainintel_manifestintel_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.mdapps/launch-agent/docs/CHANGELOG.mdapps/launch-agent/docs/metrics_report.md
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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).
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install aegis-intel-stack - After installation, invoke the skill by name or use
/aegis-intel-stack - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 417 downloads so far.
How do I install Aegis Intel Stack?
Run "/install aegis-intel-stack" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Aegis Intel Stack free?
Yes, Aegis Intel Stack is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Aegis Intel Stack support?
Aegis Intel Stack is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Aegis Intel Stack?
It is built and maintained by Hanjinu (@kankinku); the current version is v0.1.0.
More Skills