Paperclip CLI — orchestrate AI agent teams to run a business
Shared utilities for Paperclip adapters: process spawning, environment injection, sandbox/SSH transport, workspace sync, and the round-trip helpers that move code between the local execution-workspace cwd and wherever the agent actually runs.
Paperclip adapter for Hermes Agent — run Hermes as a managed employee in a Paperclip company
Paperclip plugin for synchronizing GitHub issues into Paperclip projects.
Modal sandbox provider plugin for Paperclip environments
Scaffolding tool for creating new Paperclip plugins.
Modal sandbox provider plugin for Paperclip environments
Babysitter orchestration plugin for Paperclip AI
Stable public API for Paperclip plugins — worker-side context and UI bridge hooks
Scaffolding tool for creating new Paperclip plugins.
Paperclip CN CLI — orchestrate AI agent teams to run a business
Strategic consultant for AI company lifecycle — diagnose, found, revive, reposition
Easily handle defaults for your options
Model Context Protocol server for Paperclip.
Shared utilities for Paperclip adapters: process spawning, environment injection, sandbox/SSH transport, workspace sync, and the round-trip helpers that move code between the local execution-workspace cwd and wherever the agent actually runs.
Stable public API for Paperclip plugins — worker-side context and UI bridge hooks
E2B sandbox provider plugin for Paperclip environments
Paperclip plugin for GitHub platform — repo sync, PR review, issue triage, CI/CD monitoring, engineering metrics, standup reports, knowledge graphs, and decision logs
Local Ollama adapter for Paperclip.
Cloudflare sandbox provider plugin for Paperclip environments
A Paperclip plugin for browsing files in the default workspace
Full workspace file browser for Paperclip project workspaces.
Model Context Protocol server for Paperclip.
gRPC utility library for loading .proto files
Configurable application wide defaults for Paperclip
Hight end SVG conversion suite for Paperclip. Default PaperClip SVG conversion is awful. Using Phantom SVG we can cross-convert between SVG and PNG with cleaner results and animation support.
Retina Rails makes your application use high-resolution images by default. It automatically optimizes uploaded images (CarrierWave or Paperclip) for retina displays by making them twice the size and reducing the quality.
A wrapper of the paperclip attachment handler that uses sane defaults to optimally compress attached images using imagemagick utility functions.
Shoelaces is a base Rails project that you can upgrade. It has been forked from thoughtbot's Suspenders. Use Shoelaces if you love Suspenders but want to use bootstrap instead of bourbon. Modified to use bootstrap instead of bourbon. Changes from Suspenders: - added bootstrap - added guard - added default layout - added simple form installation (w/ bootstrap) - added pow to setup script - added custom port configuration (use Sholeaces [app name] -P [port number]) - added paperclip - removed shared javascripts - removed bourbon, bitters, and neat - removed flutie
Paperclip is intended as an easy file attachment library for ActiveRecord. The intent behind it was to keep setup as easy as possible and to treat files as much like other attributes as possible. This means they aren't saved to their final locations on disk, nor are they deleted if set to nil, until ActiveRecord::Base#save is called. It manages validations based on size and presence, if required. It can transform its assigned image into thumbnails if needed, and the prerequisites are as simple as installing ImageMagick (which, for most modern Unix-based systems, is as easy as installing the right packages). Attached files are saved to the filesystem and referenced in the browser by an easily understandable specification, which has sensible and useful defaults.