aegis-intel-stack
Skill by kankinku
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/kankinku/aegis-intel-stackAegis 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
Metadata
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-kankinku-aegis-intel-stack": {
"enabled": true,
"auto_update": true
}
}
}Tags
Related Skills
skill-readme-rebuilder
从 SKILL.md、脚本与资源反推 README、FAQ 与示例,保持说明一致。;use for skills, readme, docs workflows;do not use for 伪造脚本能力, 跳过真实依赖声明.
skill-pack-composer
把多个 Skill 组合成套装,检查 slug、依赖、资源和定位冲突。;use for skills, bundle, packaging workflows;do not use for 混入重复职责的 skill, 忽略依赖冲突.
Zerion Api Skill
Skill by abishekdharshan
skill-market-fit-ranker
对一批 Skill 选题按高频、低门槛、传播性、ROI 和风险做排序。;use for skills, market-fit, prioritization workflows;do not use for 只按个人偏好排序, 忽略发布风险.
skill-gap-finder
扫描现有 Skill 套装,找重复、缺口、职责冲突和最该补的空位。;use for skills, bundle, analysis workflows;do not use for 臆造目录内容, 直接删除 skill.