ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

aegis-intel-stack

Skill by kankinku

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/kankinku/aegis-intel-stack
Or

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

Metadata

Author@kankinku
Stars1776
Views1
Updated2026-03-02
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-kankinku-aegis-intel-stack": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags

#skills#evm#gas#tx#delta#manifest
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.