modify-agent

Modify agent configuration, MCP servers, models, and deployment settings.

Updated Mar 17, 2026
One-click install
npx skills add https://github.com/AshDax/sec_scrapper_agent --skill modify-agent-ashdax
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: modify-agent
Source: https://github.com/AshDax/sec_scrapper_agent/tree/main/agent-openai-agents-sdk/.claude/skills/modify-agent
Command: npx skills add https://github.com/AshDax/sec_scrapper_agent --skill modify-agent-ashdax

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamlines and standardizes changes to the agent's configuration, tools, and deployment setup to accelerate iteration and reduce drift.

Core Features & Use Cases

  • Update agent instructions and behavior safely
  • Add or modify MCP servers to extend functionality
  • Change the underlying model and related deployment settings

Quick Start

Edit agent.py to adjust agent behavior, add MCP servers, and swap the model as needed.

Frequently Asked Questions about modify-agent

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

FAQPage Schema
How do I change the model or instructions in my agent configuration?

To change your agent configuration, edit agent.py to update instructions and swap the underlying model. This standardizes deployment setup and reduces configuration drift during iteration.

How do I add MCP servers to extend agent functionality?

To add MCP servers and extend functionality, wire the new server connections directly within agent.py. This allows you to integrate additional tools and modify the agent's capabilities safely.

What is the best way to adjust agent behavior during development?

Adjusting agent behavior is best done by editing agent.py to tweak instructions and model settings. This streamlines updates and prevents configuration drift across iterations.

Does updating agent deployment settings require changing agent.py?

Yes, updating deployment settings requires adjusting agent.py to switch the model and wire new MCP servers. This centralizes configuration changes for safer, standardized deployment.

Can I update agent tools and configuration without causing drift?

You can update agent tools without drift by editing agent.py to safely modify instructions, add MCP servers, and change deployment settings, standardizing the iteration process.