agentsclimarketplace

Aelfscan skill

Skill AelfScanProject/aelfscan-skill

AelfScan explorer data retrieval and analytics skill for agents.From its SKILL.md

Install
npx -y skills add AelfScanProject/aelfscan-skill

Assembled 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

lib/

scripts/

src/

17 more files not listed here. See all 57 in the repository.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.