بنقرة واحدة
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.