Domains
Forms
Domains
Forms
Mechanism
Breaks down how the skill works and what it produces, so you can quickly judge whether it fits your scenario and value.
When the user asks to "derive a client", "build a CLI for <site>", "reverse engineer this site's API", or when the same site will be automated repeatedly and direct HTTP calls beat driving a browser.
A standalone client/CLI that calls the site's internal API directly without a browser, saving automation cost and enabling repeatable HTTP access.
Use Cases
A developer needs to pull daily reports from a SaaS dashboard that has no public API. They use derive-client to record login and report flows via agent-browser, generate a CLI that calls the internal endpoints, and schedule it via cron. This removes the need to drive a browser daily, saves compute, and gives reliable automated data extraction with clear re-auth prompts when sessions expire.
A QA engineer repeatedly tests a web app's search and pagination. Driving the browser each time is slow. Using derive-client, they record the flows once, generate a client that hits the search API directly, and run fast HTTP-based regression checks. Value: quicker feedback loops, less flakiness from UI changes, and easy re-derivation when the HAR shows API shape changes.
Skill Relationships
Dependency relationships read as "the upper tier points to the lower tier." The current Skill sits in the middle tier — above are Skills that depend on it, below are Skills it depends on.
Tier 1 · These Skills Use Me
Tier 2 · Current Skill
Tier 3 · I Use These Skills
Browse this skill's relationships within its skillset. Click a node to switch the side panel; use the search box to jump to any skill.
Skill File