Home / Developers / Docs
zknowai.com/open/agent-skill-api/

Documentation

Agent Skill API Reference

Complete command, parameter, and return value definitions for deep integration.

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.