
beee003 skills on Remote OpenClaw
4 skills published by beee003. Each listing includes a one-command install for Claude Code, OpenClaw, Codex, and Hermes, plus a link to the upstream source.
astrai-inference-router
Routes outgoing LLM API calls through Astrai's gateway, which classifies each task and selects the cheapest provider meeting a quality threshold. PII is stripped locally before prompts leave your machine in enhanced and max privacy modes. EU-only routing is available for GDPR compliance.
vynn-backtester
Runs trading strategy backtests by accepting natural language descriptions or structured JSON entry/exit rules. Returns Sharpe ratio, total return, max drawdown, win rate, trade count, and equity curves. Supports multi-ticker portfolios and head-to-head strategy comparison.
astrai-code-review
Routes code review requests to different AI models based on diff complexity. Complex bugs and security issues go to capable models; formatting and style issues go to fast, cheap ones. Supports bring-your-own-keys so provider costs go directly to your own accounts.
q-kdb-code-review
Reviews Q/kdb+ code for type errors, performance antipatterns, and security vulnerabilities. Routes requests through Astrai's inference router, which selects models based on query complexity. Supports three strictness modes: standard, strict, and security.