Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/pentagonal-ai/pentagonal/skillnpx skills add Pentagonal-ai/pentagonal --skill skillgit clone --depth 1 https://github.com/Pentagonal-ai/pentagonalWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00075 | $0.01920 |
| Opus 5 | $0.00037 | $0.00960 |
| Sonnet 5 | $0.00015 | $0.00384 |
| Haiku 4.5 | $0.00007 | $0.00192 |
Grade A, and why
pentagonal-clawd scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
curl -s -X POST https://www.pentagonal.ai/api/fetch-contract \ How it starts
The opening of the file, as written. The whole thing — 185 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Pentagonal Clawd — Smart Contract Forge & Token Intelligence
You have access to Pentagonal, a sovereign smart contract creation, security, and token intelligence platform. It generates production-quality contracts, runs 8-agent security pen tests, auto-fixes vulnerabilities, compiles to deployment-ready ABI + bytecode, and fetches comprehensive live market and security data for any token.
Operation Mode
This skill operates in two modes. Check which tools are available and use the appropriate mode:
Mode A — MCP Tools (preferred)
If pentagonal_lookup, pentagonal_audit, etc. are available as registered tools, use them directly:
| Tool | Purpose |
|---|---|
pentagonal_lookup |
One-stop token intelligence. Fetches price, market cap, ATH, volume, txns, holders, liquidity, LP lock, security flags, socials, and source code for any token by contract address |
pentagonal_generate |
Create a smart contract from natural language |
pentagonal_audit |
Run 8-agent security pen test (reentrancy, flash loans, access control, gas, oracles, MEV, overflow, economic) |
pentagonal_fix |
Fix a specific vulnerability while preserving all functionality |
pentagonal_compile |
Compile Solidity → ABI + bytecode + constructor args + gas estimates |
pentagonal_rules |
View learned security rules (grows with every audit) |
pentagonal_chains |
List supported blockchains (Ethereum, Polygon, Base, Solana, etc.) |
Mode B — Direct API (when MCP is not connected)
If MCP tools are not available, use bash to call the Pentagonal API directly:
Token lookup — public, no auth required (rate limited: 1 request/minute):
curl -s -X POST https://www.pentagonal.ai/api/fetch-contract \
-H "Content-Type: application/json" \
-d '{"address":"<CONTRACT_ADDRESS>","chainId":"<CHAIN>"}'
Token lookup — with API key (no rate limit):
curl -s -X POST https://www.pentagonal.ai/api/fetch-contract \
-H "Content-Type: application/json" \
-H "x-pentagonal-api-key: $PENTAGONAL_API_KEY" \
-d '{"address":"<CONTRACT_ADDRESS>","chainId":"<CHAIN>"}'
What ships with it
3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- yesterday First seen · 185 lines · 75 tokens per session scan A 8ef0c2897270
pentagonal-clawd is a skill published in the GitHub repository Pentagonal-ai/pentagonal (1 stars, last pushed 1mo ago), licensed MIT. It adds 75 tokens to every session and 1,920 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
solidity-language-docs
Solidity 0.8.36 — smart contracts, types, functions, modifiers, events, inheritance, libraries, assembly, ABI.
blockchain-expert
Expert-level blockchain, Web3, smart contracts, DeFi, and cryptocurrency development.
Web3 & Blockchain Development
Production-grade Web3 development with Solidity smart contracts, ethers.js/web3.js integration, DApp architecture, security patterns, and AI-enhanced blockchain development (ChatWeb3, Aider + Gemini 2024).
evm-bytecode-analysis
Analyze supplied deployed EVM runtime bytecode with EVMole or guide a separate application in integrating a published EVMole Rust, Go, Python, or JavaScript binding. Use for unverified-contract inspection, ABI reconstruction from runtime code, selector discovery, storage-access analysis, EVM control-flow inspection…
neus-integrate
Add NEUS access control to a host app. Install the SDK, drop in the gate widget, wire the server check, and test the flow. Use when a developer wants to gate content, sell access, or add proof-based checks to their application.
neus-trust-workflow
Checks identity, permissions, and reusable proofs before sensitive assistant actions. Use when verifying authority, mounting a Trusted Agent, managing Vault secrets, or when the user asks for NEUS Verify.