π¦ ClawHub
Aegis Intel Stack
by @kankinku
Provides micro-skills for pre/post execution analysis and triggers for manifest and delta re-buy in EVM gas and transaction management.
TERMINAL
clawhub install aegis-intel-stackπ About This Skill
name: aegis-intel-stack version: 0.1.0 summary: "Aegis Intel Stack: pre/post execution micro-skills + manifest/delta re-buy triggers" tags: ["skills", "evm", "gas", "tx", "delta", "manifest"]
Aegis Intel Stack (Utility)
This skill bundle provides a reference implementation + packaging for the MVP offerings:
health_pinggas_snapshottx_explainintel_manifestintel_delta_updateLocal 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