← 返回 Skills 市场
Wojak.ink - NFT Browser
作者
Koba42Corp
· GitHub ↗
· v1.0.0
1675
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install wojak-ink
功能描述
Browse, search, analyze, and track Wojak Farmers Plot NFTs—view floor prices, rarity, price trends, traits, listings, and deal opportunities on the Chia bloc...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install wojak-ink - 安装完成后,直接呼叫该 Skill 的名称或使用
/wojak-ink触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Floor price tracking, NFT search, marketplace listings, character types, collection stats, caching
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1675 次。
如何安装 Wojak.ink - NFT Browser?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install wojak-ink」即可一键安装,无需额外配置。
Wojak.ink - NFT Browser 是免费的吗?
是的,Wojak.ink - NFT Browser 完全免费(开源免费),可自由下载、安装和使用。
Wojak.ink - NFT Browser 支持哪些平台?
Wojak.ink - NFT Browser 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Wojak.ink - NFT Browser?
由 Koba42Corp(@koba42corp)开发并维护,当前版本 v1.0.0。
推荐 Skills