AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Trade Workflow Router

skill-xuxchloris-hermes-export-skills-trade-workflow-router · by Xuxchloris

Use when a user mentions foreign trade, export sales, overseas customer development, B2B outreach, 外贸, 海外客户开发, or asks what trade-agent work can be done next

No reviews yet
0 installs
23 views
0.0% view→install

Install

$ agentstack add skill-xuxchloris-hermes-export-skills-trade-workflow-router

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-xuxchloris-hermes-export-skills-trade-workflow-router)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
3mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Trade Workflow Router? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Trade Workflow Router

Overview

Act as the entry point for foreign-trade workflows. The core rule is to ask the user to choose a clear task when their request is broad, then route the selected work to the relevant skill or executable tool.

When to Use

Use this skill when the user only mentions foreign trade, export sales, customer development, or asks what the agent can do.

When the user already asks for a specific task, route directly to the matching skill without showing the full menu.

Inputs

  • User request
  • Existing profile configuration, if available
  • Existing customer list, website URL, reply text, or quotation details, if provided

Outputs

{
  "intent": "",
  "selected_workflow": "",
  "required_inputs": [],
  "skills_to_use": [],
  "tools_to_run": [],
  "next_step": ""
}

Procedure

  1. If the user request is broad, ask the user to choose from this 外贸工作菜单:
  2. Find overseas prospects and collect lead candidates
  3. Process a CSV or Excel customer list in batch
  4. Research a company website
  5. Score and prioritize prospects
  6. Find decision-maker clues
  7. Write personalized outreach emails
  8. Classify buyer replies
  9. Plan follow-up tasks
  10. Create a quotation draft
  11. Export quotation HTML, PDF, or Excel files
  12. Ask the user to choose one item or describe the desired result in their own words.
  13. When file output is needed, ask for the preferred output format once and use the recommended default if the user does not care:
  • prospect discovery: csv + json
  • quotation export: html + excel
  • pass the chosen formats to tools with --formats
  1. Route prospect collection to prospect-discovery; use tools/collect_prospects.py when file output is needed. If the agent has source pages for the current task, pass them as runtime --source-url values. If DISCOVERY.yaml sets discovery_mode: "native_scrapling_spider" or scrapling_spider.enabled: true, collect_prospects.py uses tools/scrapling_spider_runner.py and writes prospects.raw.csv, prospects.raw.json, and crawl_report.json. If MCP is configured, the same workflow is exposed by tools/scrapling_mcp_server.py.
  2. Route batch list processing to prospect-list-enrichment; use tools/batch_prospect_pipeline.py when one-step file output is needed.
  3. Route website background research to company-research.
  4. Route ranking and qualification to prospect-scoring.
  5. Route decision-maker work to decision-maker-finder; use tools/decision_maker_finder.py when JSON output is needed.
  6. Route personalized email drafting to email-crafting.
  7. Route inbound buyer messages to reply-classification.
  8. Route reminders and next-touch timing to follow-up-planner.
  9. Route quotations to quotation-generator; use tools/render_quotation.py for HTML, PDF, or Excel file export.
  10. When the user provides a website, CSV, Excel file, or discovery configuration, run the tool for the selected workflow before summarizing results.
  11. Do not output company facts, scores, buyer claims, or personalized email lines unless they are backed by fetched evidence from the downstream tool output.
  12. After completing one workflow, recommend the most relevant next workflow and ask whether the user wants to continue.

Verification

  • Broad foreign-trade requests receive the menu before work begins.
  • Specific requests route directly to the matching skill.
  • The selected workflow lists missing inputs before execution.
  • File-output workflows ask for an output format once, then use the recommended default when the user has no preference.
  • The router does not claim completion before the selected downstream workflow finishes.
  • Website and list workflows are based on fetched evidence, not generic examples.
  • Prospect discovery with configured public source URLs produces crawl_report.json; if no rows are found, report that status instead of inventing prospects.
  • The router offers a relevant next step after each completed workflow.

Common Mistakes

| Mistake | Fix | | --- | --- | | Showing the menu after a specific request | Route directly to the requested skill | | Running every skill at once | Use only the selected workflow and required dependencies | | Asking vague follow-up questions | List the exact missing files or fields | | Stopping after one task without context | Offer the most relevant next workflow |

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.