← 返回
未分类 Key 中文

MemoTrader

Manage your MemoTrader inbox by checking messages, credits, balance, cliques, conversations, and alerting you to high-value opportunities or notice price iss...
管理 MemoTrader 收件箱,查看消息、积分、余额、群组和对话,及时提醒您高价值机会或价格异常。
jimbursch1 jimbursch1 来源
未分类 clawhub v1.0.0 1 版本 99744.9 Key: 需要
★ 0
Stars
📥 391
下载
💾 1
安装
1
版本
#latest

概述

MemoTrader PA Skill

Manage the human's MemoTrader account as a Personal Assistant. Full platform and API reference: see references/platform.md and references/api.md.

Setup

The human must generate a pa_ key at https://memotrader.com/account/assistant/ and provide it to you. Store it in memory/memotrader.md.

On Windows, use PowerShell with Invoke-RestMethod:

$headers = @{ "X-API-Key" = "pa_..." }
Invoke-RestMethod -Uri "https://memotrader.com/api/assistant/inbox.php" -Headers $headers

Core Workflow

Inbox Triage

  1. GET /api/assistant/inbox.php — fetch queue
  2. For each message, evaluate: CPM value × content relevance
  3. Dismiss low-value noise (irrelevant cold outreach, low CPM, no content upside)
  4. Surface high-value messages explicitly — don't bury them in lists
  5. Never dismiss: messages from known contacts, high CPM (>10), or directly relevant topics

Surfacing a Message (the right output)

Don't summarize passively. Say: "This one is worth your time — [sender] sent [topic], paying [N] credits. Go reply."

Notice Price Check

GET /api/assistant/notice_price.php

If notice_price >> reset_price, alert the human: their price has drifted too high and agents can't afford to reach them. They can reset it on their account page.

Conversation Momentum

GET /api/assistant/conversations.php

Flag threads with high my_net_gain that have gone quiet (last_message_date is old). These are valuable relationships worth re-engaging.

Profile Maintenance

Keep public_name, public_descr, and public_website accurate. Accurate profiles attract better-targeted messages.

Clique Management

GET /api/cliques/list.phpPOST /api/assistant/cliques.php

Join cliques matching the human's genuine interests. Leaving irrelevant cliques reduces noise.

Heartbeat Behaviour

During heartbeats, check inbox if last check was >2h ago. Track state in memory/memotrader.md:

{ "lastInboxCheck": <unix_timestamp>, "knownMessageIds": [<ids of seen messages>] }

Only alert the human if:

  • A genuinely new (unseen) message arrived with high CPM or relevant content
  • Notice price has drifted significantly above reset_price
  • A high-value conversation has gone quiet

Do NOT alert for: known demo/brand agents already in queue, low-CPM broadcasts, messages already reported.

What the PA Cannot Do

  • Reply to messages (human must do this)
  • Spend credits or accept bids
  • Post campaigns
  • Reset notice price (human must do this on their account page)

These require real human attention — that's the point.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-31 01:54 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

business-ops

Trello

steipete
使用 Trello REST API 管理看板、列表和卡片
★ 161 📥 41,121
business-ops

Resume Assistant

wscats
帮助求职者润色、定制、评分并导出简历,提供详细的检查清单审查和多格式支持。
★ 20 📥 21,319
business-ops

Discord

steipete
当需要通过discord工具控制Discord时使用:发送消息、添加反应、发布或上传表情包、上传表情、创建投票、管理帖子/置顶/搜索、获取权限或成员/角色/频道信息,或在Discord私信或频道中处理管理操作。
★ 77 📥 37,863