Aelfscan skill
AelfScan explorer data retrieval and analytics skill for agents.From its SKILL.md
npx -y skills add AelfScanProject/aelfscan-skillAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 5 stars5 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
- runs commandsInstructs the agent to run 5 commands, including `bun run mcp` and 4 more.
SKILL.md
1.3 KB, 294 tokens by cl100k_base, as published. Nobody here has run it
AelfScan Skill
When to use
- Use this skill when you need AelfScan explorer search and analytics data retrieval tasks.
Capabilities
- Domain coverage: search, blockchain, address, token, NFT, statistics
- Single tool descriptor source for SDK/CLI/MCP/OpenClaw
- MCP output governance controls and standardized trace-aware errors
- Supports SDK, CLI, MCP, and OpenClaw integration from one codebase.
Safe usage rules
- Never print private keys, mnemonics, or tokens in channel outputs.
- This skill is read-only; do not attempt to execute chain writes via this package.
- If user intent requires writes, route to wallet + domain write skills and keep this skill for analytics.
Command recipes
- Start MCP server:
bun run mcp - Run CLI entry:
bun run cli - Generate OpenClaw config:
bun run build:openclaw - Verify OpenClaw config:
bun run build:openclaw:check - Run CI coverage gate:
bun run test:coverage:ci
Limits / Non-goals
- This skill focuses on domain operations and adapters; it is not a full wallet custody system.
- It does not consume signer context for transaction signing.
- Do not hardcode environment secrets in source code or docs.
- Avoid bypassing validation for external service calls.
What ships with it: 57 files
234.9 KB alongside SKILL.md, 45 of them executable
bin/
- generate-coverage-badge.tsruns1.4 KB
- generate-openclaw.tsruns1.5 KB
- platforms/claude.tsruns1.4 KB
- platforms/cursor.tsruns2.0 KB
- platforms/openclaw.tsruns3.2 KB
- platforms/utils.tsruns3.6 KB
- setup.jsruns40 B
- setup.tsruns5.1 KB
lib/
- api-types.tsruns6.8 KB
- config.tsruns2.7 KB
- errors.tsruns1.7 KB
- http-client.tsruns6.5 KB
- normalize.tsruns592 B
- serializer.tsruns1.6 KB
- trace.tsruns172 B
- types.tsruns5.8 KB
schemas/
scripts/
- check-deps-baseline.tsruns2.7 KB
- coverage-gate.tsruns2.7 KB
src/
- core/address.tsruns5.2 KB
- core/blockchain.tsruns5.5 KB
- core/common.tsruns1.8 KB
- core/nft.tsruns5.1 KB
- core/search.tsruns1.3 KB
- core/statistics.tsruns9.8 KB
- core/token.tsruns3.1 KB
- mcp/output.tsruns1.4 KB
- mcp/server.tsruns938 B
- aelfscan_skill.tsruns1.8 KB
- bun.lock19.3 KB
- deps-baseline.json93 B
- .env.example886 B
- .gitignore43 B
- index.tsruns1.6 KB
- LICENSE1.0 KB
- mcp-config.example.json220 B
- openclaw.json23.8 KB
- package.json2.1 KB
- README.md4.8 KB
- README.zh-CN.md4.8 KB
17 more files not listed here. See all 57 in the repository.