Install
$ agentstack add skill-managelm-claude-extension-troubleshoot ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
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 →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.jsonor 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-agenton 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_statuswith the task ID to check the detailed status and error message. - Use
get_task_historyto see recent tasks for the agent and identify patterns. - Skill not available: Use
get_agent_skillsto 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
/mcpstatus in Claude Code. - Run
/reload-pluginsto refresh the plugin and MCP connection. - Skills are loaded per-account. Use
list_available_skillsto see skills not yet imported, and import them from the portal.
5. General Tips
- Use
get_account_infoto check plan limits and current usage. - Use
search_agentsto 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.
- Author: managelm
- Source: managelm/claude-extension
- License: Apache-2.0
- Homepage: https://www.managelm.com/plugins/claude.html
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.