setup

setup is a command for Claude Code from Sahib-Sawhney-WH/sahibs-claude-plugin-marketplace. It costs 5 tokens per session (475 once invoked), scanned A, original, MIT.

A setup command for connecting Claude Code to a Microsoft Dataverse environment, a cloud data service used by Power Apps and Dynamics.

In plain words
What is it for?
Use it to configure an environment URL, choose browser, device-code, or client-secret sign-in, save the settings, and verify the connection.
Why use it?
It guides the connection details and authentication choices, creates the local configuration, and checks whether the connection works.

Command for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: names the AskUserQuestion tool.

Part of the dataverse plugin — 6 skills, 5 commands, 1 MCP server shipped together

Good fit Use it to configure an environment URL, choose browser, device-code, or client-secret sign-in, save the settings, and verify the connection.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/sahib-sawhney-wh/sahibs-claude-plugin-marketplace/setup
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/Sahib-Sawhney-WH/sahibs-claude-plugin-marketplace

Made for: Claude Code.

Or install dataverse, the plugin that ships this one along with the rest of its 6 skills, 5 commands, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for setup

README.md
[![agentmods](https://agentmods.dev/badge/commands/sahib-sawhney-wh/sahibs-claude-plugin-marketplace/setup/github.svg)](https://agentmods.dev/commands/sahib-sawhney-wh/sahibs-claude-plugin-marketplace/setup)
Your own site
<a href="https://agentmods.dev/commands/sahib-sawhney-wh/sahibs-claude-plugin-marketplace/setup"><img src="https://agentmods.dev/badge/commands/sahib-sawhney-wh/sahibs-claude-plugin-marketplace/setup/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for setup

Your own site · 80×15
<a href="https://agentmods.dev/commands/sahib-sawhney-wh/sahibs-claude-plugin-marketplace/setup"><img src="https://agentmods.dev/badge/commands/sahib-sawhney-wh/sahibs-claude-plugin-marketplace/setup.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 5 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 475 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00005 $0.00475
Opus 5 $0.00003 $0.00237
Sonnet 5 $0.00001 $0.00095
Haiku 4.5 $0.00001 $0.00047

Measured 12d ago against content hash 5bd01de6d890, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

setup scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/dataverse/commands/setup.md · 76 lines

What it actually says

Dataverse Setup Command

Configure the connection to a Microsoft Dataverse environment.

Instructions

When the user runs /dataverse:setup, help them configure their Dataverse connection.

Steps

  1. Get environment URL

  2. Determine authentication method

    • Ask which auth method they want to use:
      • Interactive Browser (development)
      • Device Code (headless systems)
      • Client Secret (production/automation)
  3. For Client Secret auth, collect:

    • Azure Tenant ID
    • Azure Client ID (App ID)
    • Client Secret value
  4. Create/update configuration file

    • Create .claude/dataverse.local.md with the settings
    • Include environment variables template
  5. Test the connection

    • Use the MCP dataverse_connect tool to verify
    • Show number of tables found

Configuration File Template

---
dataverse_url: https://yourorg.crm.dynamics.com
auth_method: interactive  # or: device_code, client_secret
# For client_secret auth:
# tenant_id: 00000000-0000-0000-0000-000000000000
# client_id: 00000000-0000-0000-0000-000000000000
---

# Dataverse Connection Configuration

This file stores your Dataverse connection settings.

## Environment Variables

For production, set these environment variables:
- DATAVERSE_URL
- DATAVERSE_AUTH_METHOD
- AZURE_TENANT_ID (for client_secret)
- AZURE_CLIENT_ID (for client_secret)
- AZURE_CLIENT_SECRET (for client_secret)

Tips

  • The Dataverse URL should NOT include a trailing slash
  • For interactive auth, a browser window will open on first use
  • For client_secret, ensure the app is registered in Azure AD and has Dataverse permissions
  • Never commit client secrets to version control
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 76 lines · 5 tokens per session scan A 5bd01de6d890

Subscribe to this mod's changes

setup is a command published in the GitHub repository Sahib-Sawhney-WH/sahibs-claude-plugin-marketplace (4 stars, last pushed 8mo ago), licensed MIT. It adds 5 tokens to every session and 475 once invoked, about $0.0000 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.