llmconveyors

llmconveyors is a cursor rule for Cursor from ebenezer-isaac/llmconveyors-mcp. It costs 0 tokens per session (448 once invoked), scanned A, original, MIT.

A set of operating rules for using LLM Conveyors, a service whose tools can run agents and handle resumes, job files, and sessions.

In plain words
What is it for?
Use it when running job-search or sales agents, validating or rendering JSON Resume files, uploading resume or job data, and continuing or sharing agent sessions.
Why use it?
It prevents incorrect inputs and clarifies when API keys, permissions, user confirmation, or longer waits are required.

Cursor rule for Cursor

Written for Cursor: a Cursor rule (.mdc).

Good fit Use it when running job-search or sales agents, validating or rendering JSON Resume files, uploading resume or job data, and continuing or sharing agent sessions.

Compare 6 cursor rules from other repositories ↓
Install with agentmods
npx agentmods add rules/ebenezer-isaac/llmconveyors-mcp/llmconveyors
Install

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.

Clone the repo
git clone --depth 1 https://github.com/ebenezer-isaac/llmconveyors-mcp

Made for: Cursor.

Wrote 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.

agentmods badge for llmconveyors

README.md
[![agentmods](https://agentmods.dev/badge/rules/ebenezer-isaac/llmconveyors-mcp/llmconveyors/github.svg)](https://agentmods.dev/rules/ebenezer-isaac/llmconveyors-mcp/llmconveyors)
Your own site
<a href="https://agentmods.dev/rules/ebenezer-isaac/llmconveyors-mcp/llmconveyors"><img src="https://agentmods.dev/badge/rules/ebenezer-isaac/llmconveyors-mcp/llmconveyors/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.

agentmods 80×15 button for llmconveyors

Your own site · 80×15
<a href="https://agentmods.dev/rules/ebenezer-isaac/llmconveyors-mcp/llmconveyors"><img src="https://agentmods.dev/badge/rules/ebenezer-isaac/llmconveyors-mcp/llmconveyors.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Nothing until a file matches its globs; then the whole rule loads.
When invoked 448 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.00448
Opus 5 $0.00000 $0.00224
Sonnet 5 $0.00000 $0.00090
Haiku 4.5 $0.00000 $0.00045

Measured 10d ago against content hash 7681fd28de9f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

llmconveyors 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 10d 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.

rules/llmconveyors.mdc · 35 lines

What it actually says

LLM Conveyors MCP Usage Rules

API Key

  • The LLMC_API_KEY environment variable must be set with a key starting with llmc_
  • Different tools require different API key scopes. If you get a scope error, tell the user which scope is needed.

Agent runs

  • job-hunter-run and b2b-sales-run take 1-10 minutes to complete. Let the user know it will take a moment.
  • These tools consume credits. Always confirm with the user before running an agent.
  • Agent runs return a sessionId and generationId that can be used with session-hydrate, share-create, and document-download.

Resume format

  • resume-validate, resume-render, and resume-preview expect JSON Resume format (an object with basics, work, education, skills sections).
  • ats-score expects plain text strings, not JSON objects.
  • Master resumes use label (name) and rawText (plain text content), not JSON Resume format.

File uploads

  • upload-resume and upload-job-file accept base64-encoded file content. Encode the file bytes to base64 before calling.
  • upload-job-text accepts plain text directly, no encoding needed.

Sessions

  • session-create takes no required parameters. Metadata is optional.
  • session-hydrate returns the full session with all artifacts and logs. Use this to retrieve generation results.
  • Always clean up test sessions with session-delete when done.

Content and sharing

  • content-save requires docType (one of: original_cv, extensive_cv, cover_letter, cv_strategy, cover_letter_strategy, cold_email_strategy, recon_strategy, company_context) and content (string).
  • content-delete-generation requires both the generation id and the sessionId.
  • share-create requires sessionId and generationId. Share links are rate-limited to 1 per week.
Changes

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.

  1. 10d ago First seen · 35 lines · 448 tokens per session scan A 7681fd28de9f

Subscribe to this mod's changes

llmconveyors is a cursor rule published in the GitHub repository ebenezer-isaac/llmconveyors-mcp (1 stars, last pushed 5mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 448 tokens. 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.