Claude Code Plugins

Community-maintained marketplace

Feedback

Local cloud server providing API access to skills and files for Claude.ai

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name ai-factory-server
description Local cloud server providing API access to skills and files for Claude.ai
version 1.0.0

AI Factory Server

Provides HTTP API access to your local file system, enabling Claude.ai to:

  • Browse and read skills
  • Access project files
  • Execute read-only commands
  • Save context data

Architecture

Express server (localhost:3456) → Tunnelmole → Claude.ai (web_fetch)

Security

  • Auth token required (Bearer token)
  • Path restrictions (only .claude-skills, .ai-factory, projects)
  • Read-only by default
  • Write only to .ai-factory directory
  • Command whitelist for execution

API Endpoints

See reference/api-docs.md for complete API documentation.

Usage

Managed via ai-factory-tunnel skill:

ai-factory-tunnel start
ai-factory-tunnel status
ai-factory-tunnel stop

Requirements

  • Node.js (v16+)
  • npm or npx