Slopcamera

Slopcamera documentation

Learn, use, and extend Slopcamera: tutorials, task guides, reference, and explanation for agent-driven visual work.

Slopcamera is a local visual studio for coding agents. It retains editable sources, renders local or generated media, and assembles everything into inspectable projects on your machine. These pages describe Slopcamera from current source.

Install the verified v3.2.6 release, or build from source for the complete capability set:

bun add --global https://github.com/hraness/slopcamera/releases/download/v3.2.6/hraness-slopcamera-3.2.6.tgz

Then give your coding agent the matching guidance:

slopcamera skill install --target agents
# For Claude Code:
slopcamera skill install --target claude

Learn by making something

Set up your coding agent

  • Claude Code: install the release and the Agent Skill so Claude Code can create visual media.
  • Codex: install the release and the Agent Skill inside a repository.
  • MCP clients: expose the fixed diagram and image toolset to Cursor, Claude Desktop, and other MCP-capable clients.
  • Other agents: the portable skill target and plain CLI access.

Complete a task

Look up a contract

Understand the design

Every page is also available as Markdown: request any page with Accept: text/markdown or append .md to its path.