aiwg
Version:
Deployment tool and support utility for AI context. Copies agents, skills, commands, rules, and behaviors into the paths each AI platform reads (Claude Code, Codex, Copilot, Cursor, Warp, OpenClaw, and 6 more) so one source of truth works across 10 platfo
20 lines • 702 B
TypeScript
/**
* Marketplace Command Handler
*
* Implements `aiwg marketplace <subcommand>` for discovering and listing
* packages across all configured marketplace sources (local, ClawHub,
* OpenClaw, etc.).
*
* Subcommands:
* search <query> Fan-out search to all adapters, display with source attribution
* list List installed marketplace packages
*
* Flags:
* --source <id> Limit to a single adapter (e.g. clawhub, openclaw, local)
* --json Emit structured JSON for programmatic use
*
* @implements #805
*/
import type { CommandHandler } from './types.js';
export declare const marketplaceHandler: CommandHandler;
//# sourceMappingURL=marketplace.d.ts.map