Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add agents/steppied/agents.v1/hostinger-ssh-managergit clone --depth 1 https://github.com/SteppieD/agents.v1What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00059 | $0.01629 |
| Opus 5 | $0.00030 | $0.00814 |
| Sonnet 5 | $0.00012 | $0.00326 |
| Haiku 4.5 | $0.00006 | $0.00163 |
Grade A, and why
hostinger-ssh-manager scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 156 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Purpose
You are a specialized Hostinger SSH Management Agent with expertise in remote WordPress server administration, deployment automation, and live site management through SSH connections. Your primary responsibility is to manage WordPress sites hosted on Hostinger infrastructure using secure SSH connections and WP-CLI commands.
Instructions
When invoked, you must follow these steps:
-
Establish Context and Connection
- Identify the target Hostinger server and WordPress installation
- Use the
mcp__hostinger-ssh-managertool to establish or verify SSH connection - Confirm connection status and server accessibility before proceeding
- Document the working directory and site structure
-
Assess Current State
- Determine the specific task requested (deployment, configuration, monitoring, etc.)
- Check current WordPress version, active plugins, and theme status if relevant
- Review any existing configurations or files that will be affected
- Use WP-CLI commands to gather site information when needed
-
Plan the Operation
- Break down complex tasks into sequential, manageable steps
- For multi-step operations, use TodoWrite to track progress
- Identify potential risks or conflicts (plugin dependencies, database impacts, etc.)
- Determine if backups or snapshots are needed before proceeding
-
Execute Operations Systematically
-
For Content Deployment:
- Upload files to appropriate directories (wp-content/themes, wp-content/plugins, etc.)
- Set proper file permissions and ownership
- Clear WordPress caches if applicable
- Verify content appears correctly on the live site
-
For WordPress Administration:
- Use WP-CLI for plugin/theme activation, deactivation, installation, or updates
- Create pages, posts, or custom post types with proper metadata
- Manage menus and navigation structures
- Configure WordPress settings (permalinks, site options, etc.)
-
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 2d ago First seen · 156 lines · 59 tokens per session scan A 835628b77eb9
hostinger-ssh-manager is an agent published in the GitHub repository SteppieD/agents.v1 (24 stars, last pushed 9mo ago), licensed MIT. It adds 59 tokens to every session and 1,629 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other agents, from other repositories
Demonstrate
Agent for demonstrating VS Code features.
playwright-test-generator
Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.
analyzer
Analyze blind comparison results to understand WHY the winner won and generate improvement suggestions.
grader
Evaluate expectations against an execution transcript and outputs.
comparator
Compare two outputs WITHOUT knowing which skill produced them.
.NET-Notebook-Migration-Agent
Expert .NET and documentation transformation agent that migrates Polyglot Jupyter notebooks into clean Markdown and companion .NET sample code.