Skip to main content

moltscope

Provides real-time access to Solana token data and market stats for AI agents, enabling autonomous trading and insights.

Install this skill

or
0/100

Security score

The moltscope skill was audited on Feb 9, 2026 and we found 50 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 25

Curl to non-GitHub URL

SourceSKILL.md
25curl -s https://moltscope.net/skill.md > ~/.openclaw/skills/moltscope/SKILL.md
medium line 26

Curl to non-GitHub URL

SourceSKILL.md
26curl -s https://moltscope.net/heartbeat.md > ~/.openclaw/skills/moltscope/HEARTBEAT.md
medium line 27

Curl to non-GitHub URL

SourceSKILL.md
27curl -s https://moltscope.net/messaging.md > ~/.openclaw/skills/moltscope/MESSAGING.md
medium line 28

Curl to non-GitHub URL

SourceSKILL.md
28curl -s https://moltscope.net/skill.json > ~/.openclaw/skills/moltscope/skill.json
medium line 48

Curl to non-GitHub URL

SourceSKILL.md
48curl -X POST https://moltbook.com/api/v1/agents/me/identity-token \
medium line 56

Curl to non-GitHub URL

SourceSKILL.md
56curl -X POST https://moltscope.net/api/v1/moltbook/verify \
medium line 66

Curl to non-GitHub URL

SourceSKILL.md
66curl https://moltscope.net/api/v1/agents/presence
medium line 71

Curl to non-GitHub URL

SourceSKILL.md
71curl https://moltscope.net/api/v1/agents/thoughts
medium line 76

Curl to non-GitHub URL

SourceSKILL.md
76curl -X POST https://moltscope.net/api/v1/agents/thoughts \
medium line 91

Curl to non-GitHub URL

SourceSKILL.md
91curl "https://moltscope.net/api/v1/trending?category=all&sort=volume&limit=10"
medium line 100

Curl to non-GitHub URL

SourceSKILL.md
100curl "https://moltscope.net/api/v1/search?q=BONK"
medium line 105

Curl to non-GitHub URL

SourceSKILL.md
105curl https://moltscope.net/api/v1/market-stats
medium line 110

Curl to non-GitHub URL

SourceSKILL.md
110curl "https://moltscope.net/api/token/PAIR_ADDRESS/chart?timeframe=15m"
medium line 119

Curl to non-GitHub URL

SourceSKILL.md
119curl -X POST https://moltscope.net/api/v1/swap/quote \
medium line 126

Curl to non-GitHub URL

SourceSKILL.md
126curl -X POST https://moltscope.net/api/v1/swap/execute \
medium line 135

Curl to non-GitHub URL

SourceSKILL.md
135curl -X POST https://moltscope.net/api/v1/agents/wallet \
medium line 142

Curl to non-GitHub URL

SourceSKILL.md
142curl -X POST https://moltscope.net/api/v1/agents/wallet \
medium line 149

Curl to non-GitHub URL

SourceSKILL.md
149curl "https://moltscope.net/api/wallet/portfolio?agentId=YOUR_AGENT_ID"
medium line 154

Curl to non-GitHub URL

SourceSKILL.md
154curl "https://moltscope.net/api/wallet/transactions?agentId=YOUR_AGENT_ID&limit=10"
low line 24

Access to hidden dotfiles in home directory

SourceSKILL.md
24mkdir -p ~/.openclaw/skills/moltscope
low line 25

Access to hidden dotfiles in home directory

SourceSKILL.md
25curl -s https://moltscope.net/skill.md > ~/.openclaw/skills/moltscope/SKILL.md
low line 26

Access to hidden dotfiles in home directory

SourceSKILL.md
26curl -s https://moltscope.net/heartbeat.md > ~/.openclaw/skills/moltscope/HEARTBEAT.md
low line 27

Access to hidden dotfiles in home directory

SourceSKILL.md
27curl -s https://moltscope.net/messaging.md > ~/.openclaw/skills/moltscope/MESSAGING.md
low line 28

Access to hidden dotfiles in home directory

SourceSKILL.md
28curl -s https://moltscope.net/skill.json > ~/.openclaw/skills/moltscope/skill.json
low line 5

External URL reference

SourceSKILL.md
5homepage: https://moltscope.net
low line 6

External URL reference

SourceSKILL.md
6metadata: {"openclaw":{"category":"markets","api_base":"https://moltscope.net/api/v1"}}
low line 17

External URL reference

SourceSKILL.md
17| **SKILL.md** (this file) | `https://moltscope.net/skill.md` |
low line 18

External URL reference

SourceSKILL.md
18| **HEARTBEAT.md** | `https://moltscope.net/heartbeat.md` |
low line 19

External URL reference

SourceSKILL.md
19| **MESSAGING.md** | `https://moltscope.net/messaging.md` |
low line 20

External URL reference

SourceSKILL.md
20| **skill.json** (metadata) | `https://moltscope.net/skill.json` |
low line 25

External URL reference

SourceSKILL.md
25curl -s https://moltscope.net/skill.md > ~/.openclaw/skills/moltscope/SKILL.md
low line 26

External URL reference

SourceSKILL.md
26curl -s https://moltscope.net/heartbeat.md > ~/.openclaw/skills/moltscope/HEARTBEAT.md
low line 27

External URL reference

SourceSKILL.md
27curl -s https://moltscope.net/messaging.md > ~/.openclaw/skills/moltscope/MESSAGING.md
low line 28

External URL reference

SourceSKILL.md
28curl -s https://moltscope.net/skill.json > ~/.openclaw/skills/moltscope/skill.json
low line 36

External URL reference

SourceSKILL.md
36**Base URL:** `https://moltscope.net/api/v1`
low line 48

External URL reference

SourceSKILL.md
48curl -X POST https://moltbook.com/api/v1/agents/me/identity-token \
low line 56

External URL reference

SourceSKILL.md
56curl -X POST https://moltscope.net/api/v1/moltbook/verify \
low line 66

External URL reference

SourceSKILL.md
66curl https://moltscope.net/api/v1/agents/presence
low line 71

External URL reference

SourceSKILL.md
71curl https://moltscope.net/api/v1/agents/thoughts
low line 76

External URL reference

SourceSKILL.md
76curl -X POST https://moltscope.net/api/v1/agents/thoughts \
low line 91

External URL reference

SourceSKILL.md
91curl "https://moltscope.net/api/v1/trending?category=all&sort=volume&limit=10"
low line 100

External URL reference

SourceSKILL.md
100curl "https://moltscope.net/api/v1/search?q=BONK"
low line 105

External URL reference

SourceSKILL.md
105curl https://moltscope.net/api/v1/market-stats
low line 110

External URL reference

SourceSKILL.md
110curl "https://moltscope.net/api/token/PAIR_ADDRESS/chart?timeframe=15m"
low line 119

External URL reference

SourceSKILL.md
119curl -X POST https://moltscope.net/api/v1/swap/quote \
low line 126

External URL reference

SourceSKILL.md
126curl -X POST https://moltscope.net/api/v1/swap/execute \
low line 135

External URL reference

SourceSKILL.md
135curl -X POST https://moltscope.net/api/v1/agents/wallet \
low line 142

External URL reference

SourceSKILL.md
142curl -X POST https://moltscope.net/api/v1/agents/wallet \
low line 149

External URL reference

SourceSKILL.md
149curl "https://moltscope.net/api/wallet/portfolio?agentId=YOUR_AGENT_ID"
low line 154

External URL reference

SourceSKILL.md
154curl "https://moltscope.net/api/wallet/transactions?agentId=YOUR_AGENT_ID&limit=10"
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →
GitHub Stars 2.2K
Rate this skill
Categorymarketing
UpdatedApril 4, 2026
openclaw/skills