Web3 Docs

v1.0.1

Up-to-date documentation and code patterns for Solidity, Foundry, Hardhat, Viem, Wagmi, ethers.js, and OpenZeppelin. Use when writing smart contracts, debugg...

0· 151·1 current·1 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description promise up-to-date Web3/EVM references and examples; included reference markdown files and a fetch-docs.js script match that purpose. There are no unrelated required binaries, env vars, or config paths.
Instruction Scope
SKILL.md confines runtime behavior to serving local reference files and optionally running scripts/fetch-docs.js to pull public docs from a fixed set of official URLs. The runtime instructions do not direct the agent to read arbitrary local files or to exfiltrate data. Note: the reference files include example configs that demonstrate storing RPC URLs and private keys in .env files (typical samples), but the skill does not require or automatically read those values.
Install Mechanism
No install spec is present (instruction-only), which is low-risk. The only code file is a small Node script that uses built-in http/https and does not download or install external packages or execute arbitrary remote archives.
Credentials
The skill declares no required environment variables or credentials (appropriate). However, many reference examples show use of common dev env vars (e.g., PRIVATE_KEY, DEPLOYER_PRIVATE_KEY, ETHERSCAN_API_KEY, RPC URLs). Those are sample usages for developers — the skill does not request or read them, but a novice might be prompted to paste secrets into example snippets, so caution is advised.
Persistence & Privilege
always is false, the skill is user-invocable and does not request persistent system privileges or change other skills' config. There is no automatic installation or persistent background component.
Assessment
This skill is internally consistent and low-risk: it bundles reference docs and a small Node script that fetches public documentation from known official sites. Before using it, remember: (1) the fetch script makes outbound HTTP(S) requests — ensure your agent environment is allowed to access those URLs and you are comfortable with network access, (2) the README/examples show .env/private-key usage for developer workflows — never paste real private keys or secrets into the skill input or shared prompts, and (3) because it’s instruction-only, nothing is installed automatically; running the fetch script will only print public docs. If you need extra assurance, inspect the included files (scripts/fetch-docs.js and the reference markdown) locally before invoking the skill.

Like a lobster shell, security has layers — review code before you run it.

latestvk978tt6gpw0c361dewb99scmq583hhfv

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments