← Back to Skills Marketplace
Orderly Positions Tpsl
by
Mario Reder
· GitHub ↗
· v1.0.0
261
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install orderly-positions-tpsl
Description
Monitor positions in real-time, configure Take-Profit/Stop-Loss orders, and manage risk with leverage settings
Usage Guidance
This skill appears to be what it says: an Orderly position and TP/SL helper with examples and API calls. However, it requires an Orderly API key with trading scope (able to place/modify orders) but the package metadata does not declare or manage that credential. Before installing or enabling the skill: (1) Confirm the exact API host/domain you will be calling (ensure it is the official Orderly API), (2) only provide API keys with the minimal necessary scopes and consider using a restricted subaccount or testnet key, (3) avoid giving long-lived or broadly scoped trading keys — prefer ephemeral tokens or keys with IP restrictions if available, (4) understand that the agent can invoke skills autonomously (default), and because this skill can place orders you should only permit it if you trust the skill source, and (5) test with small or simulated positions first. If you need higher assurance, ask the publisher for explicit instructions on how credentials are expected to be supplied (environment variables, agent secrets, or local config) and for proof that the endpoints/hooks reference the official SDK and API.
Capability Analysis
Type: OpenClaw Skill
Name: orderly-positions-tpsl
Version: 1.0.0
The skill bundle provides legitimate documentation and code snippets for managing trading positions, leverage, and TP/SL orders using the Orderly Network API and React SDK. It contains standard integration examples (SKILL.md) and metadata (_meta.json) without any evidence of malicious intent, data exfiltration, or prompt injection.
Capability Assessment
Purpose & Capability
Name and description align with the SKILL.md content: REST endpoints, React hooks, and examples all target Orderly position management, leverage, and TP/SL functionality.
Instruction Scope
Runtime instructions and code samples focus on position retrieval, closing positions, leverage changes, and TP/SL order creation. There are no instructions to read unrelated system files, scan directories, or exfiltrate data to third-party endpoints.
Install Mechanism
No install spec or code files are included (instruction-only). This is the lowest-risk install model because nothing is written to disk by the skill package itself.
Credentials
The SKILL.md explicitly requires an Orderly API key with `read` and `trading` scopes, but the skill metadata declares no required environment variables or primary credential. That mismatch means the skill expects credentials at runtime but does not document where/how they should be provided — be cautious about supplying trading-scoped keys.
Persistence & Privilege
The skill is not marked always:true and uses default invocation settings. It does not request persistent system-level privileges or modify other skills' configs.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install orderly-positions-tpsl - After installation, invoke the skill by name or use
/orderly-positions-tpsl - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Orderly Positions TP/SL 1.0.0 – Initial Release
- Monitor open positions in real-time, with live PnL and ROI updates.
- Configure Take-Profit and Stop-Loss (TP/SL) orders for risk management.
- Adjust position leverage and manage margin settings.
- Close positions partially or fully via market or SDK methods.
- Simple API and React SDK integration for building position management interfaces.
Metadata
Frequently Asked Questions
What is Orderly Positions Tpsl?
Monitor positions in real-time, configure Take-Profit/Stop-Loss orders, and manage risk with leverage settings. It is an AI Agent Skill for Claude Code / OpenClaw, with 261 downloads so far.
How do I install Orderly Positions Tpsl?
Run "/install orderly-positions-tpsl" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Orderly Positions Tpsl free?
Yes, Orderly Positions Tpsl is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Orderly Positions Tpsl support?
Orderly Positions Tpsl is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Orderly Positions Tpsl?
It is built and maintained by Mario Reder (@tarnadas); the current version is v1.0.0.
More Skills