← Back to Skills Marketplace
281
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install pointsyeah-cli
Description
Generate PointsYeah search URLs for flights and hotels via a CLI without scraping or private API calls, providing deep links to open in a browser.
Usage Guidance
This skill is instruction-only: it documents how to use a 'pointsyeah' CLI but does not include the CLI code. Before running the shown 'uv pip install -e .' or 'uv tool install -e .' commands, verify the actual package source (a trusted repository or release). Do not pip-install or run editable installs from an untrusted directory. Note the --open flag will open generated URLs in your browser; only open links you trust. If you want the agent to run this autonomously, be comfortable that it may open external URLs on your behalf. If you expect the skill to provide the CLI itself, ask the publisher or obtain the official package source first.
Capability Assessment
Purpose & Capability
The skill's description says it provides a CLI to generate PointsYeah deep links. The SKILL.md gives commands and install instructions for a 'pointsyeah' package, but the bundle contains no code or install spec — so the skill is purely instructional and assumes the CLI is provided elsewhere. This is a minor incoherence (missing packaged CLI) but not an obvious security mismatch.
Instruction Scope
Instructions are focused on generating flight/hotel deep links and running the CLI (including an --open flag to open links in a browser). They also show how to run a local pip editable install and tests. The instructions do not request or read credentials, system files, or external endpoints beyond opening a browser. The only scope oddity is instructing a local 'pip install -e .' despite no packaged code in the bundle.
Install Mechanism
There is no install spec in the registry metadata (instruction-only). The SKILL.md suggests using 'uv pip install -e .' or 'uv tool install -e .' which are local editable installs rather than downloading arbitrary remote archives. No downloads, extract steps, or external package pulls are specified in the skill metadata.
Credentials
The skill declares no required environment variables, credentials, or config paths and the instructions do not reference secrets. The requested environment access is proportionate to the stated functionality.
Persistence & Privilege
The skill is not always-enabled and uses default autonomous-invocation settings. It does not request persistent system-wide changes or alter other skills. No elevated persistence privileges are requested.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install pointsyeah-cli - After installation, invoke the skill by name or use
/pointsyeah-cli - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release of pointsyeah-cli.
- Provides a CLI to generate deep link search URLs for PointsYeah flights and hotels.
- Supports specifying parameters like dates, cities, guests, and cabin for flights/hotels.
- Includes options to open generated URLs directly in your browser.
- Does not scrape or call private APIs—creates only valid PointsYeah search links.
- Installation and usage instructions included for uv and development/testing.
Metadata
Frequently Asked Questions
What is Pointsyeah Cli?
Generate PointsYeah search URLs for flights and hotels via a CLI without scraping or private API calls, providing deep links to open in a browser. It is an AI Agent Skill for Claude Code / OpenClaw, with 281 downloads so far.
How do I install Pointsyeah Cli?
Run "/install pointsyeah-cli" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Pointsyeah Cli free?
Yes, Pointsyeah Cli is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Pointsyeah Cli support?
Pointsyeah Cli is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Pointsyeah Cli?
It is built and maintained by Yuan Chen (@chenyuan99); the current version is v0.1.0.
More Skills