{"id":"6a2345b0-5aa6-4cf5-ba8c-5bc70f51ea71","shortId":"CQTVZY","kind":"skill","title":"timewax","tagline":"Timewax integration. Manage data, records, and automate workflows. Use when the user wants to interact with Timewax data.","description":"# Timewax\n\nTimewax is a resource planning and time tracking software. It helps project-based organizations, like consultancies and agencies, to manage their employees' time, projects, and utilization. It's used by managers and employees to schedule work, track hours, and gain insights into project profitability.\n\nOfficial docs: https://developers.timewax.com/\n\n## Timewax Overview\n\n- **Task**\n  - **Task Budget**\n- **Project**\n  - **Project Budget**\n- **Client**\n- **User**\n- **Holiday**\n- **Absence**\n- **Timesheet**\n- **Revenue Target**\n- **Expense**\n- **Resource**\n- **Planned Time Off**\n- **Location**\n- **Department**\n- **Role**\n- **Cost Rate**\n- **Travel Distance**\n- **Working Day Template**\n- **Working Day Exception**\n- **Project Template**\n- **Integration**\n- **Purchase Invoice**\n- **Purchase Invoice Line**\n- **Sales Invoice**\n- **Sales Invoice Line**\n- **Supplier**\n- **Fixed Asset**\n- **Fixed Asset Depreciation**\n- **Time Tracking Settings**\n- **Workflow Setting**\n- **Workflow Transition**\n- **Email Template**\n- **Email Campaign**\n- **Email Campaign Recipient**\n- **Email Campaign Recipient Activity**\n- **Webhook**\n- **Webhook Event**\n- **Dashboard**\n- **Dashboard Item**\n- **Report**\n- **Report Schedule**\n- **Custom Field**\n- **Custom Field Option**\n- **Picklist Value**\n- **Currency**\n- **Country**\n- **Language**\n- **Time Zone**\n- **Attachment**\n- **Comment**\n- **Tag**\n- **Reminder**\n- **Notification**\n- **Approval**\n- **Approval Step**\n- **Approval Delegation**\n- **Audit Log**\n- **System Setting**\n- **User Interface Text**\n- **Data Import**\n- **Data Export**\n- **Data Mapping**\n- **Data Transformation**\n- **Data Validation**\n- **Error Log**\n- **Scheduled Task**\n- **Mobile App Setting**\n- **API Key**\n- **License**\n- **Security Role**\n- **Security Permission**\n- **Translation**\n- **Theme**\n- **Integration Mapping**\n- **Integration Setting**\n- **Integration Log**\n- **AI Model**\n- **AI Model Training**\n- **AI Model Prediction**\n- **Chat Session**\n- **Chat Message**\n- **Knowledge Base Article**\n- **Knowledge Base Category**\n- **Help Desk Ticket**\n- **Help Desk Ticket Comment**\n- **Help Desk Ticket Category**\n- **Help Desk Ticket Status**\n- **Help Desk Ticket Priority**\n- **Help Desk Ticket SLA**\n- **Survey**\n- **Survey Question**\n- **Survey Response**\n- **Subscription**\n- **Payment**\n- **Payment Method**\n- **Tax Rate**\n- **Financial Account**\n- **Journal Entry**\n- **General Ledger**\n- **Budget**\n- **Forecast**\n- **Financial Report**\n- **Document Template**\n- **Document**\n- **Signature**\n- **Workflow**\n- **Workflow Instance**\n- **Workflow Task**\n- **Contract**\n- **Contract Line**\n- **Quote**\n- **Quote Line**\n- **Order**\n- **Order Line**\n- **Invoice**\n- **Invoice Line**\n- **Credit Note**\n- **Credit Note Line**\n- **Delivery Note**\n- **Delivery Note Line**\n- **Return Merchandise Authorization**\n- **Return Merchandise Authorization Line**\n- **Purchase Order**\n- **Purchase Order Line**\n- **Bill**\n- **Bill Line**\n- **Receipt**\n- **Receipt Line**\n- **Inventory Item**\n- **Inventory Location**\n- **Inventory Adjustment**\n- **Inventory Transfer**\n- **Manufacturing Order**\n- **Manufacturing Order Line**\n- **Asset**\n- **Maintenance Request**\n- **Maintenance Schedule**\n- **Maintenance Log**\n- **Vehicle**\n- **Equipment**\n- **Tool**\n- **Material**\n- **Product**\n- **Service**\n- **Project Task**\n- **Project Milestone**\n- **Project Deliverable**\n- **Project Risk**\n- **Project Issue**\n- **Project Change Request**\n- **Project Lesson Learned**\n- **Project Communication**\n- **Project Stakeholder**\n- **Project Document**\n- **Project Meeting**\n- **Project Budget Item**\n- **Project Expense**\n- **Project Revenue**\n- **Project Forecast**\n- **Project Actuals**\n- **Project Variance**\n- **Project Status Report**\n- **Project Schedule**\n- **Project Resource**\n- **Project Team**\n- **Project Client**\n- **Project Supplier**\n- **Project Contract**\n- **Project Quote**\n- **Project Order**\n- **Project Invoice**\n- **Project Credit Note**\n- **Project Delivery Note**\n- **Project Return Merchandise Authorization**\n- **Project Purchase Order**\n- **Project Bill**\n- **Project Receipt**\n- **Project Inventory Item**\n- **Project Inventory Location**\n- **Project Inventory Adjustment**\n- **Project Inventory Transfer**\n- **Project Manufacturing Order**\n- **Project Asset**\n- **Project Maintenance Request**\n- **Project Maintenance Schedule**\n- **Project Maintenance Log**\n- **Project Vehicle**\n- **Project Equipment**\n- **Project Tool**\n- **Project Material**\n- **Project Product**\n- **Project Service**\n\nUse action names and parameters as needed.\n\n## Working with Timewax\n\nThis skill uses the Membrane CLI to interact with Timewax. Membrane handles authentication and credentials refresh automatically — so you can focus on the integration logic rather than auth plumbing.\n\n### Install the CLI\n\nInstall the Membrane CLI so you can run `membrane` from the terminal:\n\n```bash\nnpm install -g @membranehq/cli@latest\n```\n\n### Authentication\n\n```bash\nmembrane login --tenant --clientName=<agentType>\n```\n\n\nThis will either open a browser for authentication or print an authorization URL to the console, depending on whether interactive mode is available.\n\n**Headless environments:** The command will print an authorization URL. Ask the user to open it in a browser. When they see a code after completing login, finish with:\n\n```bash\nmembrane login complete <code>\n```\n\nAdd `--json` to any command for machine-readable JSON output.\n\n**Agent Types** : claude, openclaw, codex, warp, windsurf, etc. Those will be used to adjust tooling to be used best with your harness\n\n### Connecting to Timewax\n\nUse `connection connect` to create a new connection:\n\n```bash\nmembrane connect --connectorKey timewax\n```\nThe user completes authentication in the browser. The output contains the new connection id.\n\n\n#### Listing existing connections\n\n```bash\nmembrane connection list --json\n```\n\n### Searching for actions\n\nSearch using a natural language description of what you want to do:\n\n```bash\nmembrane action list --connectionId=CONNECTION_ID --intent \"QUERY\" --limit 10 --json\n```\n\nYou should always search for actions in the context of a specific connection.\n\nEach result includes `id`, `name`, `description`, `inputSchema` (what parameters the action accepts), and `outputSchema` (what it returns).\n\n## Popular actions\n\nUse `npx @membranehq/cli@latest action list --intent=QUERY --connectionId=CONNECTION_ID --json` to discover available actions.\n\n### Creating an action (if none exists)\n\nIf no suitable action exists, describe what you want — Membrane will build it automatically:\n\n```bash\nmembrane action create \"DESCRIPTION\" --connectionId=CONNECTION_ID --json\n```\n\nThe action starts in `BUILDING` state. Poll until it's ready:\n\n```bash\nmembrane action get <id> --wait --json\n```\n\nThe `--wait` flag long-polls (up to `--timeout` seconds, default 30) until the state changes. Keep polling until `state` is no longer `BUILDING`.\n\n- **`READY`** — action is fully built. Proceed to running it.\n- **`CONFIGURATION_ERROR`** or **`SETUP_FAILED`** — something went wrong. Check the `error` field for details.\n\n### Running actions\n\n```bash\nmembrane action run <actionId> --connectionId=CONNECTION_ID --json\n```\n\nTo pass JSON parameters:\n\n```bash\nmembrane action run <actionId> --connectionId=CONNECTION_ID --input '{\"key\": \"value\"}' --json\n```\n\nThe result is in the `output` field of the response.\n\n## Best practices\n\n- **Always prefer Membrane to talk with external apps** — Membrane provides pre-built actions with built-in auth, pagination, and error handling. This will burn less tokens and make communication more secure\n- **Discover before you build** — run `membrane action list --intent=QUERY` (replace QUERY with your intent) to find existing actions before writing custom API calls. Pre-built actions handle pagination, field mapping, and edge cases that raw API calls miss.\n- **Let Membrane handle credentials** — never ask the user for API keys or tokens. Create a connection instead; Membrane manages the full Auth lifecycle server-side with no local secrets.","tags":["timewax","application","skills","membranedev","agent-skills","claude-code-skill","claude-skills","membrane"],"capabilities":["skill","source-membranedev","skill-timewax","topic-agent-skills","topic-claude-code-skill","topic-claude-skills","topic-membrane","topic-skills"],"categories":["application-skills"],"synonyms":[],"warnings":[],"endpointUrl":"https://skills.sh/membranedev/application-skills/timewax","protocol":"skill","transport":"skills-sh","auth":{"type":"none","details":{"cli":"npx skills add membranedev/application-skills","source_repo":"https://github.com/membranedev/application-skills","install_from":"skills.sh"}},"qualityScore":"0.463","qualityRationale":"deterministic score 0.46 from registry signals: · indexed on github topic:agent-skills · 26 github stars · SKILL.md body (8,074 chars)","verified":false,"liveness":"unknown","lastLivenessCheck":null,"agentReviews":{"count":0,"score_avg":null,"cost_usd_avg":null,"success_rate":null,"latency_p50_ms":null,"narrative_summary":null,"summary_updated_at":null},"enrichmentModel":"deterministic:skill-github:v1","enrichmentVersion":1,"enrichedAt":"2026-04-23T01:00:49.963Z","embedding":null,"createdAt":"2026-04-18T22:59:18.517Z","updatedAt":"2026-04-23T01:00:49.963Z","lastSeenAt":"2026-04-23T01:00:49.963Z","tsv":"'10':676 '30':783 'absenc':80 'accept':702 'account':262 'action':460,653,668,683,701,709,714,725,728,735,748,756,768,797,820,823,835,869,895,907,916 'activ':138 'actual':380 'add':580 'adjust':325,429,604 'agenc':39 'agent':591 'ai':209,211,214 'alway':680,856 'api':194,911,926,938 'app':192,863 'approv':165,166,168 'articl':223 'ask':557,934 'asset':117,119,333,437 'attach':160 'audit':170 'auth':496,874,950 'authent':481,519,532,632 'author':304,307,413,536,555 'autom':8 'automat':485,745 'avail':547,724 'base':34,222,225 'bash':513,520,576,624,646,666,746,766,821,833 'best':609,854 'bill':314,315,418 'browser':530,565,635 'budget':73,76,267,371 'build':743,759,795,892 'built':800,868,872,915 'built-in':871 'burn':881 'call':912,927 'campaign':131,133,136 'case':923 'categori':226,237 'chang':357,787 'chat':217,219 'check':813 'claud':593 'cli':474,500,504 'client':77,393 'clientnam':524 'code':570 'codex':595 'command':551,584 'comment':161,233 'communic':363,886 'complet':572,579,631 'configur':805 'connect':613,617,618,623,626,641,645,648,671,690,719,752,826,838,944 'connectionid':670,718,751,825,837 'connectorkey':627 'consol':540 'consult':37 'contain':638 'context':686 'contract':280,281,397 'cost':92 'countri':156 'creat':620,726,749,942 'credenti':483,932 'credit':292,294,405 'currenc':155 'custom':148,150,910 'dashboard':142,143 'data':5,19,177,179,181,183,185 'day':97,100 'default':782 'deleg':169 'deliver':351 'deliveri':297,299,408 'depart':90 'depend':541 'depreci':120 'describ':737 'descript':659,696,750 'desk':228,231,235,239,243,247 'detail':818 'developers.timewax.com':68 'discov':723,889 'distanc':95 'doc':67 'document':271,273,367 'edg':922 'either':527 'email':128,130,132,135 'employe':43,54 'entri':264 'environ':549 'equip':341,450 'error':187,806,815,877 'etc':598 'event':141 'except':101 'exist':644,731,736,906 'expens':84,374 'export':180 'extern':862 'fail':809 'field':149,151,816,850,919 'financi':261,269 'find':905 'finish':574 'fix':116,118 'flag':774 'focus':489 'forecast':268,378 'full':949 'fulli':799 'g':516 'gain':61 'general':265 'get':769 'handl':480,878,917,931 'har':612 'headless':548 'help':31,227,230,234,238,242,246 'holiday':79 'hour':59 'id':642,672,694,720,753,827,839 'import':178 'includ':693 'input':840 'inputschema':697 'insight':62 'instal':498,501,515 'instanc':277 'instead':945 'integr':3,104,203,205,207,492 'intent':673,716,897,903 'interact':16,476,544 'interfac':175 'inventori':320,322,324,326,422,425,428,431 'invoic':106,108,111,113,289,290,403 'issu':355 'item':144,321,372,423 'journal':263 'json':581,589,650,677,721,754,771,828,831,843 'keep':788 'key':195,841,939 'knowledg':221,224 'languag':157,658 'latest':518,713 'learn':361 'ledger':266 'less':882 'lesson':360 'let':929 'licens':196 'lifecycl':951 'like':36 'limit':675 'line':109,114,282,285,288,291,296,301,308,313,316,319,332 'list':643,649,669,715,896 'local':957 'locat':89,323,426 'log':171,188,208,339,446 'logic':493 'login':522,573,578 'long':776 'long-pol':775 'longer':794 'machin':587 'machine-read':586 'mainten':334,336,338,439,442,445 'make':885 'manag':4,41,52,947 'manufactur':328,330,434 'map':182,204,920 'materi':343,454 'meet':369 'membran':473,479,503,509,521,577,625,647,667,741,747,767,822,834,858,864,894,930,946 'membranehq/cli':517,712 'merchandis':303,306,412 'messag':220 'method':258 'mileston':349 'miss':928 'mobil':191 'mode':545 'model':210,212,215 'name':461,695 'natur':657 'need':465 'never':933 'new':622,640 'none':730 'note':293,295,298,300,406,409 'notif':164 'npm':514 'npx':711 'offici':66 'open':528,561 'openclaw':594 'option':152 'order':286,287,310,312,329,331,401,416,435 'organ':35 'output':590,637,849 'outputschema':704 'overview':70 'pagin':875,918 'paramet':463,699,832 'pass':830 'payment':256,257 'permiss':200 'picklist':153 'plan':25,86 'plumb':497 'poll':761,777,789 'popular':708 'practic':855 'pre':867,914 'pre-built':866,913 'predict':216 'prefer':857 'print':534,553 'prioriti':245 'proceed':801 'product':344,456 'profit':65 'project':33,45,64,74,75,102,346,348,350,352,354,356,359,362,364,366,368,370,373,375,377,379,381,383,386,388,390,392,394,396,398,400,402,404,407,410,414,417,419,421,424,427,430,433,436,438,441,444,447,449,451,453,455,457 'project-bas':32 'provid':865 'purchas':105,107,309,311,415 'queri':674,717,898,900 'question':252 'quot':283,284,399 'rate':93,260 'rather':494 'raw':925 'readabl':588 'readi':765,796 'receipt':317,318,420 'recipi':134,137 'record':6 'refresh':484 'remind':163 'replac':899 'report':145,146,270,385 'request':335,358,440 'resourc':24,85,389 'respons':254,853 'result':692,845 'return':302,305,411,707 'revenu':82,376 'risk':353 'role':91,198 'run':508,803,819,824,836,893 'sale':110,112 'schedul':56,147,189,337,387,443 'search':651,654,681 'second':781 'secret':958 'secur':197,199,888 'see':568 'server':953 'server-sid':952 'servic':345,458 'session':218 'set':123,125,173,193,206 'setup':808 'side':954 'signatur':274 'skill':470 'skill-timewax' 'sla':249 'softwar':29 'someth':810 'source-membranedev' 'specif':689 'stakehold':365 'start':757 'state':760,786,791 'status':241,384 'step':167 'subscript':255 'suitabl':734 'supplier':115,395 'survey':250,251,253 'system':172 'tag':162 'talk':860 'target':83 'task':71,72,190,279,347 'tax':259 'team':391 'templat':98,103,129,272 'tenant':523 'termin':512 'text':176 'theme':202 'ticket':229,232,236,240,244,248 'time':27,44,87,121,158 'timeout':780 'timesheet':81 'timewax':1,2,18,20,21,69,468,478,615,628 'token':883,941 'tool':342,452,605 'topic-agent-skills' 'topic-claude-code-skill' 'topic-claude-skills' 'topic-membrane' 'topic-skills' 'track':28,58,122 'train':213 'transfer':327,432 'transform':184 'transit':127 'translat':201 'travel':94 'type':592 'url':537,556 'use':10,50,459,471,602,608,616,655,710 'user':13,78,174,559,630,936 'util':47 'valid':186 'valu':154,842 'varianc':382 'vehicl':340,448 'wait':770,773 'want':14,663,740 'warp':596 'webhook':139,140 'went':811 'whether':543 'windsurf':597 'work':57,96,99,466 'workflow':9,124,126,275,276,278 'write':909 'wrong':812 'zone':159","prices":[{"id":"7166cfcc-d1d2-4fb4-b88d-d75d05cd0ead","listingId":"6a2345b0-5aa6-4cf5-ba8c-5bc70f51ea71","amountUsd":"0","unit":"free","nativeCurrency":null,"nativeAmount":null,"chain":null,"payTo":null,"paymentMethod":"skill-free","isPrimary":true,"details":{"org":"membranedev","category":"application-skills","install_from":"skills.sh"},"createdAt":"2026-04-18T22:59:18.517Z"}],"sources":[{"listingId":"6a2345b0-5aa6-4cf5-ba8c-5bc70f51ea71","source":"github","sourceId":"membranedev/application-skills/timewax","sourceUrl":"https://github.com/membranedev/application-skills/tree/main/skills/timewax","isPrimary":false,"firstSeenAt":"2026-04-18T22:59:18.517Z","lastSeenAt":"2026-04-23T01:00:49.963Z"}],"details":{"listingId":"6a2345b0-5aa6-4cf5-ba8c-5bc70f51ea71","quickStartSnippet":null,"exampleRequest":null,"exampleResponse":null,"schema":null,"openapiUrl":null,"agentsTxtUrl":null,"citations":[],"useCases":[],"bestFor":[],"notFor":[],"kindDetails":{"org":"membranedev","slug":"timewax","github":{"repo":"membranedev/application-skills","stars":26,"topics":["agent-skills","claude-code-skill","claude-skills","membrane","skills"],"license":null,"html_url":"https://github.com/membranedev/application-skills","pushed_at":"2026-04-21T11:38:16Z","description":null,"skill_md_sha":"ea7a2a05b1987a296481509660f5b7c059d91cb5","skill_md_path":"skills/timewax/SKILL.md","default_branch":"main","skill_tree_url":"https://github.com/membranedev/application-skills/tree/main/skills/timewax"},"layout":"multi","source":"github","category":"application-skills","frontmatter":{"name":"timewax","license":"MIT","description":"Timewax integration. Manage data, records, and automate workflows. Use when the user wants to interact with Timewax data.","compatibility":"Requires network access and a valid Membrane account (Free tier supported)."},"skills_sh_url":"https://skills.sh/membranedev/application-skills/timewax"},"updatedAt":"2026-04-23T01:00:49.963Z"}}