Skip to content

Commit 114c7c1

Browse files
committed
docs: update agent skill section for open ecosystem
- Change section title to "Agent Skill" - Reference skills.sh as the open agent skills ecosystem - Add OpenClaw, Claude Code, Cursor, GitHub Copilot - Use standard npx skills add command
1 parent 44b13b6 commit 114c7c1

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -278,16 +278,14 @@ harvest completion zsh > "${fpath[1]}/_harvest"
278278
harvest completion fish > ~/.config/fish/completions/harvest.fish
279279
```
280280

281-
## Claude Code Skill
281+
## Agent Skill
282282

283-
Install as a Claude Code skill:
283+
This CLI is available as an [open agent skill](https://skills.sh/) for AI assistants including [Claude Code](https://claude.ai/code), [OpenClaw](https://openclaw.ai/), Cursor, and GitHub Copilot:
284284

285285
```bash
286-
npx @anthropic-ai/claude-code skills add dedene/harvest-cli
286+
npx skills add dedene/harvest-cli
287287
```
288288

289-
This enables Claude to track time, manage timers, run reports, and handle invoices via Harvest.
290-
291289
## License
292290

293291
MIT License - see [LICENSE](LICENSE) for details.

0 commit comments

Comments
 (0)