Configure Postparams

v1.0.0

Configure PostParam (Post-Mint Parameter / PMP) values on Art Blocks tokens using artblocks-mcp. Use when a user wants to customize, update, or set on-chain...

0· 101·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 match the SKILL.md: all instructions and function names (discover_postparams, build_configure_postparams_transaction) are relevant to configuring PostParams on Art Blocks tokens. Nothing in the skill asks for unrelated services, binaries, or credentials.
Instruction Scope
Instructions are narrowly scoped to discovering params and building a configuration transaction. They do not reference reading local files, environment variables, or external endpoints outside the expected blockchain context. Note: the SKILL.md assumes the availability of artblocks-mcp functions and a signing/broadcast capability but does not specify signing/submission steps — this is reasonable for an instruction-only skill but means runtime signing must be provided by the agent or environment.
Install Mechanism
No install spec or code files are present (instruction-only). This lowers risk because nothing is written to disk by the skill itself. The skill does implicitly depend on artblocks-mcp being available at runtime, but it does not attempt to install arbitrary code.
Credentials
No environment variables, credentials, or config paths are requested. This is proportionate to the stated purpose. Practical use will require a wallet/signing mechanism to sign and submit transactions, but the skill does not request private keys or other secrets itself.
Persistence & Privilege
Skill is not always-enabled and does not request persistent or elevated platform privileges. It does not modify other skills or system config. Autonomous invocation is allowed by platform default but is not combined with additional risky privileges here.
Assessment
This skill appears coherent and narrowly focused: it tells the agent how to discover PostParams and build a configure transaction for Art Blocks tokens. Before using it, ensure the runtime environment provides a trusted signing mechanism (hardware wallet, secure signer service, or otherwise — do not paste private keys into an untrusted UI), and verify you have the correct chainId and tokenId. Because the skill is instruction-only and has no listed homepage/source, confirm the agent's implementation of artblocks-mcp and transaction submission is from a trusted package or code path. Test on a non-production/testnet token if possible to avoid accidental on-chain reverts or misconfiguration.

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

latestvk975wy994yrekqef3nv9ty0ee5837zq4

License

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

Comments