lunw/shopline-ai-toolkit-dsh ↗★ 2
shopline-ai-toolkit-dsh
SHOPLINE AI Toolkit for DeepSeek Harness (DSH): bridges the official SHOPLINE Developer MCP server and ships SHOPLINE agent skills, mirroring the Shopify AI Toolkit architecture. dsh-plugin.
安装
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:lunw/shopline-ai-toolkit-dsh说明文档
阅读完整 README ↗SHOPLINE AI Toolkit for DeepSeek Harness (DSH)
🛍️ SHOPLINE AI Toolkit — a DeepSeek Harness (dsh) plugin that brings SHOPLINE 开发者 MCP 官方工具与 SHOPLINE 平台知识技能 到你的 AI 编程助手。 架构参照 Shopify AI Toolkit:
Skills + Dev MCP Server + Agent Plugin。dsh-plugin · SHOPLINE · MCP · AI Toolkit · DeepSeek Harness
English
What is this?
The Shopify AI Toolkit gives AI coding agents Shopify-aware context through three layers: agent skills, a Dev MCP server, and per-tool plugins. This project brings the same architecture to SHOPLINE developers working inside DeepSeek Harness (dsh):
| Layer | What you get |
|---|---|
🧠 Agent skills (skills/) | 7 SKILL.md bundles: shopline-onboarding-dev, shopline-admin-rest, shopline-graphql, shopline-oauth, shopline-webhook, shopline-sline, shopline-dev-mcp — endpoint URLs, signing rules, error codes, retry policies, all grounded in developer.shopline.com docs and community experience |
| 🔌 Dev MCP bridge | The official SHOPLINE Developer MCP (@shoplineos/shopline-developer-mcp, local stdio, no auth) is wired through dsh's native MCP client — tools appear as mcp__shopline__search_shopline_docs, mcp__shopline__get_admin_rest_endpoint_detail, mcp__shopline__get_graphql_schema, , … |