← Back to Skills Marketplace
koba42corp

Wojak.ink - NFT Browser

by Koba42Corp · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
1675
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install wojak-ink
Description
Browse, search, analyze, and track Wojak Farmers Plot NFTs—view floor prices, rarity, price trends, traits, listings, and deal opportunities on the Chia bloc...
Usage Guidance
This skill appears to be what it says: an NFT browser/analytics tool that calls public MintGarden and Dexie APIs, loads images from an IPFS gateway, and stores price/sales history as JSON files in its own data/ folder. Before installing: 1) review package.json and any npm scripts (postinstall) to ensure no unexpected install-time actions; 2) be aware npm install will fetch dependencies from the public registry and could add executables to node_modules/.bin; 3) the skill writes price_history.json and sales.json under the skill directory — if you want to limit exposure, run it in a sandbox or container or change the data path; 4) the rarity estimation uses approximations and randomness until full metadata is scraped, so treat rarity scores as estimates; 5) if you see future updates that add a 'scrape full collection metadata' feature, review that change carefully because web scraping or broad crawling can increase network usage and scope. Overall the package is internally consistent and does not ask for secrets or unrelated access.
Capability Analysis
Type: OpenClaw Skill Name: wojak-ink Version: 1.0.0 The OpenClaw skill 'wojak-ink' is designed to browse, search, and analyze Wojak Farmers Plot NFTs. All code, documentation, and dependencies (node-fetch) are aligned with this stated purpose. The skill accesses public NFT APIs (api.mintgarden.io, api.dexie.space/v1) and stores historical data locally within its own directory (`data/price_history.json`, `data/sales.json`) using standard Node.js file system operations. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, prompt injection attempts against the AI agent, or obfuscation. The `SKILL.md` provides clear instructions for the agent to interact with the skill's `handleCommand` function, without any manipulative directives.
Capability Assessment
Purpose & Capability
The files (api client, rarity, history, traits, format, CLI) implement the documented NFT browsing, rarity estimation, listing queries, and local history features. Required capabilities (network access to MintGarden/Dexie, IPFS) match the stated purpose; no unrelated credentials or services are requested.
Instruction Scope
SKILL.md and cli.js instruct use of npm install, running the CLI and periodic 'track' runs. At runtime the code only performs network calls to MintGarden and Dexie, reads/writes JSON under the skill's data directory, and formats output. The docs mention a future 'collection scrape' to unlock full trait data — that would broaden scope if implemented, but current code uses only public APIs and local storage.
Install Mechanism
The registry provides no automated install spec; SKILL.md tells users to run 'npm install' and 'npm link'. That is a normal install path but means npm will fetch dependencies from the registry and could run package scripts. Users should inspect package.json and node_modules (postinstall scripts) before running. No remote download-from-arbitrary-URL install is present.
Credentials
The skill requests no environment variables, no credentials, and no system config paths. It only needs network access to public APIs and permission to create a data/ directory under the skill folder for JSON persistence — which is proportionate to its claim of local price history storage.
Persistence & Privilege
The skill persists data only to its own data directory (~/clawd/skills/wojak-ink/data by docs) and does not modify other skills or system-wide configs. always is false and the skill does not request elevated privileges. Autonomous invocation is allowed by default but not combined with any broad credential access.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install wojak-ink
  3. After installation, invoke the skill by name or use /wojak-ink
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: Floor price tracking, NFT search, marketplace listings, character types, collection stats, caching
Metadata
Slug wojak-ink
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Wojak.ink - NFT Browser?

Browse, search, analyze, and track Wojak Farmers Plot NFTs—view floor prices, rarity, price trends, traits, listings, and deal opportunities on the Chia bloc... It is an AI Agent Skill for Claude Code / OpenClaw, with 1675 downloads so far.

How do I install Wojak.ink - NFT Browser?

Run "/install wojak-ink" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Wojak.ink - NFT Browser free?

Yes, Wojak.ink - NFT Browser is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Wojak.ink - NFT Browser support?

Wojak.ink - NFT Browser is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Wojak.ink - NFT Browser?

It is built and maintained by Koba42Corp (@koba42corp); the current version is v1.0.0.

💬 Comments