← Back to Skills Marketplace
looloolol

LooLoo Trading

by looloo · GitHub ↗ · v0.1.2 · MIT-0
cross-platform ✓ Security Clean
284
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install looloo-trading
Description
Use this skill when the user wants a LooLoo trade quote or a website confirmation link for a buy or sell.
README (SKILL.md)

LooLoo Trading

Phase 1 trading is quote-first and wallet-confirmed.

Use this skill for

  • quoting a buy or sell on the LooLoo internal market
  • creating a confirmation link that sends the user back to looloo.lol

Workflow

  1. Call quote_trade with tokenAddress, side, and either amountETH or amountToken.
  2. Show the quote summary and confirm the side and size with the user.
  3. Call create_trade_intent only after the user explicitly wants to continue.
  4. Return the confirmUrl and explain that the final wallet signature happens on the LooLoo website.

Notes

  • Phase 1 does not support unattended execution.
  • The plugin does not hold keys or sign transactions.
  • If the API rejects an intent, surface the policy error directly because it usually comes from the user's risk settings.
Usage Guidance
This skill appears to do what it says: provide quotes and return a website confirmation URL before final wallet signing. Before installing, confirm the skill's provenance (there's no homepage or source listed) and ask where quote_trade/create_trade_intent calls are sent (official LooLoo API endpoints?). Ensure the platform enforces explicit user wallet signatures (no unattended or automatic transaction signing). If you plan to use it for real funds, request the publisher's documentation or source code and verify the looloo.lol domain is legitimate and that all network calls go to expected endpoints.
Capability Analysis
Type: OpenClaw Skill Name: looloo-trading Version: 0.1.2 The skill bundle defines a legitimate workflow for obtaining cryptocurrency trade quotes and generating confirmation links for the LooLoo trading platform. The instructions in SKILL.md emphasize user confirmation, explicitly state that the tool does not handle private keys or sign transactions, and direct the final execution to the official website (looloo.lol), showing no signs of malicious intent or data exfiltration.
Capability Assessment
Purpose & Capability
The name/description match the instructions (provide trade quotes and create a confirmation link to looloo.lol). The SKILL.md only references calling quote_trade and create_trade_intent, which is consistent with a trade-quote/intention flow.
Instruction Scope
Runtime instructions are narrowly scoped: call quote_trade, confirm with the user, then call create_trade_intent and return the confirmUrl. The doc explicitly prohibits unattended execution and states the plugin does not hold keys or sign transactions. No instructions ask the agent to read unrelated files, env vars, or system state.
Install Mechanism
There is no install spec and no code files — nothing is written to disk or downloaded. This is the lowest-risk install profile and matches the instruction-only nature of the skill.
Credentials
The skill declares no required environment variables or credentials. This is plausible for a wallet-confirmed flow (wallet signing happens in the user's browser/site), but trading integrations often require some API context or platform-provided auth. The absence of any declared credential is not necessarily wrong, but you should confirm how authentication and authorization are handled by the hosting platform.
Persistence & Privilege
always is false and the skill is user-invocable. It does not request persistent platform privileges or access to other skills' configs. Autonomous invocation is allowed by default but not in itself a concern here.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install looloo-trading
  3. After installation, invoke the skill by name or use /looloo-trading
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.2
Initial public phase 1 release for LooLoo quote and trade-intent workflow.
v0.1.1
Initial public phase 1 release for LooLoo quote and trade-intent workflow.
Metadata
Slug looloo-trading
Version 0.1.2
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is LooLoo Trading?

Use this skill when the user wants a LooLoo trade quote or a website confirmation link for a buy or sell. It is an AI Agent Skill for Claude Code / OpenClaw, with 284 downloads so far.

How do I install LooLoo Trading?

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

Is LooLoo Trading free?

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

Which platforms does LooLoo Trading support?

LooLoo Trading is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created LooLoo Trading?

It is built and maintained by looloo (@looloolol); the current version is v0.1.2.

💬 Comments