remove-demo-limits

Analyze and update Cylinder code to remove demo and trial restrictions.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/pedestal-ai/cylinder --skill remove-demo-limits-pedestal-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: remove-demo-limits
Source: https://github.com/pedestal-ai/cylinder/tree/main/.agents/skills/remove-demo-limits
Command: npx skills add https://github.com/pedestal-ai/cylinder --skill remove-demo-limits-pedestal-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill enables maintainers to remove demo restrictions from Cylinder forks, allowing them to operate as fully self-hosted deployments without trial caps or hosted-only limitations.

Core Features & Use Cases

  • Restrict Removal: Identifies and removes trial session caps, message caps, hosted-only restriction errors, and deletion restrictions.
  • Code Inspection: Reads and modifies specific files related to trial and restriction logic within the web app codebase.
  • Use Case: When a maintainer plans to deploy Cylinder as a fully independent server, this Skill ensures all demo and trial restrictions are eliminated for unrestricted operation.

Quick Start

Read and modify the code in the repository to remove demo restrictions from the Cylinder web application.

Frequently Asked Questions about remove-demo-limits

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I remove demo restrictions from a Cylinder fork for self-hosted deployment?

Removing demo restrictions from a Cylinder fork involves analyzing the web app codebase to identify and modify specific trial logic checks. This eliminates trial session caps, message limits, and hosted-only restriction errors for full self-hosted operation.

What trial limitations does Cylinder have that need restriction removal?

Cylinder imposes trial session caps, message caps, hosted-only restriction errors, and deletion restrictions. These demo limitations gate features and must be targeted in the source files to enable unrestricted self-hosted functionality.

Can I deploy Cylinder as a fully independent server without trial caps?

Yes, you can deploy Cylinder as a fully independent server without trial caps. The process requires inspecting and modifying specific files related to trial and restriction logic to eliminate demo limits and restore unrestricted operation for self-hosting.

How do I modify Cylinder source files to eliminate hosted-only restriction errors?

You eliminate hosted-only restriction errors by inspecting the Cylinder web application codebase to locate restriction checks. You then modify these specific source files to remove the hosted-only limitations and restore full feature access.

What are the limitations of removing demo restrictions from Cylinder forks manually?

The primary limitation is the need to accurately identify all restriction checks across source files and documentation. Missing trial caps, message limits, or deletion restrictions can result in incomplete removal and persistent gated features.