MemoTrader

v1.0.0

Manage your MemoTrader inbox by checking messages, credits, balance, cliques, conversations, and alerting you to high-value opportunities or notice price iss...

0· 107·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match the actions described in SKILL.md and the API reference: fetching inbox, checking balances/notice_price, triaging messages, and managing cliques. All required operations align with a MemoTrader personal-assistant integration.
Instruction Scope
Instructions are limited to the MemoTrader API and agent memory (store pa_ key in memory/memotrader.md and track knownMessageIds). The skill explicitly forbids spending credits, replying, or resetting notice price. Proactive heartbeat checks are allowed (>2h), which is appropriate for the purpose but means the agent will regularly read potentially sensitive inbox contents — consider whether you want autonomous alerts enabled.
Install Mechanism
No install spec or code is present; the skill is instruction-only so nothing is written to disk by an installer. This minimizes supply-chain risk.
Credentials
No environment variables or unrelated credentials are requested. The only secret needed is a MemoTrader PA key (pa_...); that is appropriate for the described API access.
Persistence & Privilege
The skill is not always-enabled and does not request elevated platform privileges. It does ask the agent to store the PA key and a small JSON state in memory/memotrader.md — reasonable for the function but you should confirm how your agent stores and protects memory files.
Assessment
This skill appears coherent for managing a MemoTrader assistant account, but before installing: (1) confirm where memory/memotrader.md is stored and how it is protected (the PA key is a secret); (2) decide if you want automatic heartbeat checks (they let the agent read your inbox regularly); (3) be aware the skill can perform account actions like dismissing messages and joining cliques — these modify your account state but do not spend credits per the docs; (4) generate a dedicated pa_ key in your MemoTrader account so you can revoke/rotate it if needed. If any of these are unacceptable, do not enable the skill or restrict its autonomous invocation.

Like a lobster shell, security has layers — review code before you run it.

latestvk9742sgeqdhqtwew3pberh8s9n83an3v

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments