بنقرة واحدة
market-context
Build a normalized market-context JSON bundle for a single symbol and timestamp.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Build a normalized market-context JSON bundle for a single symbol and timestamp.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Save and retrieve memories or embeddings via the repo helpers or API. Use when working with embedding config or memory storage.
Navigate this repo quickly to find the correct app, package, or service, and identify the right files for changes.
Operate Temporal workflows in this repo: start, list, inspect, debug, cancel, terminate, and verify Worker Deployment routing.
Produce normalized fundamentals factors and deltas for one symbol.
Extract structured, source-attributed sentiment context for one symbol.
Operate Temporal workflows with explicit namespace/address: inspect runs, fetch history, debug nondeterminism, reset/cancel/terminate, and inspect task queues.
| name | market-context |
| description | Build a normalized market-context JSON bundle for a single symbol and timestamp. |
Build a normalized market-context JSON bundle for a single symbol and timestamp.
skills/market-context/scripts/market_context_run_api.pyskills/market-context/scripts/validate_market_context_payload.pyskills/market-context/schemas/market-context-run-start.schema.jsonskills/market-context/schemas/market-context-run-progress.schema.jsonskills/market-context/schemas/market-context-run-evidence.schema.jsonPOST /api/torghut/market-context/runs/startPOST /api/torghut/market-context/runs/progressPOST /api/torghut/market-context/runs/evidencePOST /api/torghut/market-context/runs/finalizeGET /api/torghut/market-context/runs/{requestId}python3 skills/market-context/scripts/market_context_run_api.py start \
--callback-url "<callbackUrl>" \
--request-id "<requestId>" \
--symbol "<symbol>" \
--domain "<fundamentals|news>" \
--reason "<reason>"
python3 skills/market-context/scripts/market_context_run_api.py progress \
--callback-url "<callbackUrl>" \
--request-id "<requestId>" \
--seq 1 \
--status running \
--message "collection_started"
python3 skills/market-context/scripts/validate_market_context_payload.py \
--domain "<fundamentals|news>" \
--file /tmp/market-context.json
python3 skills/market-context/scripts/market_context_run_api.py finalize \
--callback-url "<callbackUrl>" \
--request-id "<requestId>" \
--symbol "<symbol>" \
--domain "<fundamentals|news>" \
--payload-file /tmp/market-context.json \
--expect-status 200
Return JSON with keys:
context_versionas_of_utcsymbolfreshness_secondssource_countquality_scorepayloadcitationspayload.risk_flags.