Agent skill
aelfscan-skill
AelfScan explorer data retrieval and analytics skill for agents.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/aelfscan-skill
SKILL.md
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.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?