← Back to Skills Marketplace
Outsmart LP Farming
by
vincent so
· GitHub ↗
· v1.0.0
507
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install outsmart-lp-farming
Description
Manage LP positions on Solana DEXes to earn swap fees. Use when: user asks about LP farming, providing liquidity, earning yield, compounding fees, DLMM, DAMM...
Usage Guidance
This skill appears to do what it says, but you should take precautions before installing: 1) Verify the npm package and the linked GitHub repo (maintainer, recent commits, stars, issues) to ensure the CLI is legitimate. 2) Never put your primary long-term private key in an environment variable on shared hosts; prefer a wallet that can sign transactions (hardware wallet or dedicated signing service) or use an ephemeral key with limited funds. 3) Use a trusted RPC endpoint for MAINNET_ENDPOINT (or run your own) to avoid man-in-the-middle or front-running risks. 4) Audit the outsmart CLI code (or run it in a sandbox) before giving it signing credentials; npm packages can carry supply-chain risk. 5) Test commands on devnet/testnet first with small amounts. 6) If you need autonomous agent invocation, be aware the agent could run the CLI without interactive approval — keep credentials restricted. If any of these checks fail, treat the package as untrusted and do not provide your PRIVATE_KEY.
Capability Analysis
Type: OpenClaw Skill
Name: outsmart-lp-farming
Version: 1.0.0
The skill is classified as suspicious due to its direct requirement and implicit use of a `PRIVATE_KEY` environment variable for on-chain Solana transactions, which represents a high-risk capability. Additionally, it relies on installing an external `outsmart` CLI via `npm`, introducing a supply chain vulnerability where a compromised package could lead to malicious activity. While these capabilities are necessary for the stated purpose of managing LP positions, the direct handling of sensitive cryptographic material and reliance on external binaries without explicit malicious intent within the skill bundle itself warrants a 'suspicious' classification rather than 'benign' or 'malicious'.
Capability Assessment
Purpose & Capability
Name/description (LP farming on Solana) matches what's required: a CLI named 'outsmart' and Solana access (PRIVATE_KEY, MAINNET_ENDPOINT). There are no unrelated binaries or credentials requested.
Instruction Scope
SKILL.md only instructs running the outsmart CLI to query, create pools, add/remove liquidity, claim fees and rebalance. It does not ask the agent to read arbitrary files, other env vars, or exfiltrate data. Commands shown require signing and RPC access — consistent with the task.
Install Mechanism
Install uses npm (package 'outsmart') to provide the 'outsmart' binary. npm installs are common but carry supply-chain risk; no arbitrary download URLs or extract steps are present, which reduces risk compared to direct downloads.
Credentials
PRIVATE_KEY and MAINNET_ENDPOINT are appropriate and expected for a CLI that signs Solana transactions and talks to a node. These are sensitive — the skill does not request additional unrelated secrets.
Persistence & Privilege
always:false and no special OS/config paths requested. The skill does not ask to modify other skills or system-wide settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install outsmart-lp-farming - After installation, invoke the skill by name or use
/outsmart-lp-farming - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of outsmart-lp-farming skill.
- Manage LP positions on Solana DEXes to earn swap fees.
- Guided workflows for DLMM (concentrated liquidity) and DAMM v2 (new pool bootstrapping).
- Clear usage boundaries: this skill is for on-chain liquidity farming, not lending, staking, or CEX market making.
- Includes detailed strategy explanations, command examples, workflow, and risk management tips.
Metadata
Frequently Asked Questions
What is Outsmart LP Farming?
Manage LP positions on Solana DEXes to earn swap fees. Use when: user asks about LP farming, providing liquidity, earning yield, compounding fees, DLMM, DAMM... It is an AI Agent Skill for Claude Code / OpenClaw, with 507 downloads so far.
How do I install Outsmart LP Farming?
Run "/install outsmart-lp-farming" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Outsmart LP Farming free?
Yes, Outsmart LP Farming is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Outsmart LP Farming support?
Outsmart LP Farming is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Outsmart LP Farming?
It is built and maintained by vincent so (@outsmartchad); the current version is v1.0.0.
More Skills