LooLoo Discovery
Use the bundled openclaw-looloo plugin tools instead of calling the raw API directly.
Use this skill for
- - scanning new internal-market tokens
- reviewing one token's recent trades and top holders
- checking the authenticated wallet's current positions
Workflow
- 1. Call
discover_new_tokens for a market-wide scan. - If the user narrows to one token, call
get_token_summary. - If the user asks about their wallet, call
get_positions. - Summarize the strongest signals briefly and keep raw JSON available if needed.
Notes
- - Phase 1 only supports the
internal market. - OpenClaw should return notifications through the user's existing chat channel.
- Do not imply guaranteed profits; frame results as discovery and execution support.
LooLoo 发现
使用内置的 openclaw-looloo 插件工具,而非直接调用原始 API。
此技能适用于
- - 扫描新上市的内盘代币
- 查看单个代币的最新交易记录和持仓大户
- 检查已认证钱包的当前持仓情况
工作流程
- 1. 调用 discovernewtokens 进行全市场扫描。
- 如果用户聚焦到某个代币,调用 gettokensummary。
- 如果用户询问其钱包信息,调用 get_positions。
- 简要总结最强信号,并在需要时保留原始 JSON 数据。
注意事项
- - 第一阶段仅支持 内盘 市场。
- OpenClaw 应通过用户现有的聊天频道返回通知。
- 不要暗示保证收益;将结果定位为发现与执行支持。