npx skills add https://github.com/andrejones92/canifi-life-os --skill hootsuiteSKILL.md
Hootsuite Skill
Manage enterprise social media with Hootsuite's comprehensive management platform.
Quick Install
curl -sSL https://canifi.com/skills/hootsuite/install.sh | bash
Or manually:
cp -r skills/hootsuite ~/.canifi/skills/
Setup
Configure via canifi-env:
# First, ensure canifi-env is installed:
# curl -sSL https://canifi.com/install.sh | bash
canifi-env set HOOTSUITE_ACCESS_TOKEN "your_access_token"
canifi-env set HOOTSUITE_CLIENT_ID "your_client_id"
canifi-env set HOOTSUITE_CLIENT_SECRET "your_client_secret"
Privacy & Authentication
Your credentials, your choice. Canifi LifeOS respects your privacy.
Option 1: Manual Browser Login (Recommended)
If you prefer not to share credentials with Claude Code:
- Complete the Browser Automation Setup using CDP mode
- Login to the service manually in the Playwright-controlled Chrome window
- Claude will use your authenticated session without ever seeing your password
Option 2: Environment Variables
If you're comfortable sharing credentials, you can store them locally:
canifi-env set SERVICE_EMAIL "your-email"
canifi-env set SERVICE_PASSWORD "your-password"
Note: Credentials stored in canifi-env are only accessible locally on your machine and are never transmitted.
Capabilities
- Social Publishing: Schedule and publish to multiple networks
- Stream Monitoring: Monitor mentions, keywords, and feeds
- Team Management: Manage team access and approval workflows
- Analytics: Track social performance across all networks
- Social Listening: Monitor brand sentiment and trends
Usage Examples
Schedule Message
User: "Schedule a post to all my Hootsuite social profiles"
Assistant: Creates scheduled message across networks
Check Streams
User: "Show me recent mentions from my Hootsuite streams"
Assistant: Returns recent stream activity
Get Analytics
User: "Show me this week's social media performance"
Assistant: Returns engagement metrics by platform
Approve Message
User: "Approve the pending team posts in Hootsuite"
Assistant: Approves posts awaiting review
Authentication Flow
- Register app in Hootsuite developer portal
- Implement OAuth 2.0 flow
- Request appropriate scopes
- Store and refresh tokens
Error Handling
| Error | Cause | Solution |
|---|---|---|
| 401 Unauthorized | Token expired | Refresh access token |
| 403 Forbidden | Insufficient permissions | Check scopes |
| 404 Not Found | Resource not found | Verify ID |
| 429 Rate Limited | Too many requests | Implement backoff |
Notes
- Enterprise-grade social management
- Supports all major social networks
- Team collaboration features
- Advanced analytics and reporting
- Social listening add-on
- Integrations marketplace
Repository Stats
Stars1
Forks0