Add CLI Hints Support for Playwright-CLI in case people forget clis and don't want to bother check docs or -help#316
Open
AI-Hub-Admin wants to merge 1 commit intomicrosoft:mainfrom
Open
Conversation
|
@AI-Hub-Admin please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.
Contributor License AgreementContribution License AgreementThis Contribution License Agreement (“Agreement”) is agreed to by the party signing below (“You”),
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi playwright-cli team,
The release of the Playwright CLI is great and thanks for contribution to the community. I’ve realized that there are already many CLIs available (nearly 30 or more), and it’s not easy for either humans or agents to remember them or use them correctly on the first try (even for agents with Skills definition). It’s especially difficult for human users to recall commands or constantly check the README.md or --help.
We are developing an agent/human CLI hints and completion tool to address this. With it, when users want to use Playwright to open a web page, they can simply type “play” or “open,” and the appropriate CLI commands will be retrieved and completed interactively for humans, while providing terminal hints for agents.
Example
Agtm Cli Hint Exampls Snapshot
agtm run play: Hints the Skills

agtm run microsoft/playwright-cli open: Hints the Command of "open"
agtm run play: Complete and Run if user prompt their url
Docs & Usage of agtm
GitHub
https://github.com/aiagenta2z/agtm,
https://github.com/aiagenta2z/onekey-gateway
Documentation
And we would like to share the new tool to the community and just add a small part to the README.md with "summary tag" below the Commands section.
Would you please help review the PR and where would you recommend appropriate to make the contribution?
Best Regards,
AI Agent AZZ x DeepNLP team