SKILLEMALL.ai

BC axon-agent

Register and operate an AI Agent on the Axon blockchain (AI Agent Native L1, Cosmos SDK + EVM, Chain ID 9001). Use when a user wants to: (1) register an agent on Axon chain, (2) check agent on-chain status (isAgent, ONLINE, reputation), (3) set up the agent-daemon for heartbeat maintenance, (4) troubleshoot Axon agent registration or heartbeat failures. Do NOT use for general EVM/Solidity work unrelated to Axon.

ClawHub Agent Skills author: 6tizer v1.0.4 MIT-0 7 files · 1 script body ≈ 837 tokens Open the sourceclawhub.ai analyzed 2 d ago

As a process C 62/100 · Has gaps — weak spots: result and completion, running it twice

IntegrationAI and agentstype and topics are labelled automatically from the skill text
JSON
Technical rating
B
87/100
safety, quality, tests
Safety 60%
88
Quality 40%
85
Run on models
none yet
Process rating
C
62/100
Has gaps
Result and completion w 14
0
Running it twice w 4
30
When it triggers w 12
50
the three weakest of ten parameters · all ten

What is at stake

Medium-severity findings: the skill is probably honest, but read what alarmed the scanner.

Risky intent medium severity

Below is the worst case for this category. The finding here is medium: the guard saw a sign, not a proof.

If you install

The purpose itself is risky: wallets, browser password stores, offensive security. Even an honest implementation gives the agent access to things that cost money.

For the author

Explain in the description why the access is needed and how it is limited; add tests that show refusals on dangerous requests.

Dangerous commands medium severity

Below is the worst case for this category. The finding here is medium: the guard saw a sign, not a proof.

If you install

The skill contains commands that delete files, rewrite disks or execute code fetched from the network. The agent may run them without asking if it believes the instructions require it.

For the author

Replace destructive commands with safe equivalents that ask for confirmation, scope them to one folder, and stop piping curl into a shell: pin a version and a checksum.

How to improve

    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 · 4

    ✓ No critical or high findings

    Medium and low: 4
    • medium Risky intent intent-wallet-secrets SKILL.md:20
      Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target
      - EVM wallet private key saved to a file (e.g. `/opt/axon/private_key.txt`, chmod 600)
    • medium Dangerous commands cmd-persistence SKILL.md:94
      Persistence mechanism (cron / launchd / scheduled task / autorun registry) (quoted — discussed, not commanded)
      ssh user@YOUR_SERVER "(crontab -l 2>/dev/null; echo '*/5 * * * * /opt/axon/watchdog.sh') | crontab -"
      quoted
    • low Dangerous commands cmd-cron-mention scripts/watchdog.sh:3
      Mentions editing / listing crontab (code comment)
      # Usage: Set AXON_DIR, PRIVATE_KEY, and RPC below, then: crontab -e → add line above
      comment
    • low Dangerous commands cmd-cron-mention SKILL.md:94
      Mentions editing / listing crontab (quoted — discussed, not commanded)
      ssh user@YOUR_SERVER "(crontab -l 2>/dev/null; echo '*/5 * * * * /opt/axon/watchdog.sh') | crontab -"
      quoted

    Files scanned: 7. 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: Nested mappings are not allowed in compact mappings at line 2, column 14: description: Register and operate an AI Agent on the Axon blockchain (AI Agent … ^ ); fields were read line by line. The usual cause is a colon inside an unquoted value

    Process rating: all ten parameters 62/100

    • 0Result and completion. Does not say what the result is
    • 30Running it twice. 1 mutating operations with no state check
    • 50When it triggers. No condition that starts the skill
    • 50Failures and branches. 0 branches, has a failure section
    • 60Tools and files. Uses tools (python) that frontmatter does not declare
    • 70Inputs and preconditions. Inputs and preconditions are listed
    • 100Steps. 8 steps
    • 100Consistency. Name and required fields are in place
    • 100Execution cost. Instruction body is 837 tokens
    • 100Progress reporting. Reports progress

    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
    • +3Output format is not stated: the model decides each time
    • +1No license
    • +2Single-language instructions
    • +4Description says when NOT to use the skill
    • +3Description length 415: enough signal without eating the budget
    • +4Structure: 8 headings
    • +3Step-by-step instructions: 8 items
    • +4Has examples (5 code blocks)
    • +4Reference files are cited in the instructions (1 of 1)
    • +3All 3 scripts are documented

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

    External checks

    ClawHub: clean
    This skill performs high-impact Axon wallet and daemon operations, but those behaviors are disclosed, coherent with the skill's purpose, and not supported by evidence of hidden or malicious activity.
    LLM: benign (high) · VirusTotal: · 29 May 2026