Home / Developers / Docs
zknowai.com/open/picpeek-skill-guide/

Documentation

PicPeek Agent Skill Integration Guide

Installation, configuration, usage examples, and FAQ for agent runtime developers.

This is placeholder documentation. The full integration guide will include complete steps, code examples, and troubleshooting.

Quick Start

Placeholder: How to install and configure Agent Skill.

# Placeholder code example
npm install @zknowai/picpeek-agent-skill

Basic Usage

Placeholder: How to call basic commands.

// Placeholder code example
const picpeek = require('picpeek-agent-skill');
picpeek.openFolder('/path/to/images');

FAQ

Placeholder: Common issues and solutions during integration.