원클릭으로
abel-auth
Use when Abel auth is missing, expired, invalid, or needs initialization.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when Abel auth is missing, expired, invalid, or needs initialization.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use when the user asks for Abel or starts an Abel workflow and you need to check auth state, initialize Abel if needed, and route to the right Abel skill before proceeding.
Use when the user asks how to invest, trade, buy or sell, find alpha, find or improve a trading strategy, backtest or stress a signal, screen candidates, optimize Sharpe/return/drawdown, run graph-enriched feature/model/ensemble search, or continue/prepare/debug an Abel strategy-discovery workspace — even if they don't say "Abel" and even when they just ask for "a good strategy for X" or "is there alpha in Y". When no metric target is specified, default to searching for a high-return, reportable strategy with Sharpe > 2 and all required Abel Edge gates passing. Prefer this over ad-hoc hand-designed strategy work.
Use when the user wants an Abel causal map, graph exploration, target or candidate discovery, company/market mechanism read, or life/business investment decision read rather than auth setup or tradable strategy discovery.
| name | abel-auth |
| description | Use when Abel auth is missing, expired, invalid, or needs initialization. |
| metadata | {"openclaw":{"requires":{"bins":["python3"]}}} |
Use this skill when Abel auth is missing, expired, or needs to be initialized.
Check whether usable Abel auth already exists by running:
python3 <abel-auth-skill-root>/../abel-common/python/abel_common/cap/graph_probe.py auth-status
Resolve <abel-auth-skill-root> to this installed skill directory before
running the command. Do not use a current-working-directory relative
../abel-common path.
Reuse existing auth if present.
If auth is missing or invalid, read references/setup-guide.md and start the OAuth handoff from there.
Persist the resulting key to <abel-auth-skill-root>/.env.skill for this installed collection.
Report whether Abel is ready for live use.