Skip to content

Commit f4544bd

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
1 parent b9f09bd commit f4544bd

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -520,18 +520,14 @@ make build
520520
- Access tokens are kept in memory only and refreshed automatically
521521
- Never commit credentials to version control
522522

523-
## AI Agent Skill
523+
## Agent Skill
524524

525-
This repo includes an [Agent Skill](https://code.claude.com/docs/en/skills) so AI coding
526-
agents can use frontcli autonomously. Install it with:
525+
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:
527526

528527
```bash
529528
npx skills add dedene/frontapp-cli
530529
```
531530

532-
The skill is located at `.claude/skills/frontcli/SKILL.md` and works with Claude Code, Cursor,
533-
GitHub Copilot, and other compatible agents.
534-
535531
## Links
536532

537533
- [Front API Documentation](https://dev.frontapp.com/reference/introduction)

0 commit comments

Comments
 (0)