with one click
beta-activate
Activate a beta feature using an activation code
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Activate a beta feature using an activation code
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Extract and track commitments from meeting notes - who promised what to whom, with deadlines and status tracking.
Route tasks to Pi for comparison testing. Toggle Pi mode or run specific commands through Pi.
View and manage Pi-built extensions synced to Amp. Shows available tools, commands, and sync status.
Review proposed actions surfaced by the B-1 Activation Engine. Gathers recent signals, extracts candidates, ranks them, drafts artifacts, and captures the user's response per offer. Standalone — does not modify /daily-plan.
Configure AI model options - budget cloud models (save 80%+) and offline mode (use Amp without internet)
Check your AI model configuration - see what's set up, current model, credits remaining
| name | beta-activate |
| description | Activate a beta feature using an activation code |
Activate early access to new Amp features using an activation code.
/beta-activate [CODE]
Or just /beta-activate and provide the code when prompted.
If no code was provided with the command, ask:
What's your beta activation code?
> Enter your code (e.g., PILAUNCH2026)
Call the beta MCP to validate:
validate_beta_code(code="[USER_CODE]")
If invalid:
That code doesn't match any active beta features.
- Double-check for typos (codes are case-sensitive)
- Make sure you're using a current, unexpired code
- Contact support if you believe this is an error
If valid but already activated:
You've already activated [Feature Name]!
Run `/beta-status` to see your active betas, or `/pi` (example) to use the feature.
If valid and not yet activated:
activate_beta_feature(code="[USER_CODE]")
Display activation confirmation:
# Welcome to [Feature Name] Beta!
**Version:** [version]
**Activated:** [timestamp]
## What You Can Do Now
[List capabilities from the feature config]
## Getting Started
[Read and display the instructions file content]
---
Have questions or feedback? Run `/beta-feedback [feature]` anytime.
Call:
get_beta_instructions(feature="[feature_key]")
If instructions exist, display them as part of the welcome message.
User: /beta-activate PILAUNCH2026
# Welcome to Pi Integration Beta!
**Version:** 0.1.0
**Activated:** 2026-02-03 14:32
## What You Can Do Now
- Delegate complex coding tasks to Pi
- Review Pi's work before applying
- Communicate via MCP bridge
## Getting Started
1. Ensure Pi is installed and running
2. Configure the MCP bridge (see System/Beta/pi/README.md)
3. Try your first delegation: "Hey Pi, create a new MCP server for..."
---
Have questions or feedback? Run `/beta-feedback pi` anytime.
User: /beta-activate
What's your beta activation code?
User: WRONGCODE
That code doesn't match any active beta features.
- Double-check for typos (codes are case-sensitive)
- Make sure you're using a current, unexpired code
- Contact support if you believe this is an error
If System/beta-features.yaml doesn't exist:
The beta features system isn't configured yet.
This is a system setup issue. Contact support for assistance.
If System/user-profile.yaml doesn't exist:
You need to complete onboarding before activating beta features.
Run `/setup` to get started with Amp.
Analytics (Silent):
Call track_event with event_name beta_feature_activated and properties:
featureThis only fires if the user has opted into analytics. No action needed if it returns "analytics_disabled".
System/user-profile.yaml