SKILLEMALL.ai

FF alchemy-official

Official Alchemy skill. Two auth modes: API key or x402 Agentic Gateway (no key needed). Complete coverage for ~100 chains: Token API, NFT API, Transfers, Prices, Portfolio, Simulation, Webhooks, Solana, and JSON-RPC. 82 reference docs + x402 gateway rules.

Not recommendedlow grade F
ClawHub Agent Skills author: Alchemy v1.1.2 MIT-0 80 files body ≈ 5 844 tokens Open the sourceclawhub.ai analyzed 3 d ago

As a process F 46/100 · Will not run — References files that are not bundled: references/webhooks-overview.md, references/webhooks-nft-activity.md, references/webhooks-verify-signatures.md

IntegrationAI and agentsWriting and documentstype and topics are labelled automatically from the skill text
JSON
Technical rating
F
17/100
safety, quality, tests
Safety 60%
0
Quality 40%
43
Run on models
none yet
Process rating
F
46/100
Will not run
References files that are not bundled: references/webhooks-overview.md, references/webhooks-nft-activity.md, references/webhooks-verify-signatures.md
Tools and files w 18
0
Result and completion w 14
0
Inputs and preconditions w 11
0
the three weakest of ten parameters · all ten

How to improve

  1. Say in the description WHEN to use the skill ("use when…", example requests): that is the agent's main cue.
  2. The SKILL.md body is over 5,000 tokens: move reference detail into references/ and load it when needed.
  3. 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 · 101

✓ No critical or high findings

Medium and low: 101
  • low Exfiltration net-credential-use references/data-nft-api.md:46
    Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)
    curl -s "https://eth-mainnet.g.alchemy.com/nft/v3/$ALCHEMY_API_KEY/getNFTsForOwner?owner=…&withMetadata=true&pageSize=2"
    vendor-host
  • low Exfiltration net-credential-use references/data-nft-api.md:176
    Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)
    curl -s "https://eth-mainnet.g.alchemy.com/nft/v3/$ALCHEMY_API_KEY/getNFTMetadata?contractAddress=…&tokenId=1"
    vendor-host
  • low Exfiltration net-credential-use references/data-nft-api.md:266
    Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)
    curl -s "https://eth-mainnet.g.alchemy.com/nft/v3/$ALCHEMY_API_KEY/getContractMetadata?contractAddress=…"
    vendor-host
  • low Exfiltration net-credential-use references/data-nft-api.md:329
    Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)
    curl -s "https://eth-mainnet.g.alchemy.com/nft/v3/$ALCHEMY_API_KEY/getOwnersForContract?contractAddress=…&withTokenBalances=true"
    vendor-host
  • low Exfiltration net-credential-use references/data-nft-api.md:375
    Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)
    curl -s "https://eth-mainnet.g.alchemy.com/nft/v3/$ALCHEMY_API_KEY/getOwnersForNFT?contractAddress=…&tokenId=1"
    vendor-host
  • low Exfiltration net-credential-use references/data-portfolio-apis.md:46
    Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)
    curl -s -X POST "https://api.g.alchemy.com/data/v1/$ALCHEMY_API_KEY/assets/tokens/by-address" \
    vendor-host
  • low Secrets in code secret-high-entropy-token references/data-portfolio-apis.md:50
    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/data-portfolio-apis.md:139
    Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)
    curl -s -X POST "https://api.g.alchemy.com/data/v1/$ALCHEMY_API_KEY/assets/tokens/balances/by-address" \
    vendor-host
  • low Secrets in code secret-high-entropy-token references/data-portfolio-apis.md:143
    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/data-portfolio-apis.md:208
    Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)
    curl -s -X POST "https://api.g.alchemy.com/data/v1/$ALCHEMY_API_KEY/assets/nfts/by-address" \
    vendor-host
  • low Secrets in code secret-high-entropy-token references/data-portfolio-apis.md:212
    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/data-portfolio-apis.md:289
    Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)
    curl -s -X POST "https://api.g.alchemy.com/data/v1/$ALCHEMY_API_KEY/assets/nfts/contracts/by-address" \
    vendor-host
  • low Secrets in code secret-high-entropy-token references/data-portfolio-apis.md:293
    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/data-portfolio-apis.md:379
    Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)
    curl -s -X POST "https://api.g.alchemy.com/data/v1/$ALCHEMY_API_KEY/transactions/history/by-address" \
    vendor-host
  • low Secrets in code secret-high-entropy-token references/data-portfolio-apis.md:383
    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/data-prices-api.md:34
    Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)
    curl -s "https://api.g.alchemy.com/prices/v1/$ALCHEMY_API_KEY/tokens/by-symbol?symbols=ETH&symbols=BTC"
    vendor-host
  • low Exfiltration net-credential-use references/data-prices-api.md:91
    Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)
    curl -s -X POST "https://api.g.alchemy.com/prices/v1/$ALCHEMY_API_KEY/tokens/by-address" \
    vendor-host
  • low Secrets in code secret-high-entropy-token references/data-prices-api.md:95
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    { "network": "eth-mainnet", "address": "0xA0…b48" },
    quoted
  • low Exfiltration net-credential-use references/data-prices-api.md:147
    Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)
    curl -s -X POST "https://api.g.alchemy.com/prices/v1/$ALCHEMY_API_KEY/tokens/historical" \
    vendor-host
  • low Exfiltration net-credential-use references/data-simulation-api.md:46
    Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)
    curl -s -X POST https://eth-mainnet.g.alchemy.com/v2/$ALCHEMY_API_KEY \
    vendor-host
  • low Secrets in code secret-high-entropy-token references/data-simulation-api.md:53
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    "from": "0xd8…045",
    quoted
  • low Secrets in code secret-high-entropy-token references/data-simulation-api.md:54
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    "to": "0xA0…b48",
    quoted
  • low Exfiltration net-credential-use references/data-simulation-api.md:128
    Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)
    curl -s -X POST https://eth-mainnet.g.alchemy.com/v2/$ALCHEMY_API_KEY \
    vendor-host
  • low Secrets in code secret-high-entropy-token references/data-simulation-api.md:136
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    "from": "0xd8…045",
    quoted
  • low Secrets in code secret-high-entropy-token references/data-simulation-api.md:137
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    "to": "0xA0…b48",
    quoted
  • low Exfiltration net-credential-use references/data-simulation-api.md:227
    Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)
    curl -s -X POST https://eth-mainnet.g.alchemy.com/v2/$ALCHEMY_API_KEY \
    vendor-host
  • low Secrets in code secret-high-entropy-token references/data-simulation-api.md:235
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    "from": "0xd8…045",
    quoted
  • low Exfiltration net-credential-use references/data-simulation-api.md:276
    Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)
    curl -s -X POST https://eth-mainnet.g.alchemy.com/v2/$ALCHEMY_API_KEY \
    vendor-host
  • low Exfiltration net-credential-use references/data-token-api.md:38
    Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)
    curl -s -X POST https://eth-mainnet.g.alchemy.com/v2/$ALCHEMY_API_KEY \
    vendor-host
  • low Secrets in code secret-high-entropy-token references/data-token-api.md:45
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    "0xd8…045",
    quoted
  • low Exfiltration net-credential-use references/data-token-api.md:100
    Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)
    curl -s -X POST https://eth-mainnet.g.alchemy.com/v2/$ALCHEMY_API_KEY \
    vendor-host
  • low Secrets in code secret-high-entropy-token references/data-token-api.md:106
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    "params": ["0xA0…b48"]
    quoted
  • low Exfiltration net-credential-use references/data-token-api.md:151
    Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)
    curl -s -X POST https://eth-mainnet.g.alchemy.com/v2/$ALCHEMY_API_KEY \
    vendor-host
  • low Secrets in code secret-high-entropy-token references/data-token-api.md:158
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    "contract": "0xA0…b48",
    quoted
  • low Secrets in code secret-high-entropy-token references/data-token-api.md:159
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    "owner": "0xd8…045",
    quoted
  • low Exfiltration net-credential-use references/data-transfers-api.md:47
    Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)
    curl -s -X POST https://eth-mainnet.g.alchemy.com/v2/$ALCHEMY_API_KEY \
    vendor-host
  • low Secrets in code secret-high-entropy-token references/data-transfers-api.md:56
    High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)
    "toAddress": "0xd8…045",
    detector
  • low Exfiltration net-credential-use references/node-debug-api.md:41
    Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)
    curl -s -X POST https://eth-mainnet.g.alchemy.com/v2/$ALCHEMY_API_KEY \
    vendor-host
  • low Exfiltration net-credential-use references/node-debug-api.md:116
    Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)
    curl -s -X POST https://eth-mainnet.g.alchemy.com/v2/$ALCHEMY_API_KEY \
    vendor-host
  • low Secrets in code secret-high-entropy-token references/node-debug-api.md:124
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    "from": "0xd8…045",
    quoted
  • low Secrets in code secret-high-entropy-token references/node-debug-api.md:125
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    "to": "0xA0…b48",
    quoted
  • low Exfiltration net-credential-use references/node-debug-api.md:154
    Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)
    curl -s -X POST https://eth-mainnet.g.alchemy.com/v2/$ALCHEMY_API_KEY \
    vendor-host
  • low Exfiltration net-credential-use references/node-enhanced-apis.md:45
    Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)
    curl -s -X POST https://eth-mainnet.g.alchemy.com/v2/$ALCHEMY_API_KEY \
    vendor-host
  • low Secrets in code secret-high-entropy-token references/node-enhanced-apis.md:51
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    "params": ["0xd8…045", "erc20"]
    quoted
  • low Exfiltration net-credential-use references/node-json-rpc.md:39
    Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)
    curl -s -X POST https://eth-mainnet.g.alchemy.com/v2/$ALCHEMY_API_KEY \
    vendor-host
  • low Exfiltration net-credential-use references/node-json-rpc.md:68
    Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)
    curl -s -X POST https://eth-mainnet.g.alchemy.com/v2/$ALCHEMY_API_KEY \
    vendor-host
  • low Secrets in code secret-high-entropy-token references/node-json-rpc.md:74
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    "params": ["0xd8…045", "latest"]
    quoted
  • low Exfiltration net-credential-use references/node-json-rpc.md:106
    Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)
    curl -s -X POST https://eth-mainnet.g.alchemy.com/v2/$ALCHEMY_API_KEY \
    vendor-host
  • low Secrets in code secret-high-entropy-token references/node-json-rpc.md:114
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    "to": "0xA0…b48",
    quoted
  • low Exfiltration net-credential-use references/node-json-rpc.md:149
    Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)
    curl -s -X POST https://eth-mainnet.g.alchemy.com/v2/$ALCHEMY_API_KEY \
    vendor-host
  • low Secrets in code secret-high-entropy-token references/node-json-rpc.md:158
    High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)
    "address": "0xA0…b48",
    detector
  • low Exfiltration net-credential-use references/node-json-rpc.md:219
    Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)
    curl -s -X POST https://eth-mainnet.g.alchemy.com/v2/$ALCHEMY_API_KEY \
    vendor-host
  • low Exfiltration net-credential-use references/node-trace-api.md:38
    Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)
    curl -s -X POST https://eth-mainnet.g.alchemy.com/v2/$ALCHEMY_API_KEY \
    vendor-host
  • low Exfiltration net-credential-use references/node-trace-api.md:111
    Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)
    curl -s -X POST https://eth-mainnet.g.alchemy.com/v2/$ALCHEMY_API_KEY \
    vendor-host
  • low Exfiltration net-credential-use references/node-trace-api.md:142
    Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)
    curl -s -X POST https://eth-mainnet.g.alchemy.com/v2/$ALCHEMY_API_KEY \
    vendor-host
  • low Secrets in code secret-high-entropy-token references/node-trace-api.md:150
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    "from": "0xd8…045",
    quoted
  • low Secrets in code secret-high-entropy-token references/node-trace-api.md:151
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    "to": "0xA0…b48",
    quoted
  • low Exfiltration net-credential-use references/node-trace-api.md:180
    Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)
    curl -s -X POST https://eth-mainnet.g.alchemy.com/v2/$ALCHEMY_API_KEY \
    vendor-host
  • low Secrets in code secret-high-entropy-token references/node-trace-api.md:189
    High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)
    "toAddress": ["0xd8…045"],
    detector
  • low Exfiltration net-credential-use references/node-utility-api.md:39
    Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)
    curl -s -X POST https://eth-mainnet.g.alchemy.com/v2/$ALCHEMY_API_KEY \
    vendor-host

…and 41 more

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

Against the Agent Skills spec

  • warning frontmatter-yaml SKILL.md: the frontmatter is not valid YAML (YAML parse error: Map keys must be unique at line 42, column 5: homepage: https://www.alchemy.com primaryEnv: ALCHEMY_API_KEY ^ ); fields were read line by line. The usual cause is a colon inside an unquoted value
  • warning description-no-when description does not say WHEN to use the skill (no "use when")
  • warning body-long SKILL.md body ≈ 5844 tokens (recommended < 5000); move details to references/
  • warning missing-ref reference to a missing file: references/webhooks-overview.md
  • warning missing-ref reference to a missing file: references/webhooks-nft-activity.md
  • warning missing-ref reference to a missing file: references/webhooks-verify-signatures.md
  • warning missing-ref reference to a missing file: references/webhooks-webhook-payloads.md
  • warning missing-ref reference to a missing file: references/webhooks-webhook-types.md
  • note frontmatter-key unknown frontmatter key "homepage"
  • note frontmatter-key unknown frontmatter key "triggers"

Process rating: all ten parameters 46/100

Will not run. References files that are not bundled: references/webhooks-overview.md, references/webhooks-nft-activity.md, references/webhooks-verify-signatures.md
  • 0Tools and files. 5 referenced file(s) missing: references/webhooks-overview.md, references/webhooks-nft-activity.md, references/webhooks-verify-signatures.md
  • 0Result and completion. Does not say what the result is
  • 0Inputs and preconditions. Does not say what the process needs to start
  • 20When it triggers. No condition that starts the skill
  • 70Execution cost. Instruction body is 5844 tokens
  • 100Steps. 15 steps
  • 100Failures and branches. 1 branches, has a failure section
  • 100Consistency. Name and required fields are in place
  • 100Running it twice. Mutating operations check current state
  • 100Progress reporting. Reports progress
  • low 12 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
  • +4Description does not say when NOT to use the skill (false activations)
  • +3Output format is not stated: the model decides each time
  • +2Single-language instructions
  • +3Description length 257: enough signal without eating the budget
  • +4Structure: 30 headings
  • +3Step-by-step instructions: 15 items
  • +4Has examples (8 code blocks)
  • +4Reference files are cited in the instructions (77 of 77)
  • +1License stated

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

External checks

ClawHub: suspicious
The skill is a coherent Alchemy API guide, but it includes wallet private-key handling and automatic USDC payment flows without strong consent or spending controls.
LLM: suspicious (high) · VirusTotal: · 28 May 2026