FreshBooks Automation
FreshBooks Automation: manage businesses, projects, time tracking, and billing in FreshBooks cloud accounting
npx skills add composio-community/awesome-codex-skills --skill freshbooks-automation --agent codex
Same command for any agent — swap --agent for claude-code, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# FreshBooks Automation Automate FreshBooks operations including listing businesses, managing projects, tracking time, and monitoring budgets for small and medium-sized business accounting. **Toolkit docs:** [composio.dev/toolkits/freshbooks](https://composio.dev/toolkits/freshbooks) --- ## Setup This skill requires the **Rube MCP server** connected at `https://rube.app/mcp`. Before executing any tools, ensure an active connection exists for the `freshbooks` toolkit. If no connection is active, initiate one via `RUBE_MANAGE_CONNECTIONS`. --- ## Core Workflows ### 1. List Businesses Retrieve all businesses associated with the authenticated user. The `business_id` from this response is required for most other FreshBooks API calls. **Tool:** `FRESHBOOKS_LIST_BUSINESSES` **Parameters:** None required. **Example:** ``` Tool: FRESHBOOKS_LIST_BUSINESSES Arguments: {} ``` **Output:** Returns business membership information including all businesses the user has access to, along with their role in each business. > **Important:** Always call this first to obtain a valid `business_id` before performing project-specific operations. --- ### 2. List and Filter Projects Retrieve all projects for a
- Setup
- Core Workflows
- 1. List Businesses
- 2. List and Filter Projects
- 3. Monitor Active Projects
- 4. Review Recently Updated Projects
- Recommended Execution Plan
- Known Pitfalls
- Quick Reference
What does the FreshBooks Automation skill do?
FreshBooks Automation: manage businesses, projects, time tracking, and billing in FreshBooks cloud accounting
How do I install it?
Run `npx skills add composio-community/awesome-codex-skills --skill freshbooks-automation --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From composio-community/awesome-codex-skills, a repository with 15,591 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
