erp-trade-doc — DataWin ERP trade module documentation erp-trade-doc, ERP-explore, community, DataWin ERP trade module documentation, ide skills, querying erp-trade-doc documentation, erp-trade-doc installation, erp-trade-doc technical documentation, DataWin ERP trade module query, Claude Code, Cursor

v1.0.0
GitHub

About this Skill

Essential for ERP Integration Agents requiring precise DataWin trade module documentation access. erp-trade-doc is a technical skill that enables querying of DataWin ERP trade module documentation, covering topics such as business flows, functionality, and system configuration.

Features

Reads keywords index from docs-index/trade-module/keywords.json
Matches user queries to relevant chapters using keyword mapping
Supports querying of business processes, such as order and procurement management
Provides documentation on system settings, including company and permission configuration
Offers insights into data structure and field explanations for developers

# Core Topics

jesseooxx jesseooxx
[0]
[0]
Updated: 3/8/2026

Agent Capability Analysis

The erp-trade-doc skill by jesseooxx is an open-source community AI agent skill for Claude Code and other IDE workflows, helping agents execute tasks with better context, repeatability, and domain-specific guidance. Optimized for DataWin ERP trade module documentation, querying erp-trade-doc documentation, erp-trade-doc installation.

Ideal Agent Persona

Essential for ERP Integration Agents requiring precise DataWin trade module documentation access.

Core Value

Enables agents to instantly retrieve technical documentation for DataWin ERP trade module through keyword-to-chapter mapping. Provides direct access to business processes, system settings, and data structures via the optimized keywords.json index (~825 tokens) for rapid chapter lookup.

Capabilities Granted for erp-trade-doc

Answering developer questions about order processing workflows
Resolving user inquiries about accounts receivable/payable functionality
Providing system configuration guidance for company setup and permissions
Explaining data structures and field specifications for integration projects

! Prerequisites & Limits

  • Requires access to docs-index/trade-module/keywords.json
  • Limited to DataWin ERP trade module documentation only
  • Dependent on keyword matching accuracy for chapter selection
Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

erp-trade-doc

Install erp-trade-doc, an AI agent skill for AI agent workflows and automation. Works with Claude Code, Cursor, and Windsurf with one-command setup.

SKILL.md
Readonly

ERP 貿易模組文檔查詢

何時使用此 Skill

當用戶詢問關於 DataWin ERP 貿易模組的問題時:

  • 業務流程(訂單、採購、出貨等)
  • 功能操作(應收帳款、應付帳款等)
  • 系統設定(公司、權限、幣別等)
  • 資料結構和欄位說明
  • 程式開發參考

查詢流程

第一步:讀取關鍵字索引

必須先讀取 docs-index/trade-module/keywords.json 來定位相關章節。

這個文件只有 ~825 tokens,包含所有關鍵字到章節的映射。

第二步:匹配關鍵字

根據用戶的問題,從 keywords.json 找出相關章節:

用戶問題搜索關鍵字相關章節
"如何處理應收帳款?"應收、帳款ch23
"訂單怎麼建立?"訂單ch12, ch20
"出貨流程是什麼?"出貨ch12, ch14, ch18
"如何設定公司資料?"系統設定、公司ch07
"客戶資料在哪裡維護?"客戶ch08

第三步:載入章節內容

只載入相關的章節(通常 1-3 個):

讀取:docs-index/trade-module/chunks/ch23.md
Token 消耗:~1,161 tokens(平均每章)

第四步:回答問題

基於載入的章節內容,給出準確的答案,並引用章節來源。

關鍵字索引

<keywords> 以下是常用關鍵字映射(完整列表請讀取 keywords.json):

系統基礎

  • 上線、流程、功能鍵、查詢 → ch01-ch05
  • 系統設定、公司、權限、幣別 → ch07
  • 客戶、廠商、產品 → ch08

日常作業

  • 報價 → ch11, ch17
  • 訂單、採購、出貨 → ch12
  • 組合、分批、分開包裝 → ch13-ch15
  • INVOICE → ch18
  • 追蹤查詢 → ch19-ch21

帳款管理

  • 應收、應付 → ch23, ch24
  • 收支、預收、預付、訂金 → ch25, ch26
  • 加扣款、信用狀 → ch27, ch28

其他功能

  • 備份、歷史、覆核、關帳 → ch30-ch32
  • EXCEL、傳輸、排程、傳真 → ch34-ch37
  • Q&A → ch38, ch39 </keywords>

Token 消耗估算

操作Token 消耗
讀取 keywords.json~825
讀取單個章節~1,161
典型查詢(1 章)~2,000
複雜查詢(3 章)~4,300
如果讀整個 HTML~210,000

範例使用

範例 1:應收帳款

用戶: 「應收帳款怎麼處理?」

AI 操作:

  1. 讀取 keywords.json (~825 tokens)
  2. 找到 "應收" → ch23
  3. 讀取 chunks/ch23.md (~1,161 tokens)
  4. 回答問題

總消耗: ~2,000 tokens(節省 99%)

範例 2:出貨流程

用戶: 「出貨的完整流程是什麼?」

AI 操作:

  1. 讀取 keywords.json (~825 tokens)
  2. 找到 "出貨" → ch12, ch14, ch18
  3. 讀取 chunks/ch12.md, chunks/ch14.md, chunks/ch18.md (~3,500 tokens)
  4. 回答問題

總消耗: ~4,300 tokens(節省 98%)

注意事項

  1. 永遠先讀 keywords.json - 不要直接讀章節,這樣會浪費 token
  2. 只載入需要的章節 - 通常 1-3 個章節就足夠回答問題
  3. 引用來源 - 回答時說明內容來自哪個章節(如:ch23.md:23
  4. 如果找不到關鍵字 - 可以讀取 toc.json 查看完整目錄結構

檔案路徑

C:\真桌面\Claude code\ERP explore\docs-index\trade-module\
├── keywords.json       # 關鍵字索引
├── toc.json            # 完整目錄
└── chunks/             # 39 個章節內容
    ├── ch01.md
    ├── ch02.md
    ...
    └── ch39.md

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is erp-trade-doc?

Essential for ERP Integration Agents requiring precise DataWin trade module documentation access. erp-trade-doc is a technical skill that enables querying of DataWin ERP trade module documentation, covering topics such as business flows, functionality, and system configuration.

How do I install erp-trade-doc?

Run the command: npx killer-skills add jesseooxx/ERP-explore/erp-trade-doc. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for erp-trade-doc?

Key use cases include: Answering developer questions about order processing workflows, Resolving user inquiries about accounts receivable/payable functionality, Providing system configuration guidance for company setup and permissions, Explaining data structures and field specifications for integration projects.

Which IDEs are compatible with erp-trade-doc?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for erp-trade-doc?

Requires access to docs-index/trade-module/keywords.json. Limited to DataWin ERP trade module documentation only. Dependent on keyword matching accuracy for chapter selection.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add jesseooxx/ERP-explore/erp-trade-doc. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use erp-trade-doc immediately in the current project.

Related Skills

Looking for an alternative to erp-trade-doc or another community skill for your workflow? Explore these related open-source skills.

View All

widget-generator

Logo of f
f

f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.

149.6k
0
AI

flags

Logo of vercel
vercel

flags is a Next.js feature management skill that enables developers to efficiently add or modify framework feature flags, streamlining React application development.

138.4k
0
Browser

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI