← 返回 Skills 市场
Perpulator
作者
FarisAlahmad714
· GitHub ↗
· v1.0.0
· MIT-0
92
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install perpulator
功能描述
Analyze perpetual futures positions directly in Claude Code — liquidation price, risk/reward, PnL, and probability-based trade plans. Powered by Perpulator.
安全使用建议
This skill appears coherent for its stated purpose: it posts user-supplied trade parameters to the Perpulator API and returns the computed analysis. Before installing or enabling it, consider: 1) The skill will transmit your trade details (symbol, entry, stop, etc.) to perpulator.vercel.app — only proceed if you trust that service. 2) The SKILL.md tells the agent to `echo $PERPULATOR_API_KEY`, which will display your API key in the agent's output or logs; prefer setting a limited-scope or read-only key if supported, and avoid exposing your primary credentials in shared environments. 3) Verify the Perpulator homepage and that the API endpoint is legitimate (the domain matches the homepage here). 4) If you need stronger privacy, ask the skill owner to remove the explicit echo-check and instead have the agent silently test the key (e.g., attempt the API call and handle auth errors) or only prompt the user to confirm they set a key without printing it. If you want, I can suggest an edited SKILL.md that avoids echoing the key and provides safer key-check behavior.
功能分析
Type: OpenClaw Skill
Name: perpulator
Version: 1.0.0
The 'perpulator' skill is a legitimate tool designed to calculate perpetual futures trading metrics. It functions by parsing user-provided trading parameters and sending them via curl to the service's API at perpulator.vercel.app. The skill requires a specific environment variable (PERPULATOR_API_KEY) and its behavior is fully consistent with its stated purpose in SKILL.md, with no evidence of malicious data exfiltration or unauthorized command execution.
能力标签
能力评估
Purpose & Capability
Name/description (perpetual futures analysis) matches required resources: a single Perpulator API key and curl to call the Perpulator API at perpulator.vercel.app. No unrelated cloud credentials, binaries, or config paths are requested.
Instruction Scope
Instructions are narrowly scoped to parsing user-provided trade parameters and posting them to https://perpulator.vercel.app/api/v1/calculate. One noteworthy instruction: it tells the agent to run `echo $PERPULATOR_API_KEY` (which will print the raw key). That may leak the secret into agent output or logs; otherwise instructions do not access other files, env vars, or external endpoints.
Install Mechanism
No install spec and no code files — instruction-only skill. This is lowest-risk from an install perspective (nothing will be written to disk).
Credentials
Only a single credential is required (PERPULATOR_API_KEY), which is appropriate for an API-backed analysis service. No unrelated secrets or many environment variables are requested.
Persistence & Privilege
Skill does not request always:true or any elevated persistence or modification of other skills/configuration. It is user-invocable and allows autonomous invocation (platform default).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install perpulator - 安装完成后,直接呼叫该 Skill 的名称或使用
/perpulator触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of Perpulator skill — perpetual futures position analyzer.
- Analyze perpetual futures positions with liquidation price, risk/reward, PnL, and probability-based trade plans.
- Parses flexible input formats for all key trade parameters (symbol, side, entry price, margin, leverage, stop loss, take profit, current price).
- Integrates with Perpulator API using an API key.
- Formats and presents a detailed trade analysis, including risk notes and real-time PnL (if provided).
- Gives clear error feedback if required information is missing or the API returns an error.
元数据
常见问题
Perpulator 是什么?
Analyze perpetual futures positions directly in Claude Code — liquidation price, risk/reward, PnL, and probability-based trade plans. Powered by Perpulator. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 92 次。
如何安装 Perpulator?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install perpulator」即可一键安装,无需额外配置。
Perpulator 是免费的吗?
是的,Perpulator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Perpulator 支持哪些平台?
Perpulator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Perpulator?
由 FarisAlahmad714(@farisalahmad714)开发并维护,当前版本 v1.0.0。
推荐 Skills