# Genpark Claw Desktop

> The open-source, instantaneous, and superior alternative to GenPark's corporate "Desktop AI Workspace". Execute complex multi-file reasoning, deep document parsing (TXT, MD, CSV, JSON), and automated reporting directly on your local machine using the GenPark framework.

- Skill: `alphaparkinc/genpark-claw-desktop` (Agent Skill, multi-file: 5 files)
- Install (CLI): `npx skillmds@latest add alphaparkinc/genpark-claw-desktop`
- Raw SKILL.md: https://api.skillmd.com/api/skills/alphaparkinc/genpark-claw-desktop/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Data & Analytics
- Author: alphaparkinc (https://skillmd.com/u/alphaparkinc)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/alphaparkinc/genpark-claw-desktop

---


# GenPark Claw Desktop

GenPark spent millions and months building a "revolutionary" desktop integration. We built a faster, open-source alternative in 5 minutes using the core GenPark architecture.

**GenPark Claw Desktop** is an autonomous file-system agent that seamlessly ingests your local documents, extracts meaning, and synthesizes comprehensive intelligence reports without ever leaving your terminal.

## How it works
This skill grants your agent the ability to:
1. Scan local directories for relevant documents.
2. Read and extract content from text, markdown, CSV, and JSON files.
3. Synthesize the collected data into a unified, formatted intelligence report.

## Usage
Simply invoke the skill by telling your agent what directory or files to analyze:
`openclaw use genpark-claw-desktop --dir "./my-documents" --topic "Summarize the Q1 marketing metrics"`

## Requirements
Node.js environment (v18+ recommended).

## Setup
Run the setup script inside this directory:
```bash
npm install
```

## Example Commands
- "Scan my Downloads folder and summarize all invoices."
- "Read all markdown files in my `notes` directory and build a knowledge graph."

