π¦ ClawHub
Scoro
by @germainsafari
Scoro API v2 integration for time tracking, task management, utilization reporting, team status reports, and billable corrections. Use when: user asks about...
βοΈ Configuration
1. Get your Scoro API key from Settings β External connections β API in your Scoro account.
2. Set your company URL (e.g. https://yourcompany.scoro.com/api/v2).
3. Add both to your OpenClaw config:
{
"env": {
"vars": {
"SCORO_API_KEY": "ScoroAPI_your_key_here",
"SCORO_COMPANY_URL": "https://yourcompany.scoro.com/api/v2"
}
}
}
4. Add "scoro" to your agent's skills list in openclaw.json.
π Tips & Best Practices
apiKey and company_account_id in the JSON bodydetailed_response: true for full field data in list requestslang parameter is optional (defaults to site language)Invoke-RestMethod over curlTERMINAL
clawhub install scoro