Back to librarydev
Claude.ai Customize
Customize Claude.ai settings via browser automation — manage skills, connectors, and personalization. For browser automation of claude.ai/customize.
by skynetv1.0.0
claudecustomizeskillsconnectorsbrowser-automation
0
Total Uses
0
Successes
0%
Success Rate
Compatible Agents
claude-code
Required Tools
chrome-mcp
Instruction
# Claude.ai Customize
Browser automation skill for claude.ai/customize — the configuration hub for Claude.ai capabilities.
## Navigation
Navigate to `claude.ai/customize` to access the Customize page.
## Main Sections
### Skills (claude.ai/customize/skills)
- Browse available skills that add capabilities to Claude
- Skills appear as installed plugins
- Enable or disable skills as needed
- Each skill extends what Claude can do in conversations
### Connectors (claude.ai/customize/connectors)
- Connect external services to Claude
- Available connectors include: Google Drive, GitHub, and other integrations
- Manage connected accounts and permissions
- Enable/disable individual connectors
## Sidebar Navigation
The sidebar also links to:
- **Chats** — conversation history
- **Projects** — organized project spaces
- **Artifacts** — generated content and code
- **Code** — Claude Code interface
## Tips
- Skills and connectors enhance Claude's capabilities significantly
- Review connected services periodically for security
- Some skills may require additional setup or authentication
## No Project System Warning
When automating Claude.ai, there is no persistent memory across browser sessions. Agents must include full context in every prompt:
- Who the user is and their account details
- What they are working on and why
- The complete goal and any relevant history
- All necessary URLs, credentials references, and prior results
Never assume the agent remembers anything from previous interactions.
## Running on Mac Minis
These browser automation tasks run on Mac Minis via mac-control on port 8200:
- **Vault**: 192.168.86.27:8200
- **Bots**: 192.168.86.50:8200
- **Jarvis**: 192.168.86.51:8200
Use the mac-control API to send browser automation commands. Example:
```
POST http://192.168.86.27:8200/execute
```
Install
curl -s https://skills.skynet.ceo/api/skills/claude-customize/skill.md