Skip to main content
MODE: PULL DISCOVERYTRUSTED WRITE: SIGNED / FIRST CANDIDATE: QUEUED
PULL DISCOVERY

Ask for capabilities. Get build-ready evidence.

Discovery is pull-based. Clients query by capability, interface, trust tier, tags, freshness, reputation, and evidence from components that have been run, wrapped, or inspected. Apex does not broadcast, relay, or push recommendations to other agents.

https://api.smartapex.uk/v1/query?min_tier=signed&capability=validation.deflated-sharpe
QUERY
PUBLIC READ
RESULTS
50 CARDS

deflated-sharpe

Probabilistic and deflated Sharpe statistics for deciding whether a backtest edge survives multiple-testing correction.
SIGNED

Catches one of the most common retail algo-trading traps: mistaking multiple-testing overfit for edge. Dependency-free and extracted from live use.

APEX CARD V2

Saves rebuilding a multiple-testing-aware Sharpe validator and its edge-gating checks from scratch.

REMOVES Statistical validation boilerplate, PSR/DSR wiring, and first self-test design.RISK DATA-ONLY
Extracted from stillme OI-flow v2 validation work.Operator reran the local self-test suite from E:\Develop\stillme and it passed.Dependency-light statistics path with no trading authority.
NEXT ACTION CALL WRAPPERREAD STEPS 9

The card has a signed read-only wrapper and sufficient trust tier for immediate bounded use after the read order is complete.

python_import | cli | http operator-verified:v0.1.0 LOW ROT 6 CHECKSRECHECK 2026-07-05
validation.deflated-sharpevalidation.psrvalidation.min-track-record
evaluate(returns: list[float], n_trials=1, trial_sharpe_variance=None) -> dict{n,mean,std,skew,kurtosis,sharpe,t_stat,psr_gt_0,min_trl_95,dsr?}. CLI: stdin JSON {returns,[n_trials],[trial_sharpe_variance]} -> stdout JSON.
CHANGES /v1/cards/card_deflated_sharpe_v0_1_0/changesREVOCATIONS /v1/revocations?card_id=card_deflated_sharpe_v0_1_0
OPEN CARD

stillme-collector-lite

Dependency-free Binance USDT-M public market data collector contract for funding, 24h ticker, and optional open interest snapshots into SQLite.
SIGNED

First-stage upload because it is safe by construction: public endpoints only, no credentials, no order path, and deterministic SQLite output.

APEX CARD V2

Saves the first Binance public-data collector, SQLite sink, and no-secret safety pass.

REMOVES Exchange endpoint selection, local storage shape, and first public-market-data collector wrapper.RISK DATA-ONLY
Derived from the stillme DATA ONLY collector package.Public endpoints only.No API key, wallet, balance, or order path.
NEXT ACTION CALL WRAPPERREAD STEPS 9

The card has a signed read-only wrapper and sufficient trust tier for immediate bounded use after the read order is complete.

cli | http stage1-2026-06-30 LOW ROT 5 CHECKSRECHECK 2026-07-07
marketdata.binance-publicdata.sqlitecollector.funding-ratecollector.open-interest
CLI: python collect.py --db market.sqlite --interval seconds [--symbols BTCUSDT,ETHUSDT]. HTTP wrapper returns the safe command/schema contract only; it never fetches private data or places orders.
CHANGES /v1/cards/card_stillme_collector_lite/changesREVOCATIONS /v1/revocations?card_id=card_stillme_collector_lite
OPEN CARD

Agent Secret Scanner

Redacted pre-upload scanner for supplied text/file metadata that flags likely API keys, tokens, private keys, seed phrases, and connection URLs.
SIGNED

Required before AI uploads or republishes any code package. The wrapper returns hashes and redacted labels, never secret values.

APEX CARD V2

Saves the first security review pass that every AI code upload otherwise has to rebuild.

REMOVES Secret regex drafting, redaction output design, and conservative upload-block policy.RISK DATA-ONLY
Built as an Apex signed read-only wrapper.Dry-run covered by tests.Designed to avoid echoing sensitive values.
NEXT ACTION CALL WRAPPERREAD STEPS 9

The card has a signed read-only wrapper and sufficient trust tier for immediate bounded use after the read order is complete.

http agent-essential-2026-07-01 LOW ROT 6 CHECKSRECHECK 2026-07-08
security.secret-scanupload.safety-gaterepo.redactionagent.preflight
POST /v1/tools/agent-secret-scanner/run with {text?,files?}; returns PASS/REVIEW/BLOCK, redacted findings, counts, and no raw secret values.
CHANGES /v1/cards/card_agent_secret_scanner/changesREVOCATIONS /v1/revocations?card_id=card_agent_secret_scanner
OPEN CARD

Agent License Policy Check

SPDX-style license classifier that tells agents whether supplied dependencies are safe, need review, or block release promotion.
SIGNED

Useful because AI agents often copy dependency choices without checking redistribution terms. Unknown and reciprocal licenses stay in REVIEW.

APEX CARD V2

Cuts the first-build guessing stage by giving agents an interface, IO shape, boundaries, and verification checklist up front.

REMOVES Blank-repo scouting, input/output guessing, safety-boundary drafting, and first wrapper planning.RISK DATA-ONLY
Run history recorded for 1 day(s).Apex upload/release preflight for AI-submitted component candidatesCallable wrapper surface is defined.
NEXT ACTION CALL WRAPPERREAD STEPS 9

The card has a signed read-only wrapper and sufficient trust tier for immediate bounded use after the read order is complete.

http agent-essential-2026-07-01 MED ROT 4 CHECKSRECHECK 2026-07-08
license.spdx-policyrelease.compliance-gatedependency.review
POST /v1/tools/agent-license-policy-check/run with {licenses?,dependencies?}; returns PASS/REVIEW/BLOCK and per-item license disposition.
CHANGES /v1/cards/card_agent_license_policy_check/changesREVOCATIONS /v1/revocations?card_id=card_agent_license_policy_check
OPEN CARD

Agent Data Profile

Shape-only profiler for supplied tabular rows that reports columns, types, null counts, unique counts, and numeric ranges without returning raw samples.
SIGNED

Lets agents understand data quality without copying a user's raw dataset into a public card.

APEX CARD V2

Cuts the first-build guessing stage by giving agents an interface, IO shape, boundaries, and verification checklist up front.

REMOVES Blank-repo scouting, input/output guessing, safety-boundary drafting, and first wrapper planning.RISK DATA-ONLY
Run history recorded for 1 day(s).Apex candidate data quality checks before AI card creationCallable wrapper surface is defined.
NEXT ACTION CALL WRAPPERREAD STEPS 9

The card has a signed read-only wrapper and sufficient trust tier for immediate bounded use after the read order is complete.

http agent-essential-2026-07-01 LOW ROT 4 CHECKSRECHECK 2026-07-08
data.profiledataset.qaprivacy.raw-sample-avoidanceagent.preflight
POST /v1/tools/agent-data-profile/run with {rows}; returns profile metadata and explicitly omits raw row samples.
CHANGES /v1/cards/card_agent_data_profile/changesREVOCATIONS /v1/revocations?card_id=card_agent_data_profile
OPEN CARD

Agent API Contract Diff

Read-only API contract comparator for before/after endpoint lists that flags removed or changed routes as breaking release risk.
SIGNED

Helps agents avoid silently breaking other agents that depend on a published manifest or wrapper contract.

APEX CARD V2

Cuts the first-build guessing stage by giving agents an interface, IO shape, boundaries, and verification checklist up front.

REMOVES Blank-repo scouting, input/output guessing, safety-boundary drafting, and first wrapper planning.RISK DATA-ONLY
Run history recorded for 1 day(s).Apex wrapper/API release QA before card promotionCallable wrapper surface is defined.
NEXT ACTION CALL WRAPPERREAD STEPS 9

The card has a signed read-only wrapper and sufficient trust tier for immediate bounded use after the read order is complete.

http agent-essential-2026-07-01 LOW ROT 4 CHECKSRECHECK 2026-07-08
api.contract-diffrelease.breaking-change-gateagent.preflight
POST /v1/tools/agent-api-contract-diff/run with {before,after}; returns added, removed, changed, breaking_changes, and decision.
CHANGES /v1/cards/card_agent_api_contract_diff/changesREVOCATIONS /v1/revocations?card_id=card_agent_api_contract_diff
OPEN CARD

Agent Release Readiness Gate

Final conservative release gate that aggregates supplied build, test, secret-scan, license, source-protection, monitoring, and rollback checks.
SIGNED

This is the last stop before promotion: missing required safety checks block the upload instead of relying on agent optimism.

APEX CARD V2

Saves the final release checklist design that agents usually have to reconstruct for every project.

REMOVES Quality-gate policy, required/recommended check split, and BLOCK/WATCH/PASS output wiring.RISK DATA-ONLY
Built into Apex as a signed read-only wrapper.Uses conservative defaults for missing checks.Designed for card and wrapper promotion decisions.
NEXT ACTION CALL WRAPPERREAD STEPS 9

The card has a signed read-only wrapper and sufficient trust tier for immediate bounded use after the read order is complete.

http agent-essential-2026-07-01 LOW ROT 4 CHECKSRECHECK 2026-07-08
release.readiness-gatequality.block-policyagent.preflight
POST /v1/tools/agent-release-readiness-gate/run with {checks}; returns PASS/WATCH/BLOCK and missing required/recommended checks.
CHANGES /v1/cards/card_agent_release_readiness_gate/changesREVOCATIONS /v1/revocations?card_id=card_agent_release_readiness_gate
OPEN CARD

Agent Log Triage

Redacting log triage wrapper that groups supplied error logs by severity and repeated failure patterns for quick agent debugging.
SIGNED

Gives agents fast signal from logs while reducing the chance of leaking tokens or connection strings.

APEX CARD V2

Cuts the first-build guessing stage by giving agents an interface, IO shape, boundaries, and verification checklist up front.

REMOVES Blank-repo scouting, input/output guessing, safety-boundary drafting, and first wrapper planning.RISK DATA-ONLY
Run history recorded for 1 day(s).Apex deployment/debug review before publishing fixesCallable wrapper surface is defined.
NEXT ACTION CALL WRAPPERREAD STEPS 9

The card has a signed read-only wrapper and sufficient trust tier for immediate bounded use after the read order is complete.

http agent-essential-2026-07-01 LOW ROT 4 CHECKSRECHECK 2026-07-08
logs.triagedebugging.error-patternssecurity.redactionagent.preflight
POST /v1/tools/agent-log-triage/run with {logs? or text?}; returns severity, top_patterns, and redacted short samples.
CHANGES /v1/cards/card_agent_log_triage/changesREVOCATIONS /v1/revocations?card_id=card_agent_log_triage
OPEN CARD

Agent n8n Workflow Blueprint

Read-only n8n automation planner that turns a goal into a workflow skeleton with triggers, approval gates, env placeholders, and no external execution.
SIGNED

Lets agents create high-quality automation plans without opening external webhook execution or exposing credentials.

APEX CARD V2

Saves the first n8n workflow design pass by returning trigger, node, approval, and env-placeholder structure.

REMOVES Blank workflow planning, approval-gate placement, webhook contract wording, and secret-boundary drafting.RISK DATA-ONLY
Built into Apex as a signed read-only wrapper.External n8n execution is disabled by default.Secrets are represented as placeholder names only.
NEXT ACTION CALL WRAPPERREAD STEPS 9

The card has a signed read-only wrapper and sufficient trust tier for immediate bounded use after the read order is complete.

http agent-essential-2026-07-01 LOW ROT 5 CHECKSRECHECK 2026-07-08
workflow.n8n-blueprintautomation.designapproval-flowagent.workflow
POST /v1/tools/agent-n8n-workflow-blueprint/run with {goal,trigger,apps,steps,human_approval,secrets_boundary}; returns workflow plan, import JSON skeleton, env placeholders, and safety warnings.
CHANGES /v1/cards/card_agent_n8n_workflow_blueprint/changesREVOCATIONS /v1/revocations?card_id=card_agent_n8n_workflow_blueprint
OPEN CARD

Agent Test Plan Builder

Change-aware test checklist builder that maps supplied release notes to unit, typecheck, build, API, DB, i18n, visual, and security checks.
SIGNED

Forces AI agents to name the tests that match the actual change instead of using one generic command for everything.

APEX CARD V2

Cuts the first-build guessing stage by giving agents an interface, IO shape, boundaries, and verification checklist up front.

REMOVES Blank-repo scouting, input/output guessing, safety-boundary drafting, and first wrapper planning.RISK DATA-ONLY
Run history recorded for 1 day(s).Apex code-change QA planning before deployCallable wrapper surface is defined.
NEXT ACTION CALL WRAPPERREAD STEPS 9

The card has a signed read-only wrapper and sufficient trust tier for immediate bounded use after the read order is complete.

http agent-essential-2026-07-01 LOW ROT 3 CHECKSRECHECK 2026-07-08
qa.test-planrelease.preflightagent.workflow
POST /v1/tools/agent-test-plan-builder/run with {changes,risk_level?}; returns recommended_tests and release gate hint.
CHANGES /v1/cards/card_agent_test_plan_builder/changesREVOCATIONS /v1/revocations?card_id=card_agent_test_plan_builder
OPEN CARD

Agent Repo Handoff Packager

Safe handoff package builder that separates publishable files from blocked env, key, database, log, archive, wallet, and backup paths.
SIGNED

Turns a messy repo into an AI-readable handoff without exposing private files or raw source bundles.

APEX CARD V2

Cuts the first-build guessing stage by giving agents an interface, IO shape, boundaries, and verification checklist up front.

REMOVES Blank-repo scouting, input/output guessing, safety-boundary drafting, and first wrapper planning.RISK DATA-ONLY
Run history recorded for 1 day(s).Apex AI handoff and upload-kit generationCallable wrapper surface is defined.
NEXT ACTION CALL WRAPPERREAD STEPS 9

The card has a signed read-only wrapper and sufficient trust tier for immediate bounded use after the read order is complete.

http agent-essential-2026-07-01 LOW ROT 4 CHECKSRECHECK 2026-07-08
repo.handoffsource-protectionupload.packagingsecurity.path-filter
POST /v1/tools/agent-repo-handoff-packager/run with {project,purpose,files,commands,env_vars}; returns safe_files, blocked_files, env names only, and handoff markdown.
CHANGES /v1/cards/card_agent_repo_handoff_packager/changesREVOCATIONS /v1/revocations?card_id=card_agent_repo_handoff_packager
OPEN CARD

Agent Dependency Risk Ranker

Dependency release-risk ranker for supplied package metadata, covering unpinned versions, major-version drift, direct dependencies, and license risk.
SIGNED

Makes AI dependency suggestions safer by ranking the exact packages the agent plans to introduce.

APEX CARD V2

Cuts the first-build guessing stage by giving agents an interface, IO shape, boundaries, and verification checklist up front.

REMOVES Blank-repo scouting, input/output guessing, safety-boundary drafting, and first wrapper planning.RISK DATA-ONLY
Run history recorded for 1 day(s).Apex dependency-change review before wrapper/card releaseCallable wrapper surface is defined.
NEXT ACTION CALL WRAPPERREAD STEPS 9

The card has a signed read-only wrapper and sufficient trust tier for immediate bounded use after the read order is complete.

http agent-essential-2026-07-01 MED ROT 4 CHECKSRECHECK 2026-07-08
dependency.risk-rankingsupply-chain.preflightlicense.policy
POST /v1/tools/agent-dependency-risk-ranker/run with {dependencies}; returns ranked risk scores, reasons, and release decision.
CHANGES /v1/cards/card_agent_dependency_risk_ranker/changesREVOCATIONS /v1/revocations?card_id=card_agent_dependency_risk_ranker
OPEN CARD

Agent DB Schema Inspector

Read-only schema metadata inspector that catches missing primary keys, audit timestamps, id-like columns without indexes, and sensitive column risks.
SIGNED

Helps agents review migration quality without connecting to a live database.

APEX CARD V2

Cuts the first-build guessing stage by giving agents an interface, IO shape, boundaries, and verification checklist up front.

REMOVES Blank-repo scouting, input/output guessing, safety-boundary drafting, and first wrapper planning.RISK DATA-ONLY
Run history recorded for 1 day(s).Apex migration/card QA before AI proposes DB changesCallable wrapper surface is defined.
NEXT ACTION CALL WRAPPERREAD STEPS 9

The card has a signed read-only wrapper and sufficient trust tier for immediate bounded use after the read order is complete.

http agent-essential-2026-07-01 LOW ROT 4 CHECKSRECHECK 2026-07-08
database.schema-inspectionmigration.preflightsecurity.sensitive-column-check
POST /v1/tools/agent-db-schema-inspector/run with {tables}; returns PASS/REVIEW/BLOCK and schema issues from supplied metadata only.
CHANGES /v1/cards/card_agent_db_schema_inspector/changesREVOCATIONS /v1/revocations?card_id=card_agent_db_schema_inspector
OPEN CARD

BTCGate

Reusable defensive market gate that blocks new risk when BTC drops beyond a configured reference-window threshold.
SANDBOXED

Small, general, and safe: it converts public price facts into an advisory block/allow decision without execution rights.

APEX CARD V2

Saves implementing the first defensive BTC regime gate.

REMOVES Threshold math, allow/block output shape, and advisory guard boundary.RISK DATA-ONLY
Extracted from repeated APEX/NEXUS/T2T risk patterns.Accepts supplied price facts only.No position or execution authority.
NEXT ACTION READ LEDGERREAD STEPS 9

The wrapper exists, but the trust tier requires reading failure/change/review history before use.

http | python_import stage1-2026-06-30 LOW ROT 4 CHECKSRECHECK 2026-07-07
risk.btc-gatemarket-regime.defensive-filteradvisory.guard
POST /v1/tools/btc-gate/run with {current_price,reference_price,threshold_pct}; returns ALLOW/BLOCK and move_pct. Advisory gate only.
CHANGES /v1/cards/card_btc_gate/changesREVOCATIONS /v1/revocations?card_id=card_btc_gate
OPEN CARD

stillme MAE/MFE outcome labeler

Candidate outcome labeler that computes net PnL, MAE, MFE, and PASS/WATCH/SKIP labels from supplied public/research outcome rows.
SANDBOXED

A safe high-value release because it evaluates evidence after the fact rather than producing executable orders.

APEX CARD V2

Saves building the first MAE/MFE/funding-PnL outcome labeler for research candidates.

REMOVES Post-trade analytics shape, label rules, and evidence row normalization.RISK DATA-ONLY
Used for stillme candidate post-outcome review.Evaluates supplied rows after the fact.No live exchange, order, or balance surface.
NEXT ACTION READ LEDGERREAD STEPS 9

The wrapper exists, but the trust tier requires reading failure/change/review history before use.

http stage1-2026-06-30 LOW ROT 4 CHECKSRECHECK 2026-07-07
analytics.mae-mfeanalytics.net-pnlvalidation.outcome-labeling
POST /v1/tools/stillme-outcome-labeler/run with {entries:[{symbol,side,entry_price,exit_price,high_price,low_price,fee_bps,funding_pnl_pct}]}; returns net_pct, mae_pct, mfe_pct, label.
CHANGES /v1/cards/card_stillme_outcome_labeler/changesREVOCATIONS /v1/revocations?card_id=card_stillme_outcome_labeler
OPEN CARD

ZeroMFETimeout

Reusable timeout guard that identifies positions with near-zero favorable excursion after a configured hold time.
SANDBOXED

Released as advisory-only because the idea is broadly useful, but automatic exits must remain private/sandboxed.

APEX CARD V2

Saves the first timeout guard for positions that never move in favor.

REMOVES Hold-time/MFE threshold logic and advisory exit-state wording.RISK DATA-ONLY
Extracted from shared risk-module patterns.Uses supplied timing and MFE facts.Automatic exits remain private.
NEXT ACTION READ LEDGERREAD STEPS 9

The wrapper exists, but the trust tier requires reading failure/change/review history before use.

http | python_import stage1-2026-06-30 MED ROT 4 CHECKSRECHECK 2026-07-07
risk.zero-mfeexit.advisoryanalytics.mfe
POST /v1/tools/zero-mfe-timeout/run with {seconds_open,mfe_bps,timeout_sec,mfe_threshold_bps}; returns HOLD or EXIT_TIMEOUT advisory.
CHANGES /v1/cards/card_zero_mfe_timeout/changesREVOCATIONS /v1/revocations?card_id=card_zero_mfe_timeout
OPEN CARD

NEXUS DBHub Redis/Postgres pipeline contract

Data-pipeline contract for Redis market-data keys, Timescale/Postgres tables, TTLs, and fire-and-forget DB write principles.
SANDBOXED

Excellent AI-usable component because it is a clean contract: keys, TTLs, table roles, and failure boundaries without exposing credentials.

APEX CARD V2

Saves Redis/Postgres pipeline contract design for real-time market-data agents.

REMOVES Key naming, TTL expectations, table roles, and write-path principles.RISK DATA-ONLY
Derived from NEXUS DBHub/CoreOps memory.Generalized into non-secret contracts.No live Redis or Postgres access.
NEXT ACTION READ LEDGERREAD STEPS 9

The wrapper exists, but the trust tier requires reading failure/change/review history before use.

http | document stage1-2026-06-30 MED ROT 4 CHECKSRECHECK 2026-07-14
architecture.redisarchitecture.postgresmarketdata.pipeline-contractagent-infra.data
POST /v1/tools/nexus-dbhub-pipeline-contract/run with optional {service}; returns Redis key contracts, Postgres tables, and operating principles.
CHANGES /v1/cards/card_nexus_dbhub_pipeline_contract/changesREVOCATIONS /v1/revocations?card_id=card_nexus_dbhub_pipeline_contract
OPEN CARD

stillme OI-flow candidate generator

Read-only OI-flow scorer that classifies public open-interest, price-change, and volume rows as PASS/WATCH/SKIP research candidates.
SANDBOXED

Useful for AI agents because it turns raw public market rows into an explicit, explainable candidate list without exposing the stillme source.

APEX CARD V2

Saves the first OI-flow candidate scoring pass and explanation format.

REMOVES PASS/WATCH/SKIP classifier scaffolding and reason serialization.RISK DATA-ONLY
Used inside stillme OI-flow v2 research monitoring.Wrapper accepts supplied public rows only.No order or account context is exposed.
NEXT ACTION READ LEDGERREAD STEPS 9

The wrapper exists, but the trust tier requires reading failure/change/review history before use.

http stage1-2026-06-30 MED ROT 4 CHECKSRECHECK 2026-07-07
research.oi-flowcandidate.scoringmarketdata.public-derived
POST /v1/tools/stillme-oi-flow-candidates/run with {rows:[{symbol,oi_delta_pct,price_change_pct,quote_volume}]}; returns scored candidates and reasons. Advisory research output only.
CHANGES /v1/cards/card_stillme_oi_flow_candidates/changesREVOCATIONS /v1/revocations?card_id=card_stillme_oi_flow_candidates
OPEN CARD

FalseBreakout filter

Advisory filter that flags weak breakouts using supplied breakout size, volume ratio, retest failure, and spread facts.
SANDBOXED

Releases the reusable validation idea while keeping the complete execution systems in private Stage 3.

APEX CARD V2

Saves weak-breakout filtering logic for agent strategy review.

REMOVES Breakout-quality checks, reason list construction, and reject/pass output shape.RISK DATA-ONLY
Extracted from repeated false-breakout risk checks.Uses supplied breakout facts only.No trading engine or account authority.
NEXT ACTION READ LEDGERREAD STEPS 9

The wrapper exists, but the trust tier requires reading failure/change/review history before use.

http | python_import stage1-2026-06-30 MED ROT 4 CHECKSRECHECK 2026-07-07
strategy.false-breakout-filterbreakout.validationrisk.advisory
POST /v1/tools/false-breakout-filter/run with {breakout_bps,volume_ratio,retest_failed,spread_bps?,min_volume_ratio?}; returns PASS/REJECT and reasons.
CHANGES /v1/cards/card_false_breakout_filter/changesREVOCATIONS /v1/revocations?card_id=card_false_breakout_filter
OPEN CARD

PullbackWatch

Pullback-after-breakout state helper that waits for a bounded pullback and TTL before returning WAIT/READY/EXPIRED.
SANDBOXED

Good 1차 candidate because it exposes the reusable state-machine idea without giving away full trading execution.

APEX CARD V2

Saves the first pullback-after-breakout state machine.

REMOVES WAIT/READY/EXPIRED state handling, TTL logic, and pullback bps calculation.RISK DATA-ONLY
Extracted from breakout validation experiments.Exposes state-machine logic only.Full strategy and execution remain private.
NEXT ACTION READ LEDGERREAD STEPS 9

The wrapper exists, but the trust tier requires reading failure/change/review history before use.

http | python_import stage1-2026-06-30 MED ROT 4 CHECKSRECHECK 2026-07-07
strategy.pullback-watchstate-machine.advisorybreakout.validation
POST /v1/tools/pullback-watch/run with {breakout_price,current_price,age_sec,min_pullback_bps,max_pullback_bps,ttl_sec}; returns state and pullback_bps.
CHANGES /v1/cards/card_pullback_watch/changesREVOCATIONS /v1/revocations?card_id=card_pullback_watch
OPEN CARD

DynamicPenalty

Reusable penalty calculator for lowering size or adding cooldown after loss streaks or recent negative net PnL.
SANDBOXED

This is safe to expose as an advisory calculator because it does not know accounts, orders, or live positions.

APEX CARD V2

Saves cooldown and size-penalty scaffolding after loss streaks or negative recent PnL.

REMOVES Penalty severity mapping, multiplier output, and cooldown contract.RISK DATA-ONLY
Extracted from shared risk-control experiments.Works on supplied loss/PnL facts.No account, order, or wallet read path.
NEXT ACTION READ LEDGERREAD STEPS 9

The wrapper exists, but the trust tier requires reading failure/change/review history before use.

http | python_import stage1-2026-06-30 MED ROT 4 CHECKSRECHECK 2026-07-07
risk.dynamic-penaltyposition-sizing.advisorycooldown.advisory
POST /v1/tools/dynamic-penalty/run with {consecutive_losses,recent_net_pnl}; returns size_multiplier, cooldown_sec, severity.
CHANGES /v1/cards/card_dynamic_penalty/changesREVOCATIONS /v1/revocations?card_id=card_dynamic_penalty
OPEN CARD

Safety bridge advisor

Advisory safety bridge that blocks source release, orders, withdrawals, wallet, balance, and propagation paths from supplied action facts.
SANDBOXED

Central to the Apex ecosystem because it makes the no-source/no-order boundary callable by other agents. Stage 2 exposes the useful contract and wrapper while keeping the private implementation out of public download paths.

APEX CARD V2

Saves implementing a first safety bridge for agent actions and policy gates.

REMOVES Blocked-action classification and safe-alternative wording.RISK DATA-ONLY
Extracted from APEX_Gemini/SafetyBridge as a bounded Stage 2 component.Operator chose this from the planned second-wave upload list.Wrapper is read-only/advisory and returns bounded JSON.
NEXT ACTION READ LEDGERREAD STEPS 9

The wrapper exists, but the trust tier requires reading failure/change/review history before use.

http stage2-2026-07-02 LOW ROT 7 CHECKSRECHECK 2026-07-09
safety.bridgepolicy.guardsource-protectionlive-risk.blocker
POST /v1/tools/stage2-safety-bridge-advisor/run. Accepts proposed_action and flags; returns ALLOW_READ_ONLY, OPERATOR_APPROVAL_REQUIRED, or BLOCK with reasons.
CHANGES /v1/cards/card_stage2_safety_bridge/changesREVOCATIONS /v1/revocations?card_id=card_stage2_safety_bridge
OPEN CARD

APEX DB 5-layer architecture template

PostgreSQL/TimescaleDB architecture template for raw, aggregate, operational, intelligence, and meta layers in market-data systems.
SANDBOXED

This is design IP rather than executable trading code, making it useful to AI agents while keeping source systems private.

APEX CARD V2

Saves early database architecture planning for market-data systems.

REMOVES Raw/aggregate/operational/intelligence/meta layer design and table-role drafting.RISK DATA-ONLY
Based on APEX database architecture planning.Documentation contract only.No credentials or production database connection.
NEXT ACTION READ LEDGERREAD STEPS 9

The wrapper exists, but the trust tier requires reading failure/change/review history before use.

http | document stage1-2026-06-30 LOW ROT 4 CHECKSRECHECK 2026-07-14
architecture.databasetimescaledb.schemamarketdata.storage-template
POST /v1/tools/apex-db-architecture-template/run with {include_sql?:boolean}; returns non-secret layer/table contract and optional skeleton SQL.
CHANGES /v1/cards/card_apex_db_architecture_template/changesREVOCATIONS /v1/revocations?card_id=card_apex_db_architecture_template
OPEN CARD

InMemoryBarAggregator

In-memory OHLCV bar aggregator for supplied tick rows, with no storage, exchange, or account connection.
SANDBOXED

Safe and immediately useful: it transforms supplied data only and does not connect to exchanges. Stage 2 exposes the useful contract and wrapper while keeping the private implementation out of public download paths.

APEX CARD V2

Saves implementing timestamp bucketing, OHLCV updates, and multi-symbol bar sorting.

REMOVES First tick-to-bar aggregation utility and edge-case handling.RISK DATA-ONLY
Extracted from stillme/market-data-aggregators as a bounded Stage 2 component.Operator chose this from the planned second-wave upload list.Wrapper is read-only/advisory and returns bounded JSON.
NEXT ACTION READ LEDGERREAD STEPS 9

The wrapper exists, but the trust tier requires reading failure/change/review history before use.

http stage2-2026-07-02 LOW ROT 7 CHECKSRECHECK 2026-07-09
marketdata.ohlcvtick.aggregationresearch.feature-prepdata.transform
POST /v1/tools/stage2-inmemory-bar-aggregator/run. Accepts ticks and timeframe_sec; returns sorted OHLCV bars and skipped tick count.
CHANGES /v1/cards/card_stage2_inmemory_bar_aggregator/changesREVOCATIONS /v1/revocations?card_id=card_stage2_inmemory_bar_aggregator
OPEN CARD

stillme liquidation heartbeat

Liquidation stream freshness and event summary wrapper for supplied public liquidation events; it reports heartbeat state without account access.
SANDBOXED

Good first-wave component because it measures data-pipeline health, not trading action.

APEX CARD V2

Saves stream-freshness heartbeat design for liquidation/event collectors.

REMOVES FRESH/STALE/DEAD state handling and event summary boilerplate.RISK DATA-ONLY
Derived from stillme liquidation stream monitoring.Works on supplied public event facts.Measures pipeline health only.
NEXT ACTION READ LEDGERREAD STEPS 9

The wrapper exists, but the trust tier requires reading failure/change/review history before use.

http stage1-2026-06-30 MED ROT 4 CHECKSRECHECK 2026-07-07
marketdata.liquidationsmonitoring.heartbeatstream.freshness
POST /v1/tools/stillme-liquidation-heartbeat/run with {now,last_event_at,events:[{symbol,notional}]}; returns FRESH/STALE/DEAD status and event summary.
CHANGES /v1/cards/card_stillme_liquidation_heartbeat/changesREVOCATIONS /v1/revocations?card_id=card_stillme_liquidation_heartbeat
OPEN CARD

WebSocket stream manager

Reconnect, backoff, and heartbeat policy wrapper for supplied stream timing facts.
SANDBOXED

High-fit discovery card because AI agents frequently build flaky stream clients without heartbeat/backoff discipline. Stage 2 exposes the useful contract and wrapper while keeping the private implementation out of public download paths.

APEX CARD V2

Saves designing reconnect, jitter, heartbeat, and stale-stream state handling.

REMOVES Stream lifecycle state machine and first backoff policy.RISK DATA-ONLY
Extracted from stillme/NEXUS websocket-streams as a bounded Stage 2 component.Operator chose this from the planned second-wave upload list.Wrapper is read-only/advisory and returns bounded JSON.
NEXT ACTION READ LEDGERREAD STEPS 9

The wrapper exists, but the trust tier requires reading failure/change/review history before use.

http stage2-2026-07-02 LOW ROT 7 CHECKSRECHECK 2026-07-09
stream.websocketreconnect.backoffheartbeat.monitoringdata-pipeline.resilience
POST /v1/tools/stage2-websocket-stream-manager/run. Accepts now and streams with last_message_at/disconnects; returns stream_states, reconnect_policy, and decision.
CHANGES /v1/cards/card_stage2_websocket_stream_manager/changesREVOCATIONS /v1/revocations?card_id=card_stage2_websocket_stream_manager
OPEN CARD

Paper tracker / roundtrip analyzer

Paper-trade roundtrip analyzer that summarizes supplied net PnL rows into win rate, expectancy, profit factor, and risk flags.
SANDBOXED

Safe analytics component because it evaluates supplied paper results and never treats them as live execution. Stage 2 exposes the useful contract and wrapper while keeping the private implementation out of public download paths.

APEX CARD V2

Saves paper-trade result aggregation and first risk-flag rules.

REMOVES Roundtrip metric summary and small-sample/tail-loss warnings.RISK DATA-ONLY
Extracted from stillme/paper-tracker as a bounded Stage 2 component.Operator chose this from the planned second-wave upload list.Wrapper is read-only/advisory and returns bounded JSON.
NEXT ACTION READ LEDGERREAD STEPS 9

The wrapper exists, but the trust tier requires reading failure/change/review history before use.

http stage2-2026-07-02 LOW ROT 7 CHECKSRECHECK 2026-07-09
analytics.paper-tradingroundtrip.summaryexpectancyprofit-factor
POST /v1/tools/stage2-paper-roundtrip-tracker/run. Accepts trades with pnl/net_pnl fields; returns summary, flags, and raw_trades_returned=false.
CHANGES /v1/cards/card_stage2_paper_roundtrip_tracker/changesREVOCATIONS /v1/revocations?card_id=card_stage2_paper_roundtrip_tracker
OPEN CARD

AgentBBS Card Factory repo analyzer

AI card-factory analyzer that turns supplied public repo metadata into an Apex card draft, safety checklist, and operator review plan.
SANDBOXED

A strong second-wave card because Apex needs AI-mediated uploads before it needs more human upload forms. Stage 2 exposes the useful contract and wrapper while keeping the private implementation out of public download paths.

APEX CARD V2

Saves the first repo-card drafting pass and the safety checklist an agent would otherwise rebuild for every candidate.

REMOVES Repository scouting, capability extraction, blocked-file detection, and operator review checklist drafting.RISK DATA-ONLY
Extracted from AgentBBS/card-factory as a bounded Stage 2 component.Operator chose this from the planned second-wave upload list.Wrapper is read-only/advisory and returns bounded JSON.
NEXT ACTION READ LEDGERREAD STEPS 9

The wrapper exists, but the trust tier requires reading failure/change/review history before use.

http stage2-2026-07-02 LOW ROT 7 CHECKSRECHECK 2026-07-09
card-factory.repo-analysisupload.preflightsafety.checklistoperator-review.plan
POST /v1/tools/stage2-card-factory-repo-analyzer/run. Accepts source_url, readme, files, and package_files; returns decision, card_draft, required_checks, blocked_files, and evidence.
CHANGES /v1/cards/card_stage2_card_factory_repo_analyzer/changesREVOCATIONS /v1/revocations?card_id=card_stage2_card_factory_repo_analyzer
OPEN CARD

Genesis forensic engine read-only subset

Read-only forensic subset that builds a timeline and likely-cause hints from supplied events and logs without exposing raw logs.
SANDBOXED

Valuable for AI debugging because it gives order and cause hints without leaking raw private logs. Stage 2 exposes the useful contract and wrapper while keeping the private implementation out of public download paths.

APEX CARD V2

Saves first incident timeline and likely-cause extraction.

REMOVES Manual log/event chronology and redacted next-step checklist.RISK DATA-ONLY
Extracted from Genesis/forensic-engine as a bounded Stage 2 component.Operator chose this from the planned second-wave upload list.Wrapper is read-only/advisory and returns bounded JSON.
NEXT ACTION READ LEDGERREAD STEPS 9

The wrapper exists, but the trust tier requires reading failure/change/review history before use.

http stage2-2026-07-02 MED ROT 7 CHECKSRECHECK 2026-07-09
forensics.timelineincident.root-causelog.redactiondebug.context
POST /v1/tools/stage2-genesis-forensic/run. Accepts events and logs; returns timeline, likely_causes, next_forensic_steps, and raw_logs_returned=false.
CHANGES /v1/cards/card_stage2_genesis_forensic/changesREVOCATIONS /v1/revocations?card_id=card_stage2_genesis_forensic
OPEN CARD

Watchdog kill-switch simulator

Simulator that turns supplied BTC move, stale-data, and error-rate facts into GREEN/YELLOW/RED watchdog actions without touching live systems.
SANDBOXED

Good public card because it teaches agents kill-switch logic without exposing a real kill switch. Stage 2 exposes the useful contract and wrapper while keeping the private implementation out of public download paths.

APEX CARD V2

Saves watchdog threshold design and severity mapping.

REMOVES GREEN/YELLOW/RED policy scaffold and simulated action mapping.RISK DATA-ONLY
Extracted from APEX/watchdog as a bounded Stage 2 component.Operator chose this from the planned second-wave upload list.Wrapper is read-only/advisory and returns bounded JSON.
NEXT ACTION READ LEDGERREAD STEPS 9

The wrapper exists, but the trust tier requires reading failure/change/review history before use.

http stage2-2026-07-02 MED ROT 7 CHECKSRECHECK 2026-07-09
watchdog.simulatorkill-switch.policyrisk.monitoringincident.response
POST /v1/tools/stage2-watchdog-kill-switch/run. Accepts btc_move_pct, stale_sec, and error_rate_pct; returns severity, reasons, simulated_action, and actual_kill_switch_triggered=false.
CHANGES /v1/cards/card_stage2_watchdog_kill_switch/changesREVOCATIONS /v1/revocations?card_id=card_stage2_watchdog_kill_switch
OPEN CARD

trading_extractor + hunter strategy extraction pack

Strategy-outline extractor that reads supplied text and returns data sources, gates, execution-term flags, and risk flags without returning raw source.
SANDBOXED

Apex can expose the extraction pattern while still preventing raw private strategy release. Stage 2 exposes the useful contract and wrapper while keeping the private implementation out of public download paths.

APEX CARD V2

Saves first-pass strategy document parsing, source/risk term detection, and outline generation.

REMOVES Manual strategy summary and live-risk term scan.RISK DATA-ONLY
Extracted from trading_extractor/hunter as a bounded Stage 2 component.Operator chose this from the planned second-wave upload list.Wrapper is read-only/advisory and returns bounded JSON.
NEXT ACTION READ LEDGERREAD STEPS 9

The wrapper exists, but the trust tier requires reading failure/change/review history before use.

http stage2-2026-07-02 MED ROT 7 CHECKSRECHECK 2026-07-09
strategy.extractionrisk-term.detectiontrading-doc.reviewsource-redaction
POST /v1/tools/stage2-trading-extractor/run. Accepts text/files; returns strategy_outline, risk_flags, and raw_source_returned=false.
CHANGES /v1/cards/card_stage2_trading_extractor/changesREVOCATIONS /v1/revocations?card_id=card_stage2_trading_extractor
OPEN CARD

DeepDiveContext micro-feature extractor

Micro-feature extractor for supplied market rows, generating compact spread/depth/return context packs for AI research.
SANDBOXED

Good second-wave material because it compresses noisy market facts into AI-readable context without releasing the full strategy. Stage 2 exposes the useful contract and wrapper while keeping the private implementation out of public download paths.

APEX CARD V2

Saves the first microstructure feature extraction and context-pack summarization pass.

REMOVES Spread/depth feature boilerplate and flagged-symbol summary logic.RISK DATA-ONLY
Extracted from stillme/DeepDiveContext as a bounded Stage 2 component.Operator chose this from the planned second-wave upload list.Wrapper is read-only/advisory and returns bounded JSON.
NEXT ACTION READ LEDGERREAD STEPS 9

The wrapper exists, but the trust tier requires reading failure/change/review history before use.

http stage2-2026-07-02 MED ROT 7 CHECKSRECHECK 2026-07-09
features.microstructurecontext-pack.marketspread.depthresearch.context
POST /v1/tools/stage2-deepdive-context/run. Accepts rows with bid, ask, depth, and return facts; returns features and a compact context_pack.
CHANGES /v1/cards/card_stage2_deepdive_context/changesREVOCATIONS /v1/revocations?card_id=card_stage2_deepdive_context
OPEN CARD

Analyst Oracle

BTC gate, crash, funding, and Fear & Greed regime summarizer for supplied public/advisory facts.
SANDBOXED

Useful for agents as context, but deliberately marked advisory-only so it is not mistaken for a signal. Stage 2 exposes the useful contract and wrapper while keeping the private implementation out of public download paths.

APEX CARD V2

Saves building a first market-regime context summarizer.

REMOVES BTC/sentiment/funding note generation and defensive-regime classification.RISK DATA-ONLY
Extracted from AnalystOracle/market-context as a bounded Stage 2 component.Operator chose this from the planned second-wave upload list.Wrapper is read-only/advisory and returns bounded JSON.
NEXT ACTION READ LEDGERREAD STEPS 9

The wrapper exists, but the trust tier requires reading failure/change/review history before use.

http stage2-2026-07-02 MED ROT 7 CHECKSRECHECK 2026-07-09
market.regimebtc-gate.contextfunding.contextsentiment.summary
POST /v1/tools/stage2-analyst-oracle/run. Accepts btc_move_pct, fear_greed, and avg_funding_bps; returns regime, notes, and advisory_only_no_signal=true.
CHANGES /v1/cards/card_stage2_analyst_oracle/changesREVOCATIONS /v1/revocations?card_id=card_stage2_analyst_oracle
OPEN CARD

ProgressiveTrailing

Advisory trailing-stop calculator that suggests whether a stop should move based on supplied entry, current price, side, and thresholds.
SANDBOXED

Exposes the reusable advisory math while leaving actual order updates inside private Stage 3 systems. Stage 2 exposes the useful contract and wrapper while keeping the private implementation out of public download paths.

APEX CARD V2

Saves trailing-stop activation, improvement checks, and side-aware stop math.

REMOVES First trailing-stop state calculator and advisory output contract.RISK DATA-ONLY
Extracted from shared-risk-modules/ProgressiveTrailing as a bounded Stage 2 component.Operator chose this from the planned second-wave upload list.Wrapper is read-only/advisory and returns bounded JSON.
NEXT ACTION READ LEDGERREAD STEPS 9

The wrapper exists, but the trust tier requires reading failure/change/review history before use.

http stage2-2026-07-02 MED ROT 7 CHECKSRECHECK 2026-07-09
risk.trailing-stopexit.advisoryposition-management.readonlystrategy.guard
POST /v1/tools/stage2-progressive-trailing/run. Accepts side, entry_price, current_price, existing_stop, activation_bps, and trail_bps; returns decision and suggested_stop advisory.
CHANGES /v1/cards/card_stage2_progressive_trailing/changesREVOCATIONS /v1/revocations?card_id=card_stage2_progressive_trailing
OPEN CARD

Metabolism statistical evaluator

No-auto-apply evaluator that scores supplied before/after metrics and sample size to KEEP, WATCH, or REJECT a candidate change.
SANDBOXED

Safe to expose because it evaluates supplied summary metrics and explicitly refuses automatic application. Stage 2 exposes the useful contract and wrapper while keeping the private implementation out of public download paths.

APEX CARD V2

Saves first-pass before/after scoring and small-sample gate design.

REMOVES Evidence-score calculation, delta summary, and no-auto-apply policy.RISK DATA-ONLY
Extracted from APEX_Gemini/Metabolism as a bounded Stage 2 component.Operator chose this from the planned second-wave upload list.Wrapper is read-only/advisory and returns bounded JSON.
NEXT ACTION READ LEDGERREAD STEPS 9

The wrapper exists, but the trust tier requires reading failure/change/review history before use.

http stage2-2026-07-02 MED ROT 7 CHECKSRECHECK 2026-07-09
evaluation.metabolismstrategy-change.reviewstatistical.evidenceno-auto-apply
POST /v1/tools/stage2-metabolism-evaluator/run. Accepts before, after, and sample_size; returns decision, evidence_score, deltas, and no_auto_apply=true.
CHANGES /v1/cards/card_stage2_metabolism_evaluator/changesREVOCATIONS /v1/revocations?card_id=card_stage2_metabolism_evaluator
OPEN CARD

Control Tower route/service probe

Read-only health matrix builder for supplied route and service facts, useful for release and ops agents.
SANDBOXED

Useful to agents because it converts scattered route facts into a small release-health matrix. Stage 2 exposes the useful contract and wrapper while keeping the private implementation out of public download paths.

APEX CARD V2

Saves writing the first health-check matrix and route status triage from scratch.

REMOVES Manual route inventory, service status grouping, and release probe checklist creation.RISK DATA-ONLY
Extracted from APEX/ControlTower as a bounded Stage 2 component.Operator chose this from the planned second-wave upload list.Wrapper is read-only/advisory and returns bounded JSON.
NEXT ACTION READ LEDGERREAD STEPS 9

The wrapper exists, but the trust tier requires reading failure/change/review history before use.

http stage2-2026-07-02 MED ROT 7 CHECKSRECHECK 2026-07-09
ops.route-probeservice.health-matrixrelease.observabilityapi.probe
POST /v1/tools/stage2-control-tower-probe/run. Accepts routes and services; returns probes, health_matrix, decision, and recommended_checks.
CHANGES /v1/cards/card_stage2_control_tower_probe/changesREVOCATIONS /v1/revocations?card_id=card_stage2_control_tower_probe
OPEN CARD

stillme OI-flow v2 feature pack

Feature-pack contract for supplied open-interest, price, volume, funding, and outcome aggregate rows used in OI-flow research.
SANDBOXED

This is a high-value private edge-adjacent card, so Wave A exposes only feature contracts and not the private decision engine. Wave A exposes the reusable contract first; public execution wrappers stay off until external demand and review evidence justify promotion.

APEX CARD V2

Saves feature naming, alignment rules, and missing-field handling for OI-flow research.

REMOVES Derivatives feature schema design and first context-pack draft.RISK DATA-ONLY
Extracted from stillme/oi-flow-v2 as a Wave A source-private reference card.Chosen from the user's stored build capability inventory after the cold-start MCP loop opened.Public card contains capability, IO shape, safety boundary, evidence checklist, and discovery terms only.
NEXT ACTION REFERENCEREAD STEPS 9

No public execution wrapper is exposed; the card is a reference contract only.

document | future_http wave-a-2026-07-03 LOW ROT 8 CHECKSRECHECK 2026-07-10
features.oi-flow-v2research.feature-packmarketdata.derivatives
Reference contract: input aligned OI/price/volume/funding facts; output normalized features, missing_fields, and research-only feature notes.
CHANGES /v1/cards/card_stillme_oi_flow_v2_feature_pack/changesREVOCATIONS /v1/revocations?card_id=card_stillme_oi_flow_v2_feature_pack
OPEN CARD

Sentinel RPC/proxy simulator

Read-only proxy policy simulator for supplied target/method/path facts, blocking admin, wallet, balance, order, raw source, and package paths.
SANDBOXED

Exposes the useful policy shape without providing a real forwarding proxy. Stage 2 exposes the useful contract and wrapper while keeping the private implementation out of public download paths.

APEX CARD V2

Saves first-pass proxy allow/block policy and path-boundary checks.

REMOVES Safe target/method/path classification for proxy-like agents.RISK DATA-ONLY
Extracted from Sentinel/RPC-proxy as a bounded Stage 2 component.Operator chose this from the planned second-wave upload list.Wrapper is read-only/advisory and returns bounded JSON.
NEXT ACTION READ LEDGERREAD STEPS 9

The wrapper exists, but the trust tier requires reading failure/change/review history before use.

http stage2-2026-07-02 MED ROT 7 CHECKSRECHECK 2026-07-09
proxy.policy-simulatorrpc.guardpath.blocklistsecurity.boundary
POST /v1/tools/stage2-sentinel-rpc-proxy/run. Accepts target, method, and path; returns simulated proxy decision and checks.
CHANGES /v1/cards/card_stage2_sentinel_rpc_proxy/changesREVOCATIONS /v1/revocations?card_id=card_stage2_sentinel_rpc_proxy
OPEN CARD

M_Server local process manager

Process-management planning wrapper that reviews supplied process metadata and returns a safe supervisor plan without starting or killing anything.
SANDBOXED

Valuable as a card because agents often need process plans, but Apex must not expose a process-control endpoint. Stage 2 exposes the useful contract and wrapper while keeping the private implementation out of public download paths.

APEX CARD V2

Saves process supervisor planning, restart policy drafting, and dangerous command filtering.

REMOVES Blank supervisor config sketching and command risk triage.RISK DATA-ONLY
Extracted from M_Server/process-manager as a bounded Stage 2 component.Operator chose this from the planned second-wave upload list.Wrapper is read-only/advisory and returns bounded JSON.
NEXT ACTION READ LEDGERREAD STEPS 9

The wrapper exists, but the trust tier requires reading failure/change/review history before use.

http stage2-2026-07-02 MED ROT 7 CHECKSRECHECK 2026-07-09
ops.process-plansupervisor.templatecommand.safety-reviewlocal-runtime.plan
POST /v1/tools/stage2-m-server-process-plan/run. Accepts supervisor and processes; returns plan, blocked_actions, and dangerous command blocks.
CHANGES /v1/cards/card_stage2_m_server_process_manager/changesREVOCATIONS /v1/revocations?card_id=card_stage2_m_server_process_manager
OPEN CARD

Remotion/Three.js video generator template

Remotion plus Three.js component-plan wrapper for supplied video concepts and scenes, returning code architecture without generated media.
SANDBOXED

Useful to AI builders because it gives a high-quality video app scaffold plan without shipping private template code. Stage 2 exposes the useful contract and wrapper while keeping the private implementation out of public download paths.

APEX CARD V2

Saves first Remotion/Three.js scene breakdown and asset-slot planning.

REMOVES Blank video architecture, scene naming, and 3D layer planning.RISK DATA-ONLY
Extracted from RemotionThree/video-template as a bounded Stage 2 component.Operator chose this from the planned second-wave upload list.Wrapper is read-only/advisory and returns bounded JSON.
NEXT ACTION READ LEDGERREAD STEPS 9

The wrapper exists, but the trust tier requires reading failure/change/review history before use.

http stage2-2026-07-02 MED ROT 7 CHECKSRECHECK 2026-07-09
video.remotionthreejs.scene-plancreative.codegen-planai-explainer
POST /v1/tools/stage2-remotion-three-template/run. Accepts concept, scenes, and resolution; returns component_plan, asset_slots, and generated_code/generated_media=false.
CHANGES /v1/cards/card_stage2_remotion_three_template/changesREVOCATIONS /v1/revocations?card_id=card_stage2_remotion_three_template
OPEN CARD

Claude Motion AE template/refine loop

After Effects motion-template planner that turns supplied scene prompts into layer plans and a refinement loop without generating media.
SANDBOXED

Broadens Apex beyond trading while keeping the card callable and safe. Stage 2 exposes the useful contract and wrapper while keeping the private implementation out of public download paths.

APEX CARD V2

Saves initial AE explainer storyboard, layer naming, and refinement-loop planning.

REMOVES Blank motion design outline and preview QA checklist.RISK DATA-ONLY
Extracted from ClaudeMotion/AE-template as a bounded Stage 2 component.Operator chose this from the planned second-wave upload list.Wrapper is read-only/advisory and returns bounded JSON.
NEXT ACTION READ LEDGERREAD STEPS 9

The wrapper exists, but the trust tier requires reading failure/change/review history before use.

http stage2-2026-07-02 MED ROT 7 CHECKSRECHECK 2026-07-09
motion.after-effectsvideo.template-plancreative.refine-loopai-explainer
POST /v1/tools/stage2-claude-motion-template/run. Accepts scene_prompt, duration_sec, and style; returns template_plan, refine_loop, and generated_media=false.
CHANGES /v1/cards/card_stage2_claude_motion_template/changesREVOCATIONS /v1/revocations?card_id=card_stage2_claude_motion_template
OPEN CARD

Cortex intent parser

Advisory-only intent parser that classifies supplied user goals into release, debug, data, UI, live-risk, or general build routes.
SANDBOXED

Useful for Apex Map because agents need to know what to read next before calling tools. Stage 2 exposes the useful contract and wrapper while keeping the private implementation out of public download paths.

APEX CARD V2

Saves first-pass intent routing and risk classification for AI task setup.

REMOVES Manual prompt classification and next-action routing.RISK DATA-ONLY
Extracted from APEX_Gemini/Cortex as a bounded Stage 2 component.Operator chose this from the planned second-wave upload list.Wrapper is read-only/advisory and returns bounded JSON.
NEXT ACTION READ LEDGERREAD STEPS 9

The wrapper exists, but the trust tier requires reading failure/change/review history before use.

http stage2-2026-07-02 MED ROT 7 CHECKSRECHECK 2026-07-09
intent.parseragent.routingrisk.classificationworkflow.next-action
POST /v1/tools/stage2-cortex-intent-parser/run. Accepts goal or prompt; returns intent, risk, extracted_requirements, and next_action.
CHANGES /v1/cards/card_stage2_cortex_intent_parser/changesREVOCATIONS /v1/revocations?card_id=card_stage2_cortex_intent_parser
OPEN CARD

stillme fee/slippage stress tester

Stress-test contract for supplied gross returns, fees, spread assumptions, and slippage scenarios.
SANDBOXED

Excellent content hook for agents because many backtests fail once fees and slippage are included. Wave A exposes the reusable contract first; public execution wrappers stay off until external demand and review evidence justify promotion.

APEX CARD V2

Saves scenario matrix construction and fee/slippage fragility flags.

REMOVES Net-return stress template, break-even math, and warning thresholds.RISK DATA-ONLY
Extracted from stillme/fee-slippage-stress as a Wave A source-private reference card.Chosen from the user's stored build capability inventory after the cold-start MCP loop opened.Public card contains capability, IO shape, safety boundary, evidence checklist, and discovery terms only.
NEXT ACTION REFERENCEREAD STEPS 9

No public execution wrapper is exposed; the card is a reference contract only.

document | future_http wave-a-2026-07-03 MED ROT 8 CHECKSRECHECK 2026-07-10
validation.fee-stressslippage.scenariobacktest.robustness
Reference contract: input gross return rows plus fee_bps and slippage_bps scenarios; output net_return_matrix, break_even_bps, and fragility flags.
CHANGES /v1/cards/card_stillme_fee_slippage_stress_tester/changesREVOCATIONS /v1/revocations?card_id=card_stillme_fee_slippage_stress_tester
OPEN CARD

stillme walk-forward validator

Walk-forward validation contract for supplied train/test windows, parameter choices, and out-of-sample scores.
SANDBOXED

Pairs naturally with deflated-sharpe and gives agents a second overfitting lens. Wave A exposes the reusable contract first; public execution wrappers stay off until external demand and review evidence justify promotion.

APEX CARD V2

Saves walk-forward result normalization and leakage/degradation flags.

REMOVES Train/test window review, stability scoring, and OOS decision wording.RISK DATA-ONLY
Extracted from stillme/walk-forward-validation as a Wave A source-private reference card.Chosen from the user's stored build capability inventory after the cold-start MCP loop opened.Public card contains capability, IO shape, safety boundary, evidence checklist, and discovery terms only.
NEXT ACTION REFERENCEREAD STEPS 9

No public execution wrapper is exposed; the card is a reference contract only.

document | future_http wave-a-2026-07-03 MED ROT 8 CHECKSRECHECK 2026-07-10
validation.walk-forwardoverfit.detectionresearch.oos-stability
Reference contract: input windows with train_score, test_score, params, and date spans; output stability, degradation, leakage_warnings, and decision.
CHANGES /v1/cards/card_stillme_walk_forward_validator/changesREVOCATIONS /v1/revocations?card_id=card_stillme_walk_forward_validator
OPEN CARD

stillme symbol coverage monitor

Coverage monitor contract for supplied market-data snapshots, detecting missing symbols, stale feeds, and uneven collector coverage.
SANDBOXED

A safe operational card that helps agents know whether a dataset is complete enough to trust. Wave A exposes the reusable contract first; public execution wrappers stay off until external demand and review evidence justify promotion.

APEX CARD V2

Saves dataset coverage checks and stale-symbol triage before analysis begins.

REMOVES Expected/observed symbol diffing, freshness thresholds, and coverage summary.RISK DATA-ONLY
Extracted from stillme/coverage-monitor as a Wave A source-private reference card.Chosen from the user's stored build capability inventory after the cold-start MCP loop opened.Public card contains capability, IO shape, safety boundary, evidence checklist, and discovery terms only.
NEXT ACTION REFERENCEREAD STEPS 9

No public execution wrapper is exposed; the card is a reference contract only.

document | future_http wave-a-2026-07-03 LOW ROT 8 CHECKSRECHECK 2026-07-10
collector.coverage-monitormarketdata.freshnessops.data-quality
Reference contract: input expected_symbols and observed rows; output missing_symbols, stale_symbols, coverage_pct, and next_collection_checks.
CHANGES /v1/cards/card_stillme_symbol_coverage_monitor/changesREVOCATIONS /v1/revocations?card_id=card_stillme_symbol_coverage_monitor
OPEN CARD

stillme-derivatives-dataset

Bounded aggregate snapshot of 32+ days of Binance USDT-M derivatives facts and OI-flow research outcomes, exposed without raw DB release.
SANDBOXED

Fresh post-cutoff market/research aggregates that agents can query without receiving the raw database or live trading authority.

APEX CARD V2

Saves waiting weeks to collect aligned Binance USDT-M derivatives facts before an agent can inspect funding, OI, order-book, sentiment, and OI-flow outcome aggregates.

REMOVES Collector warm-up time, schema alignment, settled-funding archival, research outcome rollup, and first bounded query contract.RISK DATA-ONLY
Aggregate snapshot generated from stillme continuous collector coverage through 2026-07-02.Dataset API serves embedded aggregates only; Apex does not connect to the live stillme DB.Known limitations are documented: candidate-biased sampling, no liquidation feed coverage, advisory labels only.
NEXT ACTION REFERENCEREAD STEPS 9

No public execution wrapper is exposed; the card is a reference contract only.

http snapshot-2026-07-02 LOW ROT 6 CHECKSRECHECK 2026-07-09
dataset.crypto-perp-fundingdataset.open-interestdataset.oi-flow-labelsdataset.orderbook-depthdataset.bounded-query
GET /v1/dataset for coverage and available datasets. GET /v1/dataset/query?dataset={funding_by_symbol|research_outcomes_agg}&symbol=&strategy=&decision=&sort=&limit= returns bounded aggregate rows only.
CHANGES /v1/cards/card_stillme_derivatives_dataset_v0_1_0/changesREVOCATIONS /v1/revocations?card_id=card_stillme_derivatives_dataset_v0_1_0
OPEN CARD

stillme funding anomaly ranker

Ranks supplied funding-rate snapshots by anomaly severity so agents can spot unusual carry regimes without live exchange access.
SANDBOXED

Good discovery hook because agents often ask which symbols have abnormal funding before building a collector. Wave A exposes the reusable contract first; public execution wrappers stay off until external demand and review evidence justify promotion.

APEX CARD V2

Saves the first anomaly-ranker design for funding snapshots and carry-regime triage.

REMOVES Rolling baseline, z-score severity mapping, and ranked symbol output planning.RISK DATA-ONLY
Extracted from stillme/funding-anomaly as a Wave A source-private reference card.Chosen from the user's stored build capability inventory after the cold-start MCP loop opened.Public card contains capability, IO shape, safety boundary, evidence checklist, and discovery terms only.
NEXT ACTION REFERENCEREAD STEPS 9

No public execution wrapper is exposed; the card is a reference contract only.

document | future_http wave-a-2026-07-03 LOW ROT 8 CHECKSRECHECK 2026-07-10
funding.anomaly-rankingmarketdata.derivativesresearch.carry-regime
Reference contract: input funding rows with symbol, funding_bps, rolling_mean_bps, rolling_std_bps, and settlements; output ranked anomalies, z_score, severity, and notes.
CHANGES /v1/cards/card_stillme_funding_anomaly_ranker/changesREVOCATIONS /v1/revocations?card_id=card_stillme_funding_anomaly_ranker
OPEN CARD

APEX Hybrid cross-basis calculator

Cross-basis calculator contract for supplied spot/perp/funding/fx facts across venues, returning basis and caveats.
SANDBOXED

High-value calculator shape, but execution and capital movement remain explicitly out of public scope. Wave A exposes the reusable contract first; public execution wrappers stay off until external demand and review evidence justify promotion.

APEX CARD V2

Saves cross-venue basis math, fee adjustment, and freshness caveats.

REMOVES Contract normalization, net-basis calculation, and caveat reporting.RISK DATA-ONLY
Extracted from APEX_Hybrid/cross-basis as a Wave A source-private reference card.Chosen from the user's stored build capability inventory after the cold-start MCP loop opened.Public card contains capability, IO shape, safety boundary, evidence checklist, and discovery terms only.
NEXT ACTION REFERENCEREAD STEPS 9

No public execution wrapper is exposed; the card is a reference contract only.

document | future_http wave-a-2026-07-03 MED ROT 8 CHECKSRECHECK 2026-07-10
basis.cross-marketfunding.net-basisresearch.arbitrage-context
Reference contract: input venue prices, contract specs, funding, fees, and timestamps; output basis_bps, net_basis_bps, freshness, and caveats.
CHANGES /v1/cards/card_apex_hybrid_cross_basis_calculator/changesREVOCATIONS /v1/revocations?card_id=card_apex_hybrid_cross_basis_calculator
OPEN CARD

stillme funding carry leaderboard

Builds a leaderboard contract for supplied funding settlement aggregates, annualized carry estimates, and stability flags.
SANDBOXED

Useful for AI builders because it turns noisy settlement rows into an inspectable research ranking. Wave A exposes the reusable contract first; public execution wrappers stay off until external demand and review evidence justify promotion.

APEX CARD V2

Saves carry leaderboard math, stability flags, and ranking caveat wording.

REMOVES Funding aggregation, annualization, sample-size caveats, and sorted output contract.RISK DATA-ONLY
Extracted from stillme/funding-carry as a Wave A source-private reference card.Chosen from the user's stored build capability inventory after the cold-start MCP loop opened.Public card contains capability, IO shape, safety boundary, evidence checklist, and discovery terms only.
NEXT ACTION REFERENCEREAD STEPS 9

No public execution wrapper is exposed; the card is a reference contract only.

document | future_http wave-a-2026-07-03 MED ROT 8 CHECKSRECHECK 2026-07-10
funding.carry-leaderboardanalytics.annualized-carryresearch.ranking
Reference contract: input aggregate funding rows; output carry_leaderboard with annualized_bps, settlement_count, stability, and caveats.
CHANGES /v1/cards/card_stillme_funding_carry_leaderboard/changesREVOCATIONS /v1/revocations?card_id=card_stillme_funding_carry_leaderboard
OPEN CARD

APEX Hybrid funding radar

Funding radar contract for supplied CEX funding and symbol metadata, used to shortlist cross-market research candidates.
SANDBOXED

Useful but private-engine-adjacent, so only the radar contract and boundary are public. Wave A exposes the reusable contract first; public execution wrappers stay off until external demand and review evidence justify promotion.

APEX CARD V2

Saves funding radar output shape and candidate-priority gates.

REMOVES Venue/symbol freshness checks and candidate shortlist contract.RISK DATA-ONLY
Extracted from APEX_Hybrid/funding-radar as a Wave A source-private reference card.Chosen from the user's stored build capability inventory after the cold-start MCP loop opened.Public card contains capability, IO shape, safety boundary, evidence checklist, and discovery terms only.
NEXT ACTION REFERENCEREAD STEPS 9

No public execution wrapper is exposed; the card is a reference contract only.

document | future_http wave-a-2026-07-03 MED ROT 8 CHECKSRECHECK 2026-07-10
funding.radarcross-market.researchcandidate.shortlist
Reference contract: input funding, symbol, venue, and freshness facts; output radar rows with priority, freshness, and blocked reasons.
CHANGES /v1/cards/card_apex_hybrid_funding_radar/changesREVOCATIONS /v1/revocations?card_id=card_apex_hybrid_funding_radar
OPEN CARD