Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计通过

wojak-ink沃加克墨水

Agent Skill

wojak-ink 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

52,144

周安装

2,217

GitHub Stars

1

下载量

18,268
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:wojak-ink(沃加克墨水)
来源仓库:https://github.com/koba42corp/wojak-ink
安装命令:
openclaw skills install wojak-ink
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install wojak-ink

简介

wojak-ink 追踪 Wojak Farmers Plot NFT 市场动态与稀有度分布。

  • 适用于 Chia 区块交易分析、价格趋势预测与投资决策参考。
  • 提供底价查询、特征识别与挂单机会扫描等实用工具。
  • 安装命令为 openclaw skills install wojak-ink,依赖区块链浏览器接口。
  • 使用前应核实数据来源准确性,警惕市场波动带来的误判风险。

SKILL.md

Wojak.ink Skill

Browse, search, and analyze Wojak Farmers Plot NFTs from the wojak.ink collection.

What It Does

Basic Features:

  • Search NFTs by ID, name, or traits
  • View floor prices by character type
  • Browse marketplace listings from Dexie
  • Look up individual NFT details
  • Track collection statistics

Advanced Features:

  • 🎯 Rarity estimation & scoring
  • 📊 Price history tracking & trends
  • 🎨 Trait analysis & distribution
  • 💎 Deal finder (underpriced NFTs)
  • 📈 Market statistics & analytics
  • 🔔 Historical data storage

Collection Info

Wojak Farmers Plot

  • Total: 4,200 NFTs on Chia blockchain
  • 14 character types (Wojak, Soyjak, Waifu, Baddie, and variants)
  • Collection ID: col10hfq4hml2z0z0wutu3a9hvt60qy9fcq4k4dznsfncey4lu6kpt3su7u9ah
  • Website: https://wojak.ink

Commands

All commands can be triggered via:

  • /wojak <command> in Telegram
  • wojak <command> in CLI

Basic Commands

Floor Prices

/wojak floor                    # Collection floor price
/wojak floor wojak              # Wojak character floor
/wojak floor soyjak             # Soyjak character floor
/wojak floor papa-tang          # Papa Tang floor

Search

/wojak search "king"            # Search NFTs by trait/name
/wojak search 42                # Find NFT #42 specifically
/wojak search "bepe"            # Find all Bepe variants

Listings

/wojak listings                 # Show all current listings
/wojak listings wojak           # Show Wojak listings only
/wojak listings alien-waifu     # Show Alien Waifu listings

NFT Lookup

/wojak nft 1                    # Info about NFT #0001
/wojak nft 4200                 # Info about NFT #4200

Collection Stats

/wojak stats                    # Collection-wide statistics
/wojak characters               # List all character types

Advanced Features

Rarity Analysis

/wojak rarity 1                 # Estimate rarity for NFT #0001
/wojak rarity 4200              # Check rarity for NFT #4200

Provides:

  • Estimated rarity score
  • Rarity tier (Common → Legendary)
  • Approximate rank within collection
  • Character type information

Price History & Trends

/wojak history recent           # Last 10 sales
/wojak history trend 24         # 24-hour price trend
/wojak history stats 168        # 7-day price statistics
/wojak track                    # Record current floor price
/wojak track wojak              # Track Wojak floor price

Features:

  • Sales history tracking
  • Price trend detection (rising/falling/stable)
  • Statistical analysis (min/max/avg/change%)
  • Automated data storage

Trait Analysis

/wojak traits                   # List trait categories
/wojak traits Head              # Head trait distribution
/wojak traits Background        # Background trait distribution

Analyze:

  • Trait categories (Base, Face, Clothes, etc.)
  • Trait rarity percentages
  • Trait combinations
  • Naked floor prices per trait

Deal Finder

/wojak deals                    # Find 10%+ discounts
/wojak deals 20                 # Find 20%+ discounts
/wojak deals 5                  # Find 5%+ discounts

Automatically:

  • Calculates average listing price
  • Finds NFTs below threshold
  • Sorts by best deals first
  • Shows savings percentage

Character Types

The collection has 14 character types:

CharacterCountID Range
Wojak800#0001-#0800
Soyjak700#0801-#1500
Waifu500#1501-#2000
Baddie500#2001-#2500
Papa Tang100#2501-#2600
Monkey Zoo300#2601-#2900
Bepe Wojak200#2901-#3100
Bepe Soyjak200#3101-#3300
Bepe Waifu200#3301-#3500
Bepe Baddie200#3501-#3700
Alien Wojak150#3701-#3850
Alien Soyjak150#3851-#4000
Alien Waifu100#4001-#4100
Alien Baddie100#4101-#4200

Agent Usage

When users ask about Wojak NFTs, the collection, or marketplace data:

const { handleCommand } = require('./skills/wojak-ink');

// Natural language → formatted response
const output = await handleCommand(['floor', 'wojak']);

The skill handles:

  • Command parsing and normalization
  • API calls to MintGarden and Dexie
  • Data caching (5-minute TTL)
  • Formatted text output (CLI/Telegram friendly)

API Clients

The skill uses two main APIs:

MintGarden API

  • NFT metadata and collection stats
  • Base: https://api.mintgarden.io
  • No API key required

Dexie API

  • Marketplace offers and listings
  • Base: https://api.dexie.space/v1
  • No API key required

Installation

cd ~/clawd/skills/wojak-ink
npm install
chmod +x cli.js
npm link  # Makes 'wojak' command global

Output Format

All commands return plain text suitable for:

  • Terminal output (CLI)
  • Telegram messages
  • Discord messages
  • WhatsApp messages

No markdown tables (for WhatsApp compatibility).

Caching

  • Listings cache: 5 minutes
  • Prevents excessive API calls
  • Force refresh available via code

Examples

Find cheapest Wojak:

wojak floor wojak

Search for specific NFT:

wojak nft 1337

See all Papa Tang listings:

wojak listings papa-tang

Search by trait:

wojak search "king crown"

Implemented Features

✅ Rarity score estimation ✅ Price history tracking ✅ Trait analysis framework ✅ Deal finder ✅ Market trend detection ✅ Historical data storage

Future Enhancements

Potential additions:

  • Full trait data integration (requires collection scrape)
  • Wallet portfolio lookup
  • Real-time sales notifications
  • Price alerts via Telegram
  • Advanced rarity ranking with full metadata
  • Trait combination rarity scoring
  • Cross-collection comparisons

Tips

  • Character type names are case-insensitive
  • NFT IDs can be searched with or without padding
  • Search supports partial matches
  • Listings update every 5 minutes automatically

Support

  • Collection: https://wojak.ink
  • MintGarden: https://mintgarden.io
  • Dexie: https://dexie.space
  • Bug reports: File in skill repository

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

78.16%
按下载量换算14,278

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

未展示

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills