orca-strategy
ORCA v4.0.0 โ Gen-1 Vanilla Striker, senpi_runtime_helpers migration. Plumbing-only flip from openclaw cron + mcporter subprocess to in-process SenpiClient + long-lived producer_daemon. Thesis preserved verbatim from v3.0: pure FIRST_JUMP detection + base Striker scoring + volume confirmation. DSL exit managed by plugin runtime via runtime.yaml.
What this skill does
# ๐ ORCA v4.0.0 โ Gen-1 Vanilla Striker
## v4.0.0 (2026-05-12) โ plumbing-only migration
NO thesis change. v3.0 Gen-1 vanilla Striker logic preserved verbatim. Migration: mcporter โ SenpiClient, scanner-side create_position โ producer push_signal() with LLM-gated runtime action, Python state files for daily cap โ `runtime.yaml risk.guard_rails`, MARKET exits โ FEE_OPTIMIZED_LIMIT.
Back to pure FIRST_JUMP explosions.
## v3.0 changelog (fleet-fix batch 4)
Reverted Gen-2 quality confirmation. Orca's own self-diagnosis:
"Gen-2 confirmation adds latency and buys local tops after the move."
- Removed `leaderboard_get_momentum_events` API call
- Removed TCS ELITE/RELIABLE gate and ELITE_BONUS booster
- Removed `contribution_pct_change_4h` acceleration booster
- Back to single API call per scan (`leaderboard_get_markets`)
- Leverage clamping applied to emitted entry (`get_safe_leverage`)
---
## โ CRITICAL AGENT RULES
### RULE 1: Install path is `/data/workspace/skills/orca-strategy/`
### RULE 2: THE SCANNER DOES NOT EXIT POSITIONS โ DSL only.
### RULE 3: MAX 3 POSITIONS
### RULE 4: Verify runtime on every session start
### RULE 5: Never modify parameters
### RULE 6: MAX 6 ENTRIES PER DAY
### RULE 7: 120-minute per-asset cooldown
---
## Runtime Setup
```bash
sed -i 's/${WALLET_ADDRESS}/<WALLET>/' /data/workspace/skills/orca-strategy/runtime.yaml
sed -i 's/${TELEGRAM_CHAT_ID}/<CHAT_ID>/' /data/workspace/skills/orca-strategy/runtime.yaml
openclaw senpi runtime create --path /data/workspace/skills/orca-strategy/runtime.yaml
openclaw senpi runtime list
openclaw senpi status
```
---
## Bootstrap Gate
On EVERY session start, check `config/bootstrap-complete.json`. If missing:
1. Read senpi-trading-runtime skill
2. Verify Senpi MCP
3. Set wallet and telegram in runtime.yaml
4. Install runtime
5. Verify: `openclaw senpi runtime list` and `openclaw senpi status`
6. Create scanner cron (90s, main)
7. Write `config/bootstrap-complete.json`
8. Send: "๐ ORCA v3.0 online. Vanilla Striker. Silence = no explosions."
---
## Risk
| Rule | Value |
|---|---|
| Max positions | 3 |
| Max entries/day | 6 |
| Leverage | 7x |
| Cooldown | 120 min per asset |
| Min score | 9 |
---
## Files
| File | Purpose |
|---|---|
| `scripts/orca-scanner.py` | Gen-1 vanilla Striker scanner |
| `scripts/orca_config.py` | Config helper |
| `config/orca-config.json` | Wallet, strategy ID |
| `runtime.yaml` | Runtime YAML for DSL plugin |
---
## License
MIT โ Built by Senpi (https://senpi.ai).
---
## Skill Attribution
When creating a strategy, include `skill_name` and `skill_version` in the call. See `references/skill-attribution.md` for details.
Related in General
modeling-omnistudio-epc-catalog
IncludedSalesforce Industries CME EPC product-modeling skill for Product2-based catalog creation. Use when creating EPC products, configuring product attributes, building offer bundles with Product Child Items, or reviewing EPC DataPack JSON metadata for product catalog changes. TRIGGER when: user creates or updates Product2 EPC records, AttributeAssignment payloads, AttributeMetadata/AttributeDefaultValues, Offer bundles, or ProductChildItem relationships. DO NOT TRIGGER when: designing OmniScripts/FlexCards/Integration Procedures (use building-omnistudio-omniscript, building-omnistudio-flexcard, or building-omnistudio-integration-procedure), implementing Apex business logic (use generating-apex), or troubleshooting deployment pipelines (use deploying-metadata).
relationship-science-coach
IncludedUse this skill for direct, practical adult relationship coaching: couples conflict, repair, trust, marriage, dating, flirting, attachment patterns, emotional connection, sex, desire differences, eroticism, kink negotiation, affection, love languages, breakups, and long-term passion. Draw on Gottman, EFT and Hold Me Tight, attachment science, modern sex research, Perel, Nagoski, Kerner, Schnarch, Love and Stosny, and flexible love-language tools. Be concrete and low-hedge. Redirect only for imminent danger, abuse, coercive control, minors, non-consent, self-harm, stalking, or medical/legal/psychiatric decisions.
building-sf-integrations
IncludedSalesforce integration architecture and runtime plumbing with 120-point scoring. Use this skill to set up Named Credentials, External Credentials, External Services, REST/SOAP callout patterns, Platform Events, and Change Data Capture. TRIGGER when: user sets up Named Credentials, External Services, REST/SOAP callouts, Platform Events, CDC, or touches .namedCredential-meta.xml files. DO NOT TRIGGER when: Connected App/OAuth config (use configuring-connected-apps), Apex-only logic (use generating-apex), or data import/export (use handling-sf-data).
venue-templates
IncludedAccess comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues (Nature, Science, PLOS, IEEE, ACM), academic conferences (NeurIPS, ICML, CVPR, CHI), research posters, and grant proposals (NSF, NIH, DOE, DARPA). This skill should be used when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting requirements and templates.
let-fate-decide
IncludedDraws the 12 Houses of the Zodiac Tarot spread to inject entropy into planning when prompts are vague, ambiguous, or casually delegated. Interprets the spread to guide next steps. Use when the user says 'let fate decide', 'YOLO', 'whatever', 'idk', or other nonchalant phrases, makes Yu-Gi-Oh references, or when you are about to arbitrarily pick between multiple reasonable approaches. Prefer over ask-questions-if-underspecified when the user's tone is casual or playful rather than precision-seeking.
net-ops
IncludedCross-platform network troubleshooting (Windows, macOS, Linux) via local or remote shell. Use for: DNS broken, can't resolve hostnames, nslookup/dig works but apps fail, NRPT, WFP, scutil, /etc/resolver, systemd-resolved, /etc/resolv.conf, NetworkManager, VPN DNS leak residue (ProtonVPN/Mullvad/WireGuard/AnyConnect), AV/firewall blocking DNS or DoH, Tailscale DNS interaction, intermittent connectivity, remote diagnostics over SSH.