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 commands/structureintelligence/semesh/deploygit clone --depth 1 https://github.com/StructureIntelligence/SemeshWhat 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.00016 | $0.00550 |
| Opus 5 | $0.00008 | $0.00275 |
| Sonnet 5 | $0.00003 | $0.00110 |
| Haiku 4.5 | $0.00002 | $0.00055 |
Grade A, and why
deploy 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 yesterday.
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.
What it actually says
Prepare the app in the current directory, report the current deployment availability truth, and observe existing deployment records when ids are provided.
Steps:
- Confirm auth: run
semesh whoami --json. If it returns 401, tell the user to runsemesh login(or setSEMESH_API_KEY) and stop — never proceed past a 401. - Read the mutation tool before packaging anything:
semesh tool show app_deployments.create --json - Inspect the project shape and run the authenticated, read-only preflight:
Read toolsemesh deploy preflight . --full-stack --jsonavailabilityplus preflightadmission.can_start_now,code,message, andfix. Production deployment authorization is currently unavailable:app_deployments.createis disabled and deploy fails closed withdeployment_authorization_unavailablebefore upload, build, payment, publication, or a live URL. Report that result and stop without a mutation. - For ids that already exist, use
semesh deploy status <app-id> --json,semesh deploy logs <build-id> --json, andsemesh deploy url <app-id> --json. Existing observation does not authorize a new release, and queued/candidate/preview state is not serving proof. - When deployment authorization becomes available and both checks allow the operation, the intended full-stack command is
semesh deploy . --name "$(basename "$PWD")" --full-stack --wait --json(drop--full-stackfor a plain static site). Report a live URL only from a successful serving response or URL readback; never construct one. - If the user wants an already serving app to charge end users, explain end-user-pays: the app attaches
X-Semesh-Payerso each call is billed to the signed-in user's Aev balance, with a quote before spend and terminal capture evidence afterward.
A direct user request authorizes ordinary paid invocation, deploy, and mechanical publish without a duplicate confirmation. Quote/preflight informs cost and availability; it is not a second confirmation. Ask for a separate confirmation only for destructive, high-impact, authorization-expanding, truly irreversible, or explicitly requires_confirmation actions. Mechanical protocol checks are intended to publish automatically after authorization is available; there is no default human approval queue. If an already-started deployment's --wait times out, poll semesh deploy status <app-id> --json rather than concluding failure.
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.
- yesterday First seen · 24 lines · 16 tokens per session scan A 04d7671c3531
deploy is a command published in the GitHub repository StructureIntelligence/Semesh (0 stars, last pushed yesterday), licensed Apache-2.0. It adds 16 tokens to every session and 550 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-08-31.
Other commands, from other repositories
migrate
Command "migrate" from chohra-med/expo_boilerplate, covering invocation, steps and rule.
cost-tracker
Track session costs, understand token spend, and get optimization tips.
lians-recall
Recall current (non-stale) facts from Lians memory, optionally as-of a past date.
t800-onboard
Для чата с новичками. Показывает, что настроено в Cursor (global + local), и что умеет отдел T-800.
dev-planner
Generate or update DEV-PLAN.md with phased development plan from Product-Spec.md.
generate-role
Resolve a need to a domain-expert role (existing, new leaf, or new parent) and draft it via the AUTHORING.md pipeline, opening a PR.