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.
git clone --depth 1 https://github.com/Aznatkoiny/zAI-SkillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/commands/aznatkoiny/zai-skills/compare-markets)<a href="https://agentmods.dev/commands/aznatkoiny/zai-skills/compare-markets"><img src="https://agentmods.dev/badge/commands/aznatkoiny/zai-skills/compare-markets/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/commands/aznatkoiny/zai-skills/compare-markets"><img src="https://agentmods.dev/badge/commands/aznatkoiny/zai-skills/compare-markets.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What 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.1 | $0.00014 | $0.01216 |
| Opus 5 | $0.00007 | $0.00608 |
| Sonnet 5 | $0.00003 | $0.00243 |
| Haiku 4.5 | $0.00001 | $0.00122 |
Grade A, and why
compare-markets 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 6d 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 — 94 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Compare Real Estate Markets
Markets to compare (may be empty): $ARGUMENTS
Instructions
When this command is invoked, perform a comparative market analysis:
1. Collect Market List
If $ARGUMENTS contains a comma-separated list of markets (e.g., "Austin, Phoenix, Nashville"), use those. Otherwise use AskUserQuestion to gather 2-5 markets to compare:
- City or metro area names
- Example: "Austin, TX", "Phoenix Metro", "Nashville-Davidson"
2. Load Reference Material
Read the market analysis reference:
the references/market-analysis.md file from the real-estate-investment skill in this plugin
3. Gather Market Data
For each market, collect the following data points:
Economic Indicators:
- Job growth rate (past 3 years, YoY)
- Major employers and industry diversity
- Unemployment rate
- Median household income
Demographic Trends:
- Population growth rate (past 5 years)
- Net migration (domestic and international)
- Age demographics (working-age population %)
Real Estate Metrics:
- Median home price and rent
- Rent-to-price ratio
- Vacancy rate
- Rent growth rate (past 3 years)
- Supply pipeline (units under construction per 1,000 population)
- Days on market
Data Collection Method:
Pull data from the real-estate-data MCP server first (tools surface as mcp__real-estate-data__<name>):
mcp__real-estate-data__get_redfin_market_snapshot— the free market-data backbone for this command: call it once per market to get a parsed snapshot of median sale price, price growth, inventory, days on market, and months of supply (no key needed)mcp__real-estate-data__get_fred_series— national/regional economic context: mortgage rates (MORTGAGE30US), unemployment, CPI series to frame affordability and cycle timing (requiresFRED_API_KEY— the key is free to obtain)mcp__real-estate-data__get_census_demographics— population, median income, median rent, vacancy rate, owner/renter split by state/county/tract (requiresCENSUS_API_KEY— the key is free to obtain)mcp__real-estate-data__get_census_housing_stats— median home value and housing-stock age distribution (requiresCENSUS_API_KEY)mcp__real-estate-data__get_redfin_market_data— download URLs and column guide for the full Redfin market tracker TSVs, when the snapshot is not granular enough (no key needed; download and filter with Bash)mcp__real-estate-data__get_rentcast_market_data— ZIP-level median rent, rent growth, and vacancy (requiresRENTCAST_API_KEY; free tier, 50 requests/month)mcp__real-estate-data__get_mashvisor_neighborhood— neighborhood investment score, cash-on-cash, cap rate (requiresMASHVISOR_API_KEY, paid)mcp__real-estate-data__get_airdna_market_stats— market-level STR ADR/occupancy if comparing STR markets (requiresAIRDNA_API_KEY, paid)
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.
- 6d ago First seen · 94 lines · 14 tokens per session scan A 7d90587223e9
compare-markets is a command published in the GitHub repository Aznatkoiny/zAI-Skills (9 stars, last pushed 1mo ago), licensed MIT. It adds 14 tokens to every session and 1,216 once invoked, about $0.0001 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-09-03.
Other commands, from other repositories
cost-optimize
You are a cloud cost optimization expert specializing in reducing infrastructure expenses while maintaining performance and reliability. Analyze cloud spending, identify savings opportunities, and implement cost-effective architectures across AWS, Azure, and GCP.
strip
This is the task-based stripper, not the always-on prior: a deliberate cleanup pass you asked for. Apply the fp-minify doctrine to the target and remove or compress comments that don't earn their place.
setup
A command that creates a Korean-language CLAUDE.md project guide from a template. CLAUDE.md is a file containing instructions and project context for the Claude coding assistant.
dock-chat
Dock the full conversation to Telegram — drive Claude from your phone.
conjure-agent
Creates or updates a Claude Code agent definition (/.claude/agents/ .md or project-local).
conjure-help
Show help for the conjure toolkit — all commands, argument syntax, update modes, and decision guide. Use when you want to know which conjure command to use or how any conjure command works.