remove-demo-limits

Remove hosted demo guards and trial restrictions from Open Agents forks.

5.8k|755|Updated Dec 26, 2025
One-click install
npx skills add https://github.com/vercel-labs/open-agents --skill remove-demo-limits-vercel-labs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: remove-demo-limits
Source: https://github.com/vercel-labs/open-agents/tree/main/.agents/skills/remove-demo-limits
Command: npx skills add https://github.com/vercel-labs/open-agents --skill remove-demo-limits-vercel-labs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Maintainers often encounter hosted demo caps, gated deployments, and deploy-your-own restrictions when forking or customizing the Open Agents project. This skill provides the targeted changes needed to remove those limitations from a fork so teams can experiment without artificial constraints.

Core Features & Use Cases

  • Remove session, chat, and deployment guards that block non-hosted or non-Vercel usage.
  • Update authentication gating to stop blocking non-Vercode emails on hosted deployments.
  • Clean up legacy trial code paths (e.g., managed-template trial) and align tests with a fully open deployment.

Quick Start

Remove the hosted-demo restrictions across all guarded paths and run the unit tests to verify.

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 limits from a forked Open Agents project?

To remove demo limits from a fork, apply targeted changes to strip hosted deployment gates, authentication restrictions, and trial code paths without introducing new feature flags. This unlocks normal deployment functionality across the fork.

What are hosted deployment gates and how do they restrict forked projects?

Hosted deployment gates are session, chat, and deployment guards that block non-hosted or non-Vercel usage in forked projects. They restrict usage by enforcing trial caps and preventing non-Vercel email authentication on hosted deployments.

How do I update authentication gating to stop blocking non-Vercel emails?

Updating authentication gating involves modifying email validation logic to allow non-Vercel email addresses on hosted deployments. This lifts the artificial restrictions placed on forked versions of the Open Agents project.

Can I clean up legacy trial code paths without introducing new feature flags?

Yes, you can clean up legacy trial code paths like managed-template trials without introducing new feature flags. This involves removing the guards and aligning tests directly with a fully open deployment configuration.

Does removing demo caps affect unit tests in the fork?

Removing demo caps requires aligning unit tests with the fully open deployment configuration. You must run the unit tests after removing the hosted-demo restrictions across all guarded paths to verify the cleanup.