FreshBooks Automation: manage businesses, projects, time tracking, and billing in FreshBooks cloud accounting
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "FreshBooks Automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/freshbooks-automation/SKILL.md 2. 保存为 ~/.claude/skills/freshbooks-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
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
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.
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_idbefore performing project-specific operations.
Retrieve all projects for a business with comprehensive filtering and sorting options.
Tool: FRESHBOOKS_LIST_PROJECTS
Key Parameters:
business_id (required) -- Business ID obtained from FRESHBOOKS_LIST_BUSINESSESactive -- Filter by active status: true (active only), false (inactive only), omit for allcomplete -- Filter by completion: true (completed), false (incomplete), omit for allsort_by -- Sort order: "created_at", "due_date", or "title"updated_since -- UTC datetime in RFC3339 format, e.g., "2026-01-01T00:00:00Z"include_logged_duration -- true to include total logged time (in seconds) per projectskip_group -- true to omit team member/invitation data (reduces response size)Example:
Tool: FRESHBOOKS_LIST_PROJECTS
Arguments:
business_id: 123456
active: true
complete: false
sort_by: "due_date"
include_logged_duration: true
Use Cases:
Track project progress and budgets by filtering for active, incomplete projects.
Steps:
FRESHBOOKS_LIST_BUSINESSES to get business_idFRESHBOOKS_LIST_PROJECTS with active: true, complete: false, include_logged_duration: trueCheck for recent project activity using the updated_since filter.
Steps:
FRESHBOOKS_LIST_BUSINESSES to get business_idFRESHBOOKS_LIST_PROJECTS with updated_since set to your cutoff datetimeExample:
Tool: FRESHBOOKS_LIST_PROJECTS
Arguments:
business_id: 123456
updated_since: "2026-02-01T00:00:00Z"
sort_by: "created_at"
FRESHBOOKS_LIST_BUSINESSESFRESHBOOKS_LIST_PROJECTS with the obtained business_idactive, complete, updated_since, and sort_by parameters| Pitfall | Detail |
|---|---|
| business_id required | Most FreshBooks operations require a business_id. Always call FRESHBOOKS_LIST_BUSINESSES first to obtain it. |
| Date format | The updated_since parameter must be in RFC3339 format: "2026-01-01T00:00:00Z". Other formats will fail. |
| Paginated results | Project list responses are paginated. Check for additional pages in the response. |
| Empty results | Returns an empty list if no projects exist or match the applied filters. This is not an error. |
…
通过 Rube MCP 自动执行 Pdfless 相关流程与文档处理任务
通过 Rube MCP 自动化执行 Documint 文档生成与处理相关任务。
通过 Rube MCP 自动执行 Bubble 相关任务,并先检索最新工具模式后再操作。
通过 Rube MCP 自动处理 BTCPay Server 的支付与商户运维任务
通过 Rube MCP 自动化处理 Payhip 店铺中的常见运营与管理任务。
通过 Rube MCP 自动化执行 Prisma 相关任务,并先检索最新 schema 与工具信息。