AI Skill
Let an AI agent safely select and run ClearCrowds image workflows.
The ClearCrowds Skill teaches a supported Agent how to discover workflows, ask only for missing inputs, use the CLI or MCP server, wait for completion, and return the local result path with the actual credit charge.
What you can ask
Use ClearCrowds to remove the people from ./trip.jpg and save the result to ./trip-clean.jpg.The Agent can edit user-selected local images, update recognized text, numbers, and dates, erase a selected area, resize an image, and report job and credit status.
Private Beta installation
The CLI and distributable Skill live in the private clearcrowds-agent-tools repository, separate from the closed-source ClearCrowds product. Approved testers can install both with GitHub CLI:
gh auth login
gh repo clone georgezouq/clearcrowds-agent-tools ~/.clearcrowds/agent-tools
npm install --global ~/.clearcrowds/agent-tools
clearcrowds setup --agent codexUse claude-code instead of codex for Claude Code. The page opened by setup is the only place where a user approves a Project and scopes. The Agent and Skill must never contain or print a key.
Not publicly installable
Repository access is required. There is no supported public npm, npx, Skills.sh, or marketplace installation yet.
