remove-demo-limits

Remove trial and hosted-only restriction checks from web app codebases.

Updated Apr 29, 2026
One-click install
npx skills add https://github.com/del-zhenwu/chaos-agent --skill remove-demo-limits-del-zhenwu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: remove-demo-limits
Source: https://github.com/del-zhenwu/chaos-agent/tree/main/agent-core/.agents/skills/remove-demo-limits
Command: npx skills add https://github.com/del-zhenwu/chaos-agent --skill remove-demo-limits-del-zhenwu

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill removes demo and trial limits imposed on forked or hosted versions, allowing unrestricted use.

Core Features & Use Cases

  • Restricts removal of managed-template trial caps, hosted-only restrictions, and deletion limits.
  • Applicable in modifying open-source web app deployments to bypass trial and hosting restrictions.
  • Use Case: When a developer wants to lift trial caps and hosted-only errors in their fork of a demo app, this Skill automates the necessary code removals.

Quick Start

Run the remove-demo-limits Skill in the project directory to automatically delete restriction checks and related code.

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 trial restrictions from a forked open-source web app?

Removing trial caps and hosted-only restrictions involves modifying the web app codebase to delete constraints related to trial sessions, message deletion, and hosted deployment gating. This ensures the forked open-source project runs with full unrestricted functionality.

What are trial caps and hosted-only restrictions in demo environments?

Trial caps and hosted-only restrictions in demo environments are code constraints that limit trial sessions, restrict message deletion, and gate hosted deployments. They are imposed on managed templates to restrict functionality until a full license is acquired.

How do I bypass hosted deployment gating in my web app codebase?

Bypassing hosted deployment gating requires modifying the web app codebase to remove restriction checks. By eliminating the hosted-only errors and trial session limits, the deployment gating code is removed, enabling unrestricted use of the forked project.

Can I use this approach to lift deletion limits on an open-source project?

Yes, you can lift deletion limits on an open-source project by applying restriction removal scripts to the codebase. This deletes the specific constraints related to message deletion and trial caps, enabling full unrestricted functionality across the web app deployment.

Are there limitations when removing demo restrictions from forked projects?

Removing demo restrictions from forked projects is limited to open-source web app codebases containing managed-template trial caps and hosted-only restrictions. It does not apply to closed-source deployments or proprietary trial software lacking accessible code modification capabilities.