remove-demo-limits

Remove Open Harness hosted demo restrictions from a fork.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Removes Open Harness hosted demo restrictions from a fork. Use when a maintainer wants to remove managed-template trial caps, hosted deployment gating, or "deploy your own" limits. Triggers on "remove demo limits", "remove trial limits", "remove hosted restrictions", "open this up for my fork", "remove managed template restrictions".

Core Features & Use Cases

  • Remove the guards that block session creation, chat messages, or message deletion for managed-template users.
  • Remove or relax hosted deployment restrictions to allow forks to deploy and test freely.
  • Update tests and related code paths to reflect the removal of caps and gating, keeping unrelated auth and sandbox behavior intact.

Quick Start

Edit the identified restriction code and run the project's test suite 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 hosted demo limits from an Open Harness fork?

Remove hosted demo limits from an Open Harness fork by editing the restriction code that caps managed-template trial sessions, chat messages, and deployments. Run the existing test suite to verify the gating is fully eliminated.

What are managed-template trial caps and how do they affect session creation?

Managed-template trial caps are hosted demo restrictions that block session creation, chat messages, and message deletion for trial users on a fork. Removing this gating allows a fork to operate as a normal self-hosted deployment.

Can I lift hosted deployment restrictions without adding new dependencies or flags?

You can lift hosted deployment restrictions without adding new dependencies or flags by directly editing the identified restriction code paths. The existing test suite and bun CI process verify the changes without requiring extra configuration.

Does removing demo limits affect existing auth and sandbox behavior?

Removing demo limits does not affect unrelated auth and sandbox behavior, as the process only targets managed-template trial caps and gating. Tests and related code paths are updated specifically to keep unrelated restrictions intact.

What's the best way to verify a fork after removing managed template restrictions?

The best way to verify a fork after removing managed template restrictions is to run the project's existing test suite through the bun CI process. This confirms that session creation and chat message gating are successfully lifted.

When should I not remove hosted restrictions from my fork?

You should not remove hosted restrictions if your fork still relies on the Open Harness managed-template trial environment. This process is designed strictly for forks aiming for a normal, unrestricted self-hosted deployment.