Overview
- Skill Key
- florianrauscha/timesheet
- Author
- florianrauscha
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/florianrauscha/timesheet
- Latest Commit SHA
- 9349160da2a0435a39fbd666d3d3ec89ce42d6a7
Track time, manage projects and tasks using timesheet.io CLI
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 timesheet 技能。 若已安装,则直接安装 timesheet 技能。
# Timesheet CLI Skill Control timesheet.io time tracking from the command line. Use `--json` flag for all commands to get structured output. ## Authentication Check auth status before using other commands: ```bash timesheet auth status --json ``` If not authenticated, guide the user to run: ```bash timesheet auth login ``` Or for automation, set an API key: ```bash export TIMESHEET_API_KEY=ts_your.apikey ``` ## Timer Operations ### Start a Timer ```bash # List projects first to get project ID timesheet projects list --json # Start timer for a project timesheet timer start <project-id> ``` ### Check Timer Status ```bash timesheet timer status --json ``` Returns: status (running/paused/stopped), project name, duration, start time. ### Control Timer ```bash timesheet timer pause timesheet timer resume timesheet timer stop # Creates a task from the timer ``` ### Update Running Timer ```bash timesheet timer update --description "Working on feature X" timesheet timer update --billable ``` ## Project Management ### List Projects ```bash timesheet projects list --json ``` ### Create Project ```bash timesheet projects create "Project Name" --json timesheet projects create "Client Project" --billable --json ``` ### Show/Update/Delete ```bash timesheet projects show <id> --json timesheet projects update <id> --title "New Name" timesheet projects delete <id> ``` ## Task Management ### List Tasks ```bash timesheet tasks list --json # Recent tasks timesheet tasks list --today --json # Today's tasks timesheet tasks list --this-week --json ``` ### Create Task Manually ```bash timesheet tasks create -p <project-id> -s "2024-01-15 09:00" -e "2024-01-15 17:00" --json timesheet tasks create -p <project-id> -s "09:00" -e "17:00" -d "Task description" --json ``` ### Update Task ```bash timesheet tasks update <id> --description "Updated description" timesheet tasks update <id> --billable timesheet tasks update <id> --start "10:00" --end "12:00" ``` ### De...
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.