← Back to Skills Marketplace
davidm413

anchored-vwap-scalper

by davidm413 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
101
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install anchored-vwap-scalper
Description
Production single-skill BTC scalper on Lighter DEX with FULL explicit Python strategy engine + accurate incremental Anchored VWAP. 4 strategies, 1% risk, fix...
README (SKILL.md)

\r \r

Anchored VWAP BTC Scalper for Lighter DEX (Production v1.6)\r

\r Configured for BTC-USD (daily UTC anchor). All logic lives in scripts/strategy_engine.py.\r \r Workflow:\r

  1. Set env vars (especially DRY_RUN=true first!)\r
  2. initialize-scalper (uses BTC-USD by default)\r
  3. start-scalping\r \r Commands: status, pause, set-anchor \x3CISO-timestamp>\r \r Start in dry-run mode. This is now 100% production-ready for BTC scalping on Lighter (fixed SL only).
Usage Guidance
This package appears to implement the scalper it advertises, but there are packaging inconsistencies you should resolve before using it with real funds. Recommended precautions: (1) Verify the origin of the skill and the 'ccxt-mcp' package; prefer a known ccxt distribution. (2) Run strictly in DRY_RUN=true and test in an isolated environment first. (3) Use a throwaway exchange account or one with minimal funds and restricted permissions when you first supply keys. (4) Inspect the code yourself (or have someone you trust do so) — especially the lighter_client and order placement paths — to confirm there are no hidden endpoints or unexpected network calls. (5) Ensure your platform will prompt you for the named env vars (the registry metadata currently omits them); do not paste your production private key until you confirm the packaging and provenance.
Capability Analysis
Type: OpenClaw Skill Name: anchored-vwap-scalper Version: 1.0.0 The skill bundle contains a legitimate-looking automated trading bot for the Lighter DEX using the CCXT library. The Python scripts (strategy_engine.py, avwap_calculator.py, and lighter_client.py) implement standard technical indicators (RSI, MACD, ATR) and Anchored VWAP logic for BTC-USD scalping. While it requires sensitive API keys (LIGHTER_API_PRIVATE_KEY), these are used exclusively for authenticating with the exchange via CCXT, and there is no evidence of data exfiltration, malicious execution, or prompt injection.
Capability Assessment
Purpose & Capability
The code implements a BTC scalping strategy for a 'Lighter' exchange (uses ccxt.lighter, places orders, computes AVWAP). Requesting an exchange private key and account/index values is reasonable for this purpose. However, the registry metadata lists no required env vars/install spec while SKILL.md declares several required env vars and an install id (ccxt-mcp) — this mismatch is unexpected and reduces trust in packaging.
Instruction Scope
SKILL.md tells the user to set environment variables (DRY_RUN, symbol, timeframe, plus LIGHTER API keys) and to run/initiate the scalper. The Python files only access the declared env vars and local filesystem paths under ../state and ../logs; they don't attempt network calls other than via the ccxt exchange client. The instructions do not request unrelated files or system-wide secrets.
Install Mechanism
The registry shows 'No install spec' but SKILL.md includes an 'install: - id: ccxt-mcp' and requires an MCP (ccxt-mcp). This inconsistency is suspicious. The code itself has no external download URLs; the only dependency is ccxt (expected). If ccxt-mcp comes from an untrusted source, that could be a risk — verify the origin of that MCP package before installing.
Credentials
The environment variables the skill uses (LIGHTER_API_PRIVATE_KEY, LIGHTER_API_KEY_INDEX, LIGHTER_ACCOUNT_INDEX, DRY_RUN, SCALPER_SYMBOL, SCALPER_TIMEFRAME) are appropriate for exchange trading. The concern is that the registry metadata omitted these required env vars / primary credential information, so automated permission gating may not present the correct prompts. Supplying a private key gives the skill full trading authority on the account — treat as high-sensitivity secret.
Persistence & Privilege
The skill does not request global or always-on privileges. It writes state and logs to relative ../state and ../logs directories (normal for a trading bot) and does not modify other skills or system-wide configs. Autonomous invocation is allowed by default (not flagged on its own) — remember an autonomous skill that can trade has real financial impact.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install anchored-vwap-scalper
  3. After installation, invoke the skill by name or use /anchored-vwap-scalper
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Upgraded to a production-ready BTC scalping skill for Lighter DEX with full explicit Python strategy engine. - Added accurate, incremental Anchored VWAP calculations (daily UTC anchor, default BTC-USD). - Implements 4 distinct scalping strategies with fixed 1% risk, stop-loss, and take-profit. - Includes new control commands: status, pause, set-anchor <ISO-timestamp>. - Added full environment variable configuration, including DRY_RUN mode for safe testing.
Metadata
Slug anchored-vwap-scalper
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is anchored-vwap-scalper?

Production single-skill BTC scalper on Lighter DEX with FULL explicit Python strategy engine + accurate incremental Anchored VWAP. 4 strategies, 1% risk, fix... It is an AI Agent Skill for Claude Code / OpenClaw, with 101 downloads so far.

How do I install anchored-vwap-scalper?

Run "/install anchored-vwap-scalper" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is anchored-vwap-scalper free?

Yes, anchored-vwap-scalper is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does anchored-vwap-scalper support?

anchored-vwap-scalper is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created anchored-vwap-scalper?

It is built and maintained by davidm413 (@davidm413); the current version is v1.0.0.

💬 Comments