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

Troubleshoot

skill-managelm-claude-extension-troubleshoot · by managelm

Diagnose ManageLM connection issues, task failures, and agent problems. Use when the user reports errors or unexpected behavior with their ManageLM setup.

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

Install

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

✓ 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-troubleshoot)

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

About

ManageLM Troubleshoot

Help the user diagnose and resolve ManageLM issues. Work through these checks in order, stopping when the problem is identified.

1. Connection Issues

If the user cannot connect or gets authentication errors:

  • 401 Unauthorized: MCP credentials are missing or expired. Direct the user to Portal > Settings > MCP Credentials to regenerate them.
  • 403 Forbidden: The user's IP may not be in the allowed whitelist. Check with the portal administrator.
  • Connection refused / timeout: Verify the portal URL is correct and reachable. Ask the user to confirm their MCP endpoint URL (should end with /mcp).
  • OAuth flow not starting: Ensure the MCP server is configured with "type": "url" in the .mcp.json or Claude Code settings. Check Claude Code version is 1.0.33+.

2. Agent Issues

If agents are not appearing or are shown as offline:

  • Use search_agents (no args) to check the current state of all agents.
  • No agents listed: The user may not have enrolled any agents, or their account role restricts visibility.
  • Agent offline: The agent service may be stopped on the server. Ask the user to check systemctl status managelm-agent on the target server.
  • Agent not responding: Network issues between the agent and the portal. Check firewall rules and outbound connectivity from the agent.

3. Task Failures

If tasks are failing or returning errors:

  • Use get_task_status with the task ID to check the detailed status and error message.
  • Use get_task_history to see recent tasks for the agent and identify patterns.
  • Skill not available: Use get_agent_skills to verify the required skill is assigned to the agent.
  • Permission denied: The agent may lack the OS-level permissions to perform the action.
  • Timeout: File transfer tasks have a 300s timeout; regular tasks have a 30s timeout. Large operations may need to be broken into smaller steps.

4. Tool Not Found

If specific ManageLM tools are not appearing in Claude's toolkit:

  • The MCP connection may not be established. Check /mcp status in Claude Code.
  • Run /reload-plugins to refresh the plugin and MCP connection.
  • Skills are loaded per-account. Use list_available_skills to see skills not yet imported, and import them from the portal.

5. General Tips

  • Use get_account_info to check plan limits and current usage.
  • Use search_agents to filter agents by health, OS, or status when investigating fleet-wide issues.
  • Token refresh happens automatically. If auth breaks persistently, remove and re-add 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.