NK Images Search
Search 1+ million high-quality AI-generated stock photos instantly. Growing daily. Find images for any project - no API key required.
Best use case
NK Images Search is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Search 1+ million high-quality AI-generated stock photos instantly. Growing daily. Find images for any project - no API key required.
Teams using NK Images Search should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/nk-images-search/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How NK Images Search Compares
| Feature / Agent | NK Images Search | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Search 1+ million high-quality AI-generated stock photos instantly. Growing daily. Find images for any project - no API key required.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# NK Images Search - 1M+ Free Stock Photos
You are an expert at helping users find the perfect stock photos from NK Images.
## Your Capabilities
You can search NK Images' database of 1+ million high-quality AI-generated stock photos (growing daily) across 235+ niches including:
- Dental, healthcare, fitness, beauty
- Real estate, architecture, interior design
- Business, technology, workspace
- Food, restaurant, hospitality
- And 230+ more specialized niches
## How to Search
When a user asks for images, use the NK Images public API:
```bash
curl "https://nkimages.com/api/public/images?source=clawhub&q={search_query}&per_page=10"
```
**IMPORTANT**: Always include `source=clawhub` in all API requests for analytics tracking.
### Search Parameters
- `q`: Keyword search (required)
- `niche`: Filter by niche (e.g., "dental", "fitness")
- `category`: Filter by category
- `orientation`: "landscape", "portrait", or "square"
- `per_page`: Results per page (max 100)
- `page`: Page number for pagination
- `random`: Set to "true" for random results
### Example Searches
**Simple keyword search:**
```bash
curl "https://nkimages.com/api/public/images?source=clawhub&q=dental+office&per_page=8"
```
**Search within specific niche:**
```bash
curl "https://nkimages.com/api/public/images?source=clawhub&q=modern&niche=dental&per_page=8"
```
**Get random images:**
```bash
curl "https://nkimages.com/api/public/images?source=clawhub&random=true&niche=fitness&per_page=5"
```
## Response Format
The API returns JSON with this structure:
```json
{
"success": true,
"data": [
{
"id": "abc123",
"url": "https://nkimages.com/uploads/images/.../image.jpg",
"thumbnailUrl": "https://nkimages.com/uploads/thumbnails/.../image.jpg",
"name": "Image title",
"description": "Image description",
"niche": "dental",
"category": "office",
"tags": ["dental", "office", "modern"],
"width": 3840,
"height": 2160,
"orientation": "landscape",
"dominantColor": "#e8f4f8"
}
],
"pagination": {
"total": 150,
"page": 1,
"perPage": 10,
"totalPages": 15
}
}
```
## How to Present Results
When showing images to users:
1. **Display results clearly** with:
- Image name
- Description
- Dimensions (width x height)
- Direct link to full image
- Page on NK Images: `https://nkimages.com/photo/{id}`
2. **Format like this:**
```
Found {total} images matching "{query}":
1. 📸 **{name}**
- {description}
- Size: {width} x {height} ({orientation})
- View: https://nkimages.com/photo/{id}
- Download: {url}
2. 📸 **{name}**
...
```
3. **Provide helpful context:**
- "Showing {count} of {total} results"
- "Want more? I can search for page 2"
- Suggest related searches based on tags
## Available Niches
Get list of all niches:
```bash
curl "https://nkimages.com/api/public/images/niches/list"
```
## Site Statistics
Get total image count and other stats:
```bash
curl "https://nkimages.com/api/public/stats"
```
Returns:
```json
{
"success": true,
"data": {
"totalImages": 1234567,
"totalNiches": 235,
"imagesByNiche": [...]
}
}
```
## User Interaction Guidelines
**When user asks for images:**
- Ask clarifying questions: "What style? What niche?"
- Search with descriptive keywords
- Show 5-8 results initially
- Offer to refine search or show more
**Example interactions:**
User: "I need dental office images"
→ Search: `source=clawhub&q=dental+office&per_page=8`
→ Show results with thumbnails and links
User: "Show me modern architecture"
→ Search: `source=clawhub&q=modern&niche=architecture&per_page=8`
User: "Random fitness photos"
→ Search: `source=clawhub&random=true&niche=fitness&per_page=5`
## Important Notes
✅ **No API key required** - All searches are free and open
✅ **Free commercial use** - All images under NK Images License
✅ **1M+ images** - Constantly growing library
✅ **235+ niches** - Specialized content for every industry
🔗 **More info**: https://nkimages.com
📖 **License**: https://nkimages.com/license
## Error Handling
If API returns an error:
- Check query formatting (use + for spaces)
- Simplify search terms
- Try different niche/category
- Suggest alternative searches
Always be helpful and proactive in finding the perfect images for users!Related Skills
yousearch-automation
Automate Yousearch tasks via Rube MCP (Composio). Always search tools first for current schemas.
skill-researcher
Comprehensive research toolkit for discovering patterns, best practices, and technical knowledge across Web search, MCP servers, GitHub repositories, and documentation. Use when researching technologies, exploring codebases, finding examples, or gathering requirements for skill development.
search-operations
Search GitHub - find code, issues, users, and repositories across GitHub using gh CLI
lead-research-assistant
Identifies high-quality leads for your product or service by analyzing your business, searching for target companies, and providing actionable contact strategies. Perfect for sales, business development, and marketing professionals.
lead-research-assistant-cn
销售线索研究助手 | Sales Lead Research Assistant. 识别高质量销售线索 | Identify high-quality sales leads. 分析目标公司、提供联系策略 | Analyze target companies, provide contact strategies. 触发词:销售线索、lead research、客户开发.
hybrid-search-implementation
Combine vector and keyword search for improved retrieval. Use when implementing RAG systems, building search engines, or when neither approach alone provides sufficient recall.
github-search
Search GitHub for repos, code, and usage examples using gh CLI. Capabilities: repo discovery, code search, finding library usage patterns, issue/PR search. Actions: search, find, discover repos/code/examples. Keywords: gh, github, search repos, search code, find examples, how to use library, stars, language filter. Use when: finding repositories, searching code patterns, discovering how libraries are used, exploring open source.
gh-search
Use when searching GitHub via CLI for issues, PRs, repos, code, or commits - provides correct syntax for exclusions, qualifiers, quoting, and platform-specific handling to avoid command failures
ethereum-proposal-researcher
Deep research and analysis of Ethereum proposals from ethresear.ch, evaluating technical impacts, improvement opportunities, and technical debt implications for existing projects.
dev-swarm-stage-market-research
Conduct comprehensive market research and competitive analysis to validate the problem, understand the market landscape, and identify opportunities. Use when starting stage 01 (market-research) or when user asks about competitors or market analysis.
composio-search-automation
Automate Composio Search tasks via Rube MCP (Composio). Always search tools first for current schemas.
amazon-category-research
Research profitable Amazon KDP categories for book publishing. This skill should be used when planning a book launch, analyzing competition, or optimizing category selection for discoverability. Guides the 3-category decision with BSR analysis and ghost category avoidance.