Web3 Format Number
Formats Web3 numbers (e.g., ETH, tokens) into human-readable strings with appropriate units and precision.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add web3-format-number npx -- -y @trustedskills/web3-format-number
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"web3-format-number": {
"command": "npx",
"args": [
"-y",
"@trustedskills/web3-format-number"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill formats numbers according to Web3 standards, ensuring consistency and readability in blockchain-related contexts. It handles large numerical values commonly encountered in cryptocurrency transactions and smart contract interactions by applying appropriate prefixes (e.g., K for thousands, M for millions). The formatted output is designed to be easily understood by users unfamiliar with the scale of these numbers.
When to use it
- Displaying transaction amounts: Format ETH or other token values for user-friendly display in a wallet application.
- Presenting smart contract data: Show large numerical variables within smart contracts (e.g., total supply, circulating tokens) in an accessible format.
- Generating reports: Create blockchain analytics reports where numbers need to be presented clearly and concisely.
- Building educational materials: Explain complex financial concepts involving Web3 by formatting numbers for better comprehension.
Key capabilities
- Web3 number formatting
- Handles large numerical values
- Applies prefixes (K, M) for readability
Example prompts
- "Format 1234567890 as a web3-formatted number."
- "How would you display the value 1000000000 in Web3 format?"
- "Can you format this number for me: 5000000?"
Tips & gotchas
This skill is specifically designed for numbers commonly found within the Web3 ecosystem. Ensure the input is a valid numerical value to receive accurate formatting.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.