Refresh Cloud banner
itsLeonB itsLeonB

Refresh Cloud

Data community

Description

Scrape claude.ai's cloud-side plugin/skill configuration and write it to `database/cloud.json` in this project, so the dashboard's Cloud section reflects current state. Do NOT scrape connectors (`https://claude.ai/customize/connectors`). Connectors (Figma, Notion, Google Drive, etc.) sync automatically into Claude Code's local MCP server list — verified via `claude mcp list`, which shows them as `claude.ai <Name>` entries even though they're never written to `~/.claude.json`. Tracking them sepa

Installation

Installs to ~/.claude/commands/itsleonb-agent-config-manager-refresh-cloud.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/itsLeonB/agent-config-manager/HEAD/.claude/commands/refresh-cloud.md -o ~/.claude/commands/itsleonb-agent-config-manager-refresh-cloud.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository