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.
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
How to improve
- Say in the description WHEN to use the skill ("use when…", example requests): that is the agent's main cue.
- The SKILL.md body is over 5,000 tokens: move reference detail into references/ and load it when needed.
- The text references files that are not there: add them or drop the references.
- 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-usereferences/data-nft-api.md:46Credential 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-usereferences/data-nft-api.md:176Credential 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-usereferences/data-nft-api.md:266Credential 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-usereferences/data-nft-api.md:329Credential 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-usereferences/data-nft-api.md:375Credential 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-usereferences/data-portfolio-apis.md:46Credential 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-tokenreferences/data-portfolio-apis.md:50High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"address": "0xd8…045",
quoted -
low Exfiltration
net-credential-usereferences/data-portfolio-apis.md:139Credential 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-tokenreferences/data-portfolio-apis.md:143High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"address": "0xd8…045",
quoted -
low Exfiltration
net-credential-usereferences/data-portfolio-apis.md:208Credential 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-tokenreferences/data-portfolio-apis.md:212High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"address": "0xd8…045",
quoted -
low Exfiltration
net-credential-usereferences/data-portfolio-apis.md:289Credential 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-tokenreferences/data-portfolio-apis.md:293High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"address": "0xd8…045",
quoted -
low Exfiltration
net-credential-usereferences/data-portfolio-apis.md:379Credential 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-tokenreferences/data-portfolio-apis.md:383High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"address": "0xd8…045",
quoted -
low Exfiltration
net-credential-usereferences/data-prices-api.md:34Credential 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-usereferences/data-prices-api.md:91Credential 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-tokenreferences/data-prices-api.md:95High-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-usereferences/data-prices-api.md:147Credential 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-usereferences/data-simulation-api.md:46Credential 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-tokenreferences/data-simulation-api.md:53High-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-tokenreferences/data-simulation-api.md:54High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"to": "0xA0…b48",
quoted -
low Exfiltration
net-credential-usereferences/data-simulation-api.md:128Credential 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-tokenreferences/data-simulation-api.md:136High-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-tokenreferences/data-simulation-api.md:137High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"to": "0xA0…b48",
quoted -
low Exfiltration
net-credential-usereferences/data-simulation-api.md:227Credential 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-tokenreferences/data-simulation-api.md:235High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"from": "0xd8…045",
quoted -
low Exfiltration
net-credential-usereferences/data-simulation-api.md:276Credential 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-usereferences/data-token-api.md:38Credential 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-tokenreferences/data-token-api.md:45High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"0xd8…045",
quoted -
low Exfiltration
net-credential-usereferences/data-token-api.md:100Credential 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-tokenreferences/data-token-api.md:106High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"params": ["0xA0…b48"]
quoted -
low Exfiltration
net-credential-usereferences/data-token-api.md:151Credential 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-tokenreferences/data-token-api.md:158High-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-tokenreferences/data-token-api.md:159High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"owner": "0xd8…045",
quoted -
low Exfiltration
net-credential-usereferences/data-transfers-api.md:47Credential 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-tokenreferences/data-transfers-api.md:56High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"toAddress": "0xd8…045",
detector -
low Exfiltration
net-credential-usereferences/node-debug-api.md:41Credential 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-usereferences/node-debug-api.md:116Credential 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-tokenreferences/node-debug-api.md:124High-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-tokenreferences/node-debug-api.md:125High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"to": "0xA0…b48",
quoted -
low Exfiltration
net-credential-usereferences/node-debug-api.md:154Credential 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-usereferences/node-enhanced-apis.md:45Credential 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-tokenreferences/node-enhanced-apis.md:51High-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-usereferences/node-json-rpc.md:39Credential 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-usereferences/node-json-rpc.md:68Credential 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-tokenreferences/node-json-rpc.md:74High-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-usereferences/node-json-rpc.md:106Credential 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-tokenreferences/node-json-rpc.md:114High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"to": "0xA0…b48",
quoted -
low Exfiltration
net-credential-usereferences/node-json-rpc.md:149Credential 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-tokenreferences/node-json-rpc.md:158High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"address": "0xA0…b48",
detector -
low Exfiltration
net-credential-usereferences/node-json-rpc.md:219Credential 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-usereferences/node-trace-api.md:38Credential 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-usereferences/node-trace-api.md:111Credential 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-usereferences/node-trace-api.md:142Credential 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-tokenreferences/node-trace-api.md:150High-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-tokenreferences/node-trace-api.md:151High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"to": "0xA0…b48",
quoted -
low Exfiltration
net-credential-usereferences/node-trace-api.md:180Credential 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-tokenreferences/node-trace-api.md:189High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"toAddress": ["0xd8…045"],
detector -
low Exfiltration
net-credential-usereferences/node-utility-api.md:39Credential 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-yamlSKILL.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-whendescription does not say WHEN to use the skill (no "use when") - warning
body-longSKILL.md body ≈ 5844 tokens (recommended < 5000); move details to references/ - warning
missing-refreference to a missing file: references/webhooks-overview.md - warning
missing-refreference to a missing file: references/webhooks-nft-activity.md - warning
missing-refreference to a missing file: references/webhooks-verify-signatures.md - warning
missing-refreference to a missing file: references/webhooks-webhook-payloads.md - warning
missing-refreference to a missing file: references/webhooks-webhook-types.md - note
frontmatter-keyunknown frontmatter key "homepage" - note
frontmatter-keyunknown frontmatter key "triggers"
Process rating: all ten parameters 46/100
- 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.