🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ 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...

Versionv1.0.0
βš™οΈ 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

  • All requests are POST (even "list" and "view")
  • Always include apiKey and company_account_id in the JSON body
  • Use detailed_response: true for full field data in list requests
  • Duration format: "HH:MM:SS" β†’ convert to decimal hours for reporting
  • The lang parameter is optional (defaults to site language)
  • On Windows, prefer PowerShell Invoke-RestMethod over curl
  • View on ClawHub
    TERMINAL
    clawhub install scoro

    πŸ§ͺ Use this skill with your agent

    Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

    πŸ” Can't find the right skill?

    Search 60,000+ AI agent skills β€” free, no login needed.

    Search Skills β†’