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

Setup

skill-managelm-claude-extension-setup · by managelm

Help the user configure their ManageLM connection to Claude Code. Use when the user asks to set up, configure, or connect ManageLM.

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

Install

$ agentstack add skill-managelm-claude-extension-setup

✓ 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-managelm-claude-extension-setup)

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 Setup? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

ManageLM Setup

Guide the user through connecting Claude to their ManageLM portal:

  1. Get the portal URL: Ask the user for their ManageLM portal URL (e.g., https://app.managelm.com).
  1. Configure the MCP endpoint: The MCP endpoint is {portal_url}/mcp — the URL must end with /mcp. Update the user's Claude Code MCP settings (~/.claude/settings.json or project .mcp.json) to point to it:

``json { "mcpServers": { "managelm": { "type": "url", "url": "https://app.managelm.com/mcp" } } } ``

  1. Authentication: ManageLM uses OAuth 2.0 with PKCE. On first connection, Claude will open a browser window for the user to authorize access. The user must have a ManageLM account with MCP credentials enabled (found in Settings > MCP Credentials).
  1. Verify the connection: After setup, use the search_agents tool to verify the connection works and show available servers.

Troubleshooting

  • 401 Unauthorized: MCP credentials may not be generated yet. Direct the user to their ManageLM portal Settings > MCP Credentials to generate them.
  • Connection refused: Verify the portal URL is correct, accessible from this machine, and ends with /mcp.
  • No agents listed: The user may not have any agents enrolled, or their account role may restrict agent visibility.
  • Token expired: Access tokens expire after 30 minutes and are automatically refreshed. If issues persist, re-authenticate by removing and re-adding the MCP server configuration.

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.