HomeExport Guides › Growing the business
Growing the business

Using Claude to Run Your Export Business

How a non-technical exporter can use Claude to research buyers, draft outreach, build landed-cost models, and organize documents — no coding required.

Why an exporter should care

Most of the desk work in an export business is language and documents: researching which companies import your product, drafting and following up outreach, building price and landed-cost models, turning a product list into a catalogue or a company profile, keeping invoices and shipping papers in order, checking what competitors are doing. AI assistants — Claude in particular — can now do large parts of that with you, working directly on your own files, not just answering questions in a chat box. This guide explains the pieces and how a non-technical exporter can use them. You do not need to know how to code.

Product names, model names, prices, and limits in this space change fast. Treat the specific names below as a snapshot; check anthropic.com and claude.com for what is current, and use the /model and /status commands (below) to see what you actually have.

The ways you can use Claude

Two concepts worth understanding first

Tokens and the context window

Everything you send or receive is measured in tokens — roughly 4 characters of English per token, about 750 words per 1,000 tokens. You are billed (or your plan usage is counted) by tokens, not words. The context window is how much the model can hold in view at once — input plus output. Modern models have very large windows, but a folder of hundreds of documents still won't fit at once, which is why agents load only what a task needs and will compact (summarise) a long conversation to free space. Practical effect: keep prompts focused, start a fresh session for a new task, and don't dump irrelevant files into the agent's folder.

Human in the loop

Agentic tools ask permission before editing files, running commands, sending email, or deleting anything — and you approve each step (or approve for the session). You can turn this off ("auto-accept"), but for anything that touches real customers, money, or files you can't easily recreate, leave it on and read what it proposes.

Getting started with Claude Code (no coding needed)

  1. Install the VS Code editor (or use a terminal), then install Claude Code with the one-line command from code.claude.com/docs (there's a Windows line and a macOS line).
  2. Make an empty folder for your project (e.g. price-model or germany-buyers). In VS Code: File → Open Folder → pick it.
  3. Open the terminal panel, type claude, press Enter, and trust the folder.
  4. Type your request in plain English. Claude Code reads/writes only inside that folder.

It looks plain — a text terminal — but it is doing real work: reading files, planning, writing, running checks.

The three modes (cycle with Shift+Tab)

Built-in slash commands

Type / to see them. The useful ones:

CLAUDE.md — your project's standing brief

CLAUDE.md is a plain markdown file at the root of a project that Claude Code reads every time it starts in that folder. Put the things you'd otherwise repeat every session: what this project is, who you are, your company, the product, conventions to follow, things never to do. /init drafts one from the project; then edit it by hand. It's the difference between re-explaining yourself daily and having Claude already know the context.

Skills — teaching Claude a repeatable task

A skill is a folder with a SKILL.md file: a short description at the top (a name and a one-line "what this does / when to use it") followed by detailed instructions, examples, and optionally templates or scripts. Claude loads the description always, and reads the full skill only when a task needs it — so many skills can be available without clogging the context. Skills make output consistent: define the method once, reuse it forever.

Custom slash commands — your own shortcuts

A custom slash command is just a markdown file in the project's .claude/commands/ folder (e.g. .claude/commands/my-). Running /my-brand makes Claude read that file. A common use: store your brand identity — name, tagline, colours, fonts, tone of voice, words to use, words to avoid, sign-off phrases — so every email, caption, flyer, or page it produces is on-brand without re-typing the guidelines. You can ask Claude Code to create the command file for you by describing the brand in one prompt.

MCP and connectors — plugging Claude into your tools

MCP (Model Context Protocol) is an open standard (from Anthropic, late 2024) for how an AI agent talks to outside tools and data — the analogy is a universal USB-C port. Because a tool "speaks MCP", any MCP-capable agent can use it without custom glue code. Connectors are the ready-made ones: Google Drive, Gmail, Calendar, Slack, GitHub, and more. Connect them in settings, and Claude can, for example, read a shipment tracker in Google Sheets, build a summary, and email it — with your approval at each external step. Only connect what a task needs; a connector grants real access to that account.

Plugins — bundles of capability

A plugin packages several things into one installable unit: skills, MCP tool connections, slash commands, sub-agents, and hooks (small checks that auto-run at set points, e.g. "before publishing, verify no API keys or secrets are in the files"). Where a skill teaches one task, a plugin equips a whole role. Install them from a marketplace inside Claude Code with /plugin. Anthropic ships plugin sets for functions like engineering, finance, legal, marketing, sales, and data.

Plugins an exporter might actually use:

A realistic combination: use playwright to research two or three competitors (it visits the sites and writes up messaging, colours, calls-to-action, gaps), then feed that to the marketing plugin to produce a positioning and content plan as a formatted page.

Practical uses for an export business

Safety and good practice

Where this connects

This complements the rest of the guidance rather than replacing the exporter's own judgement: the buyer-finding method is in [[finding_buyers]], LinkedIn in [[linkedin_for_exporters]], and brand identity in [[branding_for_exporters]] — AI tools help you execute all of them faster and more consistently. EximAI on eximhub.pro can answer trade and tooling questions directly.

Find the buyers behind the theory

EximHub turns customs shipment records into a searchable list of verified importers and procurement contacts — filter by product, HS code, and country.

Try a live buyer search →

Frequently asked questions

Do I need to know how to code to use Claude for my export business?

No — Claude works directly on your own files (spreadsheets, documents, price lists) through plain conversation, not code. It's built for exactly this kind of non-technical desk work.

What export tasks can AI actually help with?

Researching which companies import your product, drafting and following up outreach emails, building price and landed-cost models, turning a product list into a catalogue, and keeping invoices and shipping documents organized.