skills/writing-and-planning/copywriting/document-editorial/composio-skills/harvest-automation/SKILL.md
Automate time tracking, project management, and invoicing workflows in Harvest -- log hours, manage projects, clients, and tasks through natural language commands.
npx skillsauth add lunartech-x/superpowers Harvest AutomationInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Automate your Harvest time tracking operations directly from Claude Code. Log time entries, manage projects and clients, create tasks, and pull reporting data -- all without leaving your terminal.
Toolkit docs: composio.dev/toolkits/harvest
https://rube.app/mcpCreate, list, update, and retrieve time entries for accurate billing and reporting.
Tools: HARVEST_CREATE_TIME_ENTRY, HARVEST_LIST_TIME_ENTRIES, HARVEST_GET_TIME_ENTRY, HARVEST_UPDATE_TIME_ENTRY
Log 3.5 hours of development work on project 12345, task 67890 for today
Key parameters for HARVEST_CREATE_TIME_ENTRY:
project_id (required) -- the project to log againsttask_id (required) -- the task must be assigned to the projectspent_date (required) -- date in YYYY-MM-DD formathours -- total hours (for duration-based accounts)started_time / ended_time -- for timestamp-based accountsnotes -- description of work performedKey parameters for HARVEST_LIST_TIME_ENTRIES:
from_date / to -- date range filters (YYYY-MM-DD)project_id, client_id, task_id, user_id -- entity filtersis_billed / is_running -- status filterspage / per_page (max 2000) -- paginationCreate new projects and list existing ones with client and billing configuration.
Tools: HARVEST_CREATE_PROJECT, HARVEST_LIST_PROJECTS, HARVEST_GET_PROJECT
Create a billable project called "Website Redesign" for client 456 with Tasks billing and project budget
Key parameters for HARVEST_CREATE_PROJECT:
name, client_id, is_billable, bill_by, budget_by (all required)bill_by options: "Project", "Tasks", "People", "none"budget_by options: "project", "project_cost", "task", "task_fees", "person", "none"budget, hourly_rate, starts_on, ends_on, is_fixed_feeCreate and list clients that projects are organized under.
Tools: HARVEST_CREATE_CLIENT, HARVEST_LIST_CLIENTS
List all active clients in our Harvest account
HARVEST_CREATE_CLIENT requires name; accepts address, currency, is_activeHARVEST_LIST_CLIENTS supports is_active filter and pagination (per_page max 2000)Create and list reusable task types for time tracking.
Tools: HARVEST_CREATE_TASK, HARVEST_LIST_TASKS
Create a new billable task called "Code Review" with a default rate of $150/hr
HARVEST_CREATE_TASK requires name; accepts billable_by_default, default_hourly_rate, is_active, is_defaultHARVEST_LIST_TASKS supports is_active, is_default filters and pagination (per_page max 100)Pull time entries with date ranges and filters for billing summaries and utilization reports.
Tools: HARVEST_LIST_TIME_ENTRIES, HARVEST_GET_TIME_ENTRY
Show me all unbilled time entries for project 789 from January 2026
from_date and to for date windowingis_billed: false for unbilled entriesproject_id, user_id, client_id for cross-dimensional reportingpage and per_page to gather complete datasetsModify existing time entries to fix hours, reassign projects, or update notes.
Tools: HARVEST_UPDATE_TIME_ENTRY
Update time entry 123456 to change the hours to 4.0 and add the note "Completed API integration"
time_entry_idhours, notes, project_id, task_id, spent_date, started_time, ended_timetask_id must correspond to a task that is actually assigned to the specified project_id. Use project task assignments endpoint to verify, not just HARVEST_LIST_TASKS (which returns global tasks).hours is ignored on timestamp accounts; started_time/ended_time are ignored on duration accounts.HARVEST_LIST_TIME_ENTRIES and HARVEST_LIST_CLIENTS support up to 2000 per page, but HARVEST_LIST_PROJECTS and HARVEST_LIST_TASKS cap at 100 per page.YYYY-MM-DD format. ISO 8601 with timezone is used for updated_since filters.HARVEST_CREATE_PROJECT requires five fields: name, client_id, is_billable, bill_by, and budget_by. Missing any will cause a validation error.| Tool Slug | Description |
|---|---|
| HARVEST_LIST_TIME_ENTRIES | List time entries with date, project, client, user filters |
| HARVEST_CREATE_TIME_ENTRY | Log a new time entry (requires project_id, task_id, spent_date) |
| HARVEST_GET_TIME_ENTRY | Retrieve a specific time entry by ID |
| HARVEST_UPDATE_TIME_ENTRY | Update an existing time entry (requires time_entry_id) |
| HARVEST_LIST_PROJECTS | List projects with optional client filter |
| HARVEST_CREATE_PROJECT | Create a new project with billing config |
| HARVEST_GET_PROJECT | Retrieve a specific project by ID |
| HARVEST_LIST_CLIENTS | List clients with active/inactive filter |
| HARVEST_CREATE_CLIENT | Create a new client (requires name) |
| HARVEST_LIST_TASKS | List reusable task types |
| HARVEST_CREATE_TASK | Create a new task type (requires name) |
Powered by Composio
tools
Data structure for annotated matrices in single-cell analysis. Use when working with .h5ad files or integrating with the scverse ecosystem. This is the data format skill—for analysis workflows use scanpy; for probabilistic models use scvi-tools; for population-scale queries use cellxgene-census.
testing
Access AlphaFold 200M+ AI-predicted protein structures. Retrieve structures by UniProt ID, download PDB/mmCIF files, analyze confidence metrics (pLDDT, PAE), for drug discovery and structural biology.
development
Access real-time and historical stock market data, forex rates, cryptocurrency prices, commodities, economic indicators, and 50+ technical indicators via the Alpha Vantage API. Use when fetching stock prices (OHLCV), company fundamentals (income statement, balance sheet, cash flow), earnings, options data, market news/sentiment, insider transactions, GDP, CPI, treasury yields, gold/silver/oil prices, Bitcoin/crypto prices, forex exchange rates, or calculating technical indicators (SMA, EMA, MACD, RSI, Bollinger Bands). Requires a free API key from alphavantage.co.
development
This skill should be used for time series machine learning tasks including classification, regression, clustering, forecasting, anomaly detection, segmentation, and similarity search. Use when working with temporal data, sequential patterns, or time-indexed observations requiring specialized algorithms beyond standard ML approaches. Particularly suited for univariate and multivariate time series analysis with scikit-learn compatible APIs.