Skip to content

Commit ce788c0

Browse files
committed
docs: update agent skill section for open ecosystem
- Standardize section to "Agent Skill" - Reference skills.sh as the open agent skills ecosystem - Add OpenClaw mention alongside Claude Code, Cursor, Copilot - Remove -g flag from install command
1 parent d42df60 commit ce788c0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,12 +141,12 @@ strawpoll completion zsh > "${fpath[1]}/_strawpoll"
141141
strawpoll completion fish > ~/.config/fish/completions/strawpoll.fish
142142
```
143143

144-
## AI Agent Skill
144+
## Agent Skill
145145

146-
Install the [Agent Skill](https://agentskills.io/) to use strawpoll-cli with Claude Code, Cursor, Windsurf, or other AI coding agents:
146+
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:
147147

148148
```bash
149-
npx skills add dedene/strawpoll-cli -g
149+
npx skills add dedene/strawpoll-cli
150150
```
151151

152152
## Environment variables

0 commit comments

Comments
 (0)