SKILLEMALL.ai

DF moralis-data-api

Query Web3 blockchain data from Moralis API. Use when user asks about wallet data (balances, tokens, NFTs, transaction history, profitability, net worth), token data (prices, metadata, DEX pairs, analytics, security scores), NFT data (metadata, transfers, traits, rarity, floor prices), DeFi positions, entity/label data for exchanges and funds, or block and transaction data. Supports EVM chains (Ethereum, Polygon, BSC, Arbitrum, Base, Optimism, Avalanche, etc.) and Solana. NOT for real-time streaming - use moralis-streams-api instead.

Not recommendedlow grade D
ClawHub Agent Skills author: nov v1.3.2 80 files body ≈ 5 612 tokens Open the sourceclawhub.ai analyzed 3 d ago

As a process F 54/100 · Will not run — References files that are not bundled: rules/getWalletActiveChains.md, rules/getWalletApprovals.md, rules/getWalletHistory.md

IntegrationData and analyticsWriting and documentstype and topics are labelled automatically from the skill text
JSON
Technical rating
D
49/100
safety, quality, tests
Safety 60%
32
Quality 40%
74
Run on models
none yet
Process rating
F
54/100
Will not run
References files that are not bundled: rules/getWalletActiveChains.md, rules/getWalletApprovals.md, rules/getWalletHistory.md
Tools and files w 18
0
Inputs and preconditions w 11
0
When it triggers w 12
50
the three weakest of ten parameters · all ten

What is at stake

Medium-severity findings: the skill is probably honest, but read what alarmed the scanner.

Broad scope medium severity

Below is the worst case for this category. The finding here is medium: the guard saw a sign, not a proof.

If you install

The skill asks for more than the task needs: broad tool access, credential environment variables, binaries. Every extra permission widens the damage from a mistake or a compromise.

For the author

Narrow allowed-tools and the variable list to the minimum; replace binaries with readable sources or scripts.

How to improve

  1. The SKILL.md body is over 5,000 tokens: move reference detail into references/ and load it when needed.
  2. The text references files that are not there: add them or drop the references.
For the model run — optional
  • Your own cases (evals/evals.json, 4–6 real requests with expected answers): the full check would then run those instead of a model-drafted suite.
  • A spec.yaml with trigger phrases and assertions — a behaviour contract for CI; `skilltest init` writes a template.

Guard findings · 64

✓ No critical or high findings

Medium and low: 64
  • medium Broad scope meta-broad-allowed-tools SKILL.md:1
    Broad tool permissions pre-approved: Bash
    allowed-tools: Bash Read Grep Glob
  • low Secrets in code secret-high-entropy-token references/CommonPitfalls.md:261
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    const address = '0xd8…045';
    quoted
  • low Secrets in code secret-high-entropy-token references/Pagination.md:34
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    ADDRESS="0xd8…045"
    quoted
  • low Exfiltration net-credential-use references/Pagination.md:46
    Credential used in a network call (verify the destination is the intended service) (documentation of a security skill)
    response=$(curl -s "$url" -H "X-API-Key: $API_KEY")
    security skill
  • low Exfiltration net-credential-use references/PerformanceAndLatency.md:43
    Credential used in a network call (verify the destination is the intended service) (documentation of a security skill)
    curl "...?limit=25&cursor=..." -H "X-API-Key: $MORALIS_API_KEY"
    security skill
  • low Exfiltration net-credential-use references/PerformanceAndLatency.md:46
    Credential used in a network call (verify the destination is the intended service) (documentation of a security skill)
    curl "...?limit=100" -H "X-API-Key: $MORALIS_API_KEY"
    security skill
  • low Secrets in code secret-high-entropy-token rules/balance__solana.md:22
    High-entropy token-like string (may be an id, hash or a credential)
    | address | string | Yes | The address to query | \`kXB7…gVs\` |
  • low Secrets in code secret-high-entropy-token rules/getAggregatedTokenPairStats__solana.md:22
    High-entropy token-like string (may be an id, hash or a credential)
    | address | string | Yes | The address to query | \`So11…112\` |
  • low Secrets in code secret-high-entropy-token rules/getBlock.md:99
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    "transaction_hash": "0x05…88e",
    quoted
  • low Secrets in code secret-high-entropy-token rules/getBlock.md:103
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    "from": "0xd4…bDf",
    quoted
  • low Secrets in code secret-high-entropy-token rules/getCandleSticks__solana.md:22
    High-entropy token-like string (may be an id, hash or a credential)
    | address | string | Yes | The address to query | \`So11…112\` |
  • low Secrets in code secret-high-entropy-token rules/getContractNFTs.md:21
    High-entropy token-like string (may be an id, hash or a credential)
    | address | string | Yes | The address of the NFT contract | \`0x30…949\` |
  • low Secrets in code secret-high-entropy-token rules/getContractNFTs.md:57
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    "token_address": "0xb4…BBB",
    quoted
  • low Secrets in code secret-high-entropy-token rules/getHistoricalTokenHolders__solana.md:20
    High-entropy token-like string (may be an id, hash or a credential)
    | address | string | Yes | The address to query | \`6p6x…iPN\` |
  • low Secrets in code secret-high-entropy-token rules/getMultipleNFTs.md:40
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    "token_address": "0xb4…BBB",
    quoted
  • low Secrets in code secret-high-entropy-token rules/getMultipleNFTs.md:43
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    "owner_of": "0x05…88e",
    quoted
  • low Secrets in code secret-high-entropy-token rules/getMultipleTokenAnalytics.md:105
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    "tokenAddress": "EPjF…t1v"
    quoted
  • low Secrets in code secret-high-entropy-token rules/getMultipleTokenMetadata__solana.md:27
    High-entropy token-like string (may be an id, hash or a credential)
    | addresses | array | No | - | \`So11…112\` |
  • low Secrets in code secret-high-entropy-token rules/getMultipleTokenMetadata__solana.md:74
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    "So11…112"
    quoted
  • low Secrets in code secret-high-entropy-token rules/getNativeBalance.md:21
    High-entropy token-like string (may be an id, hash or a credential)
    | address | string | Yes | The address from which the native balance will be checked | \`0x05…88e\` |
  • low Secrets in code secret-high-entropy-token rules/getNFTByContractTraits.md:57
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    "token_address": "0xb4…BBB",
    quoted
  • low Secrets in code secret-high-entropy-token rules/getNFTCollectionStats.md:21
    High-entropy token-like string (may be an id, hash or a credential)
    | address | string | Yes | The address of the NFT collection | \`0x30…949\` |
  • low Secrets in code secret-high-entropy-token rules/getNFTContractSalePrices.md:21
    High-entropy token-like string (may be an id, hash or a credential)
    | address | string | Yes | The address of the NFT collection | \`0xBC…13D\` |
  • low Secrets in code secret-high-entropy-token rules/getNFTContractTransfers.md:70
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    "token_address": "0x05…88e",
    quoted
  • low Secrets in code secret-high-entropy-token rules/getNFTContractTransfers.md:76
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    "from_address": "0x05…88e",
    quoted
  • low Secrets in code secret-high-entropy-token rules/getNFTContractTransfers.md:80
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    "to_address": "0x05…88e",
    quoted
  • low Secrets in code secret-high-entropy-token rules/getNFTContractTransfers.md:88
    High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)
    "transaction_hash": "0x05…88e",
    detector
  • low Secrets in code secret-high-entropy-token rules/getNFTContractTransfers.md:92
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    "operator": "0x05…88e",
    quoted
  • low Secrets in code secret-high-entropy-token rules/getNFTMetadata__evm.md:42
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    "token_address": "0xb4…BBB",
    quoted
  • low Secrets in code secret-high-entropy-token rules/getNFTMetadata__solana.md:22
    High-entropy token-like string (may be an id, hash or a credential)
    | address | string | Yes | The address to query | \`So11…112\` |
  • low Secrets in code secret-high-entropy-token rules/getNFTOwners.md:55
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    "token_address": "0xb4…BBB",
    quoted
  • low Secrets in code secret-high-entropy-token rules/getNFTOwners.md:58
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    "owner_of": "0x05…88e",
    quoted
  • low Secrets in code secret-high-entropy-token rules/getNFTs__solana.md:22
    High-entropy token-like string (may be an id, hash or a credential)
    | address | string | Yes | The address to query | \`kXB7…gVs\` |
  • low Secrets in code secret-high-entropy-token rules/getNFTSalePrices.md:21
    High-entropy token-like string (may be an id, hash or a credential)
    | address | string | Yes | The address of the NFT collection | \`0xBC…13D\` |
  • low Secrets in code secret-high-entropy-token rules/getNFTTokenIdOwners.md:56
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    "token_address": "0xb4…BBB",
    quoted
  • low Secrets in code secret-high-entropy-token rules/getNFTTokenIdOwners.md:59
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    "owner_of": "0x05…88e",
    quoted
  • low Secrets in code secret-high-entropy-token rules/getNFTTrades.md:66
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    "transaction_hash": "0x05…88e",
    quoted
  • low Secrets in code secret-high-entropy-token rules/getNFTTrades.md:72
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    "seller_address": "0x05…88e",
    quoted
  • low Secrets in code secret-high-entropy-token rules/getNFTTrades.md:73
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    "buyer_address": "0x05…88e",
    quoted
  • low Secrets in code secret-high-entropy-token rules/getNFTTrades.md:75
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    "marketplace_address": "0x05…88e",
    quoted
  • low Secrets in code secret-high-entropy-token rules/getNFTTradesByToken.md:66
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    "transaction_hash": "0x05…88e",
    quoted
  • low Secrets in code secret-high-entropy-token rules/getNFTTradesByToken.md:72
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    "seller_address": "0x05…88e",
    quoted
  • low Secrets in code secret-high-entropy-token rules/getNFTTradesByToken.md:73
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    "buyer_address": "0x05…88e",
    quoted
  • low Secrets in code secret-high-entropy-token rules/getNFTTradesByToken.md:75
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    "marketplace_address": "0x05…88e",
    quoted
  • low Secrets in code secret-high-entropy-token rules/getNFTTradesByWallet.md:21
    High-entropy token-like string (may be an id, hash or a credential)
    | address | string | Yes | The owner wallet address | \`0xcB…905\` |
  • low Secrets in code secret-high-entropy-token rules/getNFTTradesByWallet.md:65
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    "transaction_hash": "0x05…88e",
    quoted
  • low Secrets in code secret-high-entropy-token rules/getNFTTradesByWallet.md:71
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    "seller_address": "0x05…88e",
    quoted
  • low Secrets in code secret-high-entropy-token rules/getNFTTradesByWallet.md:72
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    "buyer_address": "0x05…88e",
    quoted
  • low Secrets in code secret-high-entropy-token rules/getNFTTradesByWallet.md:74
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    "marketplace_address": "0x05…88e",
    quoted
  • low Secrets in code secret-high-entropy-token rules/getNFTTransfers.md:55
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    "token_address": "0x05…88e",
    quoted
  • low Secrets in code secret-high-entropy-token rules/getNFTTransfers.md:61
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    "from_address": "0x05…88e",
    quoted
  • low Secrets in code secret-high-entropy-token rules/getNFTTransfers.md:65
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    "to_address": "0x05…88e",
    quoted
  • low Secrets in code secret-high-entropy-token rules/getNFTTransfers.md:73
    High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)
    "transaction_hash": "0x05…88e",
    detector
  • low Secrets in code secret-high-entropy-token rules/getNFTTransfers.md:77
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    "operator": "0x05…88e",
    quoted
  • low Secrets in code secret-high-entropy-token rules/getPairStats__solana.md:22
    High-entropy token-like string (may be an id, hash or a credential)
    | pairAddress | string | Yes | The address of the pair to query | \`Czfq…4zE\` |
  • low Secrets in code secret-high-entropy-token rules/getPortfolio__solana.md:22
    High-entropy token-like string (may be an id, hash or a credential)
    | address | string | Yes | The address to query | \`kXB7…gVs\` |
  • low Secrets in code secret-high-entropy-token rules/getSPL__solana.md:22
    High-entropy token-like string (may be an id, hash or a credential)
    | address | string | Yes | The address to query | \`kXB7…gVs\` |
  • low Exfiltration net-credential-use SKILL.md:155
    Credential used in a network call (verify the destination is the intended service) (documentation of a security skill)
    curl "...?limit=100" -H "X-API-Key: $KEY"
    security skill
  • low Exfiltration net-credential-use SKILL.md:158
    Credential used in a network call (verify the destination is the intended service) (documentation of a security skill)
    curl "...?limit=100&cursor=<cursor_from_response>" -H "X-API-Key: $KEY"
    security skill
  • low Secrets in code secret-high-entropy-token SKILL.md:168
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    ADDRESS="0xd8…045"
    quoted

…and 2 more

A further 2 matches are quotations in this security skill's documentation and are not counted as findings.

Files scanned: 80. Evidence is masked. Grey chips explain why severity was lowered.

Against the Agent Skills spec

  • warning body-long SKILL.md body ≈ 5612 tokens (recommended < 5000); move details to references/
  • warning missing-ref reference to a missing file: rules/getWalletActiveChains.md
  • warning missing-ref reference to a missing file: rules/getWalletApprovals.md
  • warning missing-ref reference to a missing file: rules/getWalletHistory.md
  • warning missing-ref reference to a missing file: rules/getWalletInsight.md
  • warning missing-ref reference to a missing file: rules/getWalletNetWorth.md
  • warning missing-ref reference to a missing file: rules/getWalletNFTCollections.md
  • warning missing-ref reference to a missing file: rules/getWalletNFTs.md
  • warning missing-ref reference to a missing file: rules/getWalletNFTTransfers.md
  • warning missing-ref reference to a missing file: rules/getWalletProfitability.md
  • warning missing-ref reference to a missing file: rules/getWalletProfitabilitySummary.md
  • warning missing-ref reference to a missing file: rules/getWalletStats.md
  • warning missing-ref reference to a missing file: rules/getWalletTokenBalancesPrice.md
  • warning missing-ref reference to a missing file: rules/getWalletTokenTransfers.md
  • warning missing-ref reference to a missing file: rules/getWalletTransactions.md
  • warning missing-ref reference to a missing file: rules/getWalletTransactionsVerbose.md
  • warning missing-ref reference to a missing file: rules/getSwapsByPairAddress__evm.md
  • warning missing-ref reference to a missing file: rules/getSwapsByTokenAddress__evm.md
  • warning missing-ref reference to a missing file: rules/getSwapsByWalletAddress__evm.md
  • warning missing-ref reference to a missing file: rules/getTimeSeriesTokenAnalytics.md
  • warning missing-ref reference to a missing file: rules/getTokenAnalytics.md
  • warning missing-ref reference to a missing file: rules/getTokenBondingStatus__evm.md
  • warning missing-ref reference to a missing file: rules/getTokenCategories.md
  • warning missing-ref reference to a missing file: rules/getTokenHolders__evm.md
  • warning missing-ref reference to a missing file: rules/getTokenMetadata__evm.md
  • warning missing-ref reference to a missing file: rules/getTokenMetadataBySymbol.md
  • warning missing-ref reference to a missing file: rules/getTokenOwners.md
  • warning missing-ref reference to a missing file: rules/getTokenPairs__evm.md
  • warning missing-ref reference to a missing file: rules/getTokenScore.md
  • warning missing-ref reference to a missing file: rules/getTokenStats.md
  • warning missing-ref reference to a missing file: rules/getTokenTransfers.md
  • warning missing-ref reference to a missing file: rules/getTopNFTCollectionsByMarketCap.md
  • warning missing-ref reference to a missing file: rules/getTokenPrice__evm.md
  • warning missing-ref reference to a missing file: rules/getTransaction.md
  • warning missing-ref reference to a missing file: rules/getTransactionVerbose.md
  • warning missing-ref reference to a missing file: rules/getTimeSeriesVolume.md
  • warning missing-ref reference to a missing file: rules/getTimeSeriesVolumeByCategory.md
  • warning missing-ref reference to a missing file: rules/getTopCryptoCurrenciesByMarketCap.md
  • warning missing-ref reference to a missing file: rules/getTopCryptoCurrenciesByTradingVolume.md
  • warning missing-ref reference to a missing file: rules/getTopERC20TokensByMarketCap.md
  • warning missing-ref reference to a missing file: rules/getTopERC20TokensByPriceMovers.md
  • warning missing-ref reference to a missing file: rules/getTopGainersTokens.md
  • warning missing-ref reference to a missing file: rules/getTopLosersTokens.md
  • warning missing-ref reference to a missing file: rules/getTopProfitableWalletPerToken.md
  • warning missing-ref reference to a missing file: rules/getTrendingTokens.md
  • warning missing-ref reference to a missing file: rules/getVolumeStatsByCategory.md
  • warning missing-ref reference to a missing file: rules/getVolumeStatsByChain.md
  • warning missing-ref reference to a missing file: rules/getUniqueOwnersByCollection.md
  • warning missing-ref reference to a missing file: rules/resolveAddress.md
  • warning missing-ref reference to a missing file: rules/resolveAddressToDomain.md
  • warning missing-ref reference to a missing file: rules/resolveDomain.md
  • warning missing-ref reference to a missing file: rules/resolveENSDomain.md
  • warning missing-ref reference to a missing file: rules/reSyncMetadata.md
  • warning missing-ref reference to a missing file: rules/searchEntities.md
  • warning missing-ref reference to a missing file: rules/searchTokens.md
  • warning missing-ref reference to a missing file: rules/getSnipersByPairAddress__solana.md
  • warning missing-ref reference to a missing file: rules/getSwapsByPairAddress__solana.md
  • warning missing-ref reference to a missing file: rules/getSwapsByTokenAddress__solana.md
  • warning missing-ref reference to a missing file: rules/getSwapsByWalletAddress__solana.md
  • warning missing-ref reference to a missing file: rules/getTokenBondingStatus__solana.md
  • warning missing-ref reference to a missing file: rules/getTokenHolders__solana.md
  • warning missing-ref reference to a missing file: rules/getTokenMetadata__solana.md
  • warning missing-ref reference to a missing file: rules/getTokenPairs__solana.md
  • warning missing-ref reference to a missing file: rules/getTokenPrice__solana.md
  • warning missing-ref reference to a missing file: rules/getTopHolders__solana.md
  • warning missing-ref reference to a missing file: rules/getTimeSeriesVolume__solana.md
  • warning missing-ref reference to a missing file: rules/getTimeSeriesVolumeByCategory__solana.md
  • warning missing-ref reference to a missing file: rules/getTokenAnalytics__solana.md
  • warning missing-ref reference to a missing file: rules/getTokenScore__solana.md
  • warning missing-ref reference to a missing file: rules/getTopGainersTokens__solana.md
  • warning missing-ref reference to a missing file: rules/getTopLosersTokens__solana.md
  • warning missing-ref reference to a missing file: rules/getTrendingTokens__solana.md
  • warning missing-ref reference to a missing file: rules/getVolumeStatsByCategory__solana.md

Process rating: all ten parameters 54/100

Will not run. References files that are not bundled: rules/getWalletActiveChains.md, rules/getWalletApprovals.md, rules/getWalletHistory.md
  • 0Tools and files. 72 referenced file(s) missing: rules/getWalletActiveChains.md, rules/getWalletApprovals.md, rules/getWalletHistory.md
  • 0Inputs and preconditions. Does not say what the process needs to start
  • 50When it triggers. No condition that starts the skill
  • 60Result and completion. Output format stated, no completion criterion
  • 60Failures and branches. 2 branches
  • 70Execution cost. Instruction body is 5612 tokens
  • 100Steps. 26 steps
  • 100Consistency. Name and required fields are in place
  • 100Running it twice. Mutating operations check current state
  • 100Progress reporting. Reports progress
  • low 15 top-level sections: this looks like several domains in one skill

Everything here is measured from the skill text rather than judged by a model, so the numbers are checkable. A parameter weighs more when it is a more common reason for the process to stall.

Quality signals

  • +5Description has no quoted example phrases that should trigger the skill
  • +2Single-language instructions
  • +4Description says when NOT to use the skill
  • +3Description length 539: enough signal without eating the budget
  • +4Structure: 34 headings
  • +3Step-by-step instructions: 26 items
  • +3Output format is stated explicitly
  • +4Has examples (8 code blocks)
  • +4Reference files are cited in the instructions (72 of 79)
  • +1License stated

Quality base 70; lint remarks subtract, signals add up to 100. Result: 74.

External checks

ClawHub: clean
This is a documentation-only Moralis API helper whose main risks are expected third-party wallet/API-key use and one clearly documented NFT metadata resync action.
LLM: benign (high) · VirusTotal: benign · 28 May 2026