hep-search
SkillSearchSearch Agentlas Cloud and Hub candidates without invoking agents.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the hep-search skill
What this skill tells your AI
The instructions your AI receives, as published by agentlas-ai/agentlas-os in kimi/skills/hep-search/SKILL.md and read by ahel’s review.
Update fallback: 자동 업데이트가 안 되면 hephaestus update를 한 번 실행하세요. 업데이트하지 않아도 현재 버전 명령은 그대로 동작합니다.
Hephaestus Search
Raw arguments: everything the user typed after /skill:hep-search.
Codex plugins cannot register slash commands, so this custom prompt is the
explicit entrypoint: /prompts:hep-search.
- Resolve the runner:
RUNNER=""
for c in "$HOME/.agentlas/runtime/current/bin/hephaestus" ./bin/hephaestus; do
[ -x "$c" ] && RUNNER="$c" && break
done
[ -n "$RUNNER" ] || { echo "Hephaestus runtime not found. Run the installer first." >&2; exit 1; }
if [ "${HEPHAESTUS_AUTH_AUTOPOPUP:-1}" != "0" ]; then
"$RUNNER" auth ensure --timeout 180 >/dev/null 2>&1 || true
fi
"$RUNNER" search "$ARGUMENTS" --runtime codex --limit 10
-
Present the JSON as two sections:
cloud: my own Agentlas Cloud packages.hub: public Agentlas Hub marketplace.
-
Include rank, name, slug, description, callable/routing status, and why. Do not invoke agents from this prompt. Use
/prompts:hep-callnext when the user names exact slugs.
Signals
- GitHub stars
- 1k
- Forks
- 103
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
hep-search- Source
- github.com/agentlas-ai/agentlas-os