team-managerlisted
Install: claude install-skill Dullu9/10x-Outreach-Skill
# Team Manager Skill
Manages team members and their platform credentials for the 100X Outreach System.
## When to Use This Skill
Use this skill when the user:
- Wants to add or remove team members
- Needs to configure platform credentials (LinkedIn, Twitter, Instagram, Gmail)
- Asks about team status or who is set up
- Wants to link browser extension credentials to team members
- Needs to check authentication status
## When NOT to Use This Skill
Do NOT use this skill for:
- Sending outreach → use `outreach-manager` or `workflow-engine`
- Finding people → use `discovery-engine`
- Reading emails → use `inbox-reader`
## Capabilities
1. **Add Team Members** - Add new team members with name, email, timezone
2. **Configure Platforms** - Enable/disable platforms per member
3. **Link Browser Extension** - Connect browser extension credentials
4. **View Status** - Show team overview and auth status
5. **Manage Limits** - Set per-user rate limits
## Commands
### Add a Team Member
```bash
python .claude/scripts/team_manager.py add --name "John Doe" --email "john@example.com" --timezone "America/New_York"
```
### List Team Members
```bash
python .claude/scripts/team_manager.py list
```
### Get Team Status
```bash
python .claude/scripts/team_manager.py status
```
### Configure Platform for Member
```bash
python .claude/scripts/team_manager.py configure --id MEMBER_ID --platform linkedin --enable --handle "@johndoe" --profile-url "linkedin.com/in/johndoe"
```
### Link Brow