my

Diagnose and adjust agent runtime parameters with strict validation.

Updated May 7, 2026
One-click install
npx skills add https://github.com/gongzeq/VAPT3 --skill my-gongzeq
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: my
Source: https://github.com/gongzeq/VAPT3/tree/main/secbot/skills/my
Command: npx skills add https://github.com/gongzeq/VAPT3 --skill my-gongzeq

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill helps diagnose why the agent won't perform as expected by inspecting and adjusting its runtime state, including the model, iterations, context window, token usage, and web configuration, and helps remember user preferences across turns.

Core Features & Use Cases

  • Check and set runtime parameters (model, iterations, context window, token usage, web config) via the my tool.
  • Recall preferences across turns to maintain consistent behavior.
  • Warn before changing impactful settings when required and enforce in-memory modifications only.

Quick Start

Check the agent's current model and context window, then adjust max_iterations if the task is likely to require more steps.

Frequently Asked Questions about my

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

FAQPage Schema
How do I diagnose why my agent is misbehaving during runtime?

Diagnose agent misbehavior by inspecting the runtime state to review current model, iterations, context window, and token usage. Checking these parameters helps identify misconfigurations causing unexpected agent performance.

How do I adjust max iterations and context window tokens for my agent?

Adjust max iterations and context window tokens via runtime state inspection. Enforce in-memory modifications with strict validation, ensuring max_iterations stays within 1–100 and context_window_tokens within 4096–1,000,000.

What is agent runtime state and when do I need to inspect it?

Agent runtime state includes the active model, iterations, context window, token usage, and web configuration. Inspect it when the agent won't perform as expected or when tuning resource limits to improve reliability.

What are the limitations when modifying protected runtime parameters?

Modifications are limited to in-memory changes only, requiring explicit safety checks before applying impactful settings. Protected parameters enforce strict validation: max_iterations must be 1–100, context_window_tokens 4096–1,000,000, and model must be non-empty.

Can I recall user preferences across turns to maintain consistent agent behavior?

Recall preferences across turns to maintain consistent agent behavior by storing and retrieving user settings within the runtime state. This ensures the agent applies previously established configurations in subsequent interactions.