← 返回 Skills 市场
colingreig

Dynamics Partner Advisor

作者 Colin Greig · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
131
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install dynamics-partner-advisor
功能描述
Search, compare, and shortlist Microsoft Dynamics 365 implementation partners by product, industry, and region. Use when someone asks about finding a Dynamic...
使用说明 (SKILL.md)

Dynamics Partner Advisor

Search, compare, and shortlist Microsoft Dynamics 365 implementation partners — powered by the live Top Dynamics Partners database.

This skill connects to a hosted MCP (Model Context Protocol) server. No local code, no dependencies, no API wrappers — just point your agent at the SSE endpoint and start querying.

When to Use

  • Someone asks "Who are the best Dynamics 365 Business Central partners in Texas?"
  • A consultant needs to compare ERP implementation firms by industry vertical
  • A project manager wants a shortlist of partners ranked by fit for their specific requirements
  • Anyone evaluating Microsoft Dynamics partners for an ERP or CRM implementation

Setup

Add the MCP server configuration to your agent:

Claude Desktop / Claude Code / Cursor

```json { "mcpServers": { "dynamics-partner-advisor": { "command": "npx", "args": ["-y", "@modelcontextprotocol/server-sse", "https://topdynamicspartners.com/api/mcp/sse"] } } } ```

Direct SSE Connection

For agents that support SSE transport natively:

  • SSE Endpoint: `https://topdynamicspartners.com/api/mcp/sse`
  • Messages Endpoint: `https://topdynamicspartners.com/api/mcp/messages`

No API key required for basic access.

Available Tools

search_partners

Search for Dynamics 365 partners by product, industry, and location.

Parameter Type Required Description
query string Yes Natural language search (e.g., "Business Central partners in Chicago")
product string No Filter by Dynamics product (e.g., "Business Central", "Finance & Operations")
industry string No Filter by industry vertical (e.g., "Manufacturing", "Healthcare")
region string No Filter by geographic region (e.g., "US-Midwest", "Canada")
limit number No Max results to return (default: 10)

get_partner_details

Retrieve a comprehensive profile for a specific partner.

Parameter Type Required Description
partner_id string Yes The unique partner identifier
include_reviews boolean No Include client review summaries (default: false)

Returns: Full partner profile including functional strengths, years in business, Microsoft designations, client size fit, geographic coverage, and notable implementations.

recommend_shortlist

Generate an AI-scored shortlist of partners matched to specific project requirements.

Parameter Type Required Description
project_description string Yes Describe the project needs, goals, and constraints
company_size string No Your company size (e.g., "SMB", "Mid-Market", "Enterprise")
budget_range string No Approximate implementation budget range
timeline string No Desired implementation timeline
must_have array No Required capabilities or certifications

Returns: Ranked list of 3-5 partners with match scores, reasoning, and specific strengths relevant to the described project.

Access Tiers

Feature Free (No Key) Authenticated (API Key)
Results per query 3 25
Rate limit 30 req/min 60 req/min
Partner details Basic Full profile + reviews
Shortlist scoring Standard Enhanced AI scoring

Request an API key at topdynamicspartners.com/resources/mcp-server.

Data Source

All data is sourced from the live Top Dynamics Partners directory — a curated, continuously updated database of Microsoft Dynamics 365 implementation partners across North America.

Links

安全使用建议
This skill appears to do what it says: connect your agent to Top Dynamics Partners' MCP SSE endpoints to search and shortlist Microsoft Dynamics implementation partners. Before installing, verify the external domain (topdynamicspartners.com) and the npm package @modelcontextprotocol/server-sse (it will be pulled via npx at runtime). Do not send secrets, passwords, or unnecessary sensitive PII in project descriptions you forward to the service. If you need higher-volume or full partner profiles, follow the site’s API key registration and read their privacy/terms. If you or your organization have strict supply-chain policies, inspect the npm package source (or use a vetted local MCP client) rather than allowing npx to fetch and execute code automatically.
能力评估
Purpose & Capability
Name and description match the runtime instructions: the skill is an instruction-only connector to a hosted Top Dynamics Partners MCP server for searching and shortlisting Dynamics 365 partners. Requested capabilities (search, get details, recommend) align with the described external API endpoints and features.
Instruction Scope
Instructions are narrowly scoped to configuring an MCP SSE connection to the specified https://topdynamicspartners.com endpoints and calling the listed tools (search_partners, get_partner_details, recommend_shortlist). The SKILL.md does not ask the agent to read local files or unrelated env vars. It does instruct you to send project descriptions and requirements to the external service — avoid including secrets or highly sensitive PII in those requests.
Install Mechanism
The registry shows 'no install spec' (instruction-only), but SKILL.md recommends running an npx command to start @modelcontextprotocol/server-sse against the provider's SSE URL. That will fetch and execute code from the npm registry at runtime (transient download). This is a legitimate approach for MCP SSE but is a supply-chain consideration you should review (verify the npm package and its maintainer).
Credentials
No env vars, credentials, or config paths are required for basic access per the SKILL.md. An API key is optional for higher-tier features, which is proportional to the advertised authenticated tier. There are no unrelated credential requests.
Persistence & Privilege
Skill is not marked always:true and does not request persistent system-wide configuration. It is user-invocable with normal autonomous invocation; nothing in the manifest attempts to modify other skills or system settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install dynamics-partner-advisor
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /dynamics-partner-advisor 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of Dynamics Partner Advisor skill. - Search, compare, and shortlist Microsoft Dynamics 365 implementation partners by product, industry, and region. - Connects directly to the live Top Dynamics Partners database via Model Context Protocol (MCP). - Offers tools for partner search, detailed partner profiles, and AI-powered shortlist recommendations. - No local dependencies; requires an MCP-compatible agent to use.
元数据
Slug dynamics-partner-advisor
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Dynamics Partner Advisor 是什么?

Search, compare, and shortlist Microsoft Dynamics 365 implementation partners by product, industry, and region. Use when someone asks about finding a Dynamic... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 131 次。

如何安装 Dynamics Partner Advisor?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install dynamics-partner-advisor」即可一键安装,无需额外配置。

Dynamics Partner Advisor 是免费的吗?

是的,Dynamics Partner Advisor 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Dynamics Partner Advisor 支持哪些平台?

Dynamics Partner Advisor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Dynamics Partner Advisor?

由 Colin Greig(@colingreig)开发并维护,当前版本 v1.0.0。

💬 留言讨论