AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Javbus

skill-buhe-claude-common-skills-javbus · by buhe

Access and navigate https://javbus.com using agent-browser, handling age verification checks with AI assistance if present, and extract video links. Use when user wants to: 1) Access javbus.com and pass age verification, 2) Extract video links from the site, 3) Navigate and interact with the website programmatically.

No reviews yet
0 installs
5 views
0.0% view→install

Install

$ agentstack add skill-buhe-claude-common-skills-javbus

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-buhe-claude-common-skills-javbus)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
5mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Javbus? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Javbus Scraper

Overview

This skill enables accessing javbus.com, navigating through age verification challenges using AI, and extracting video links from the site.

Workflow

Step 1: Open Website

Navigate to the target URL using agent-browser:

agent-browser open https://javbus.com

Step 2: Check for Age Verification

Take a snapshot to see the current page state:

agent-browser snapshot

Look for age verification elements such as:

  • "I am 18+" buttons
  • Age entry forms
  • "Enter" or "Confirm" buttons
  • Warning text about adult content

Step 3: Handle Age Verification

If age verification is present:

  1. Analyze the page content from the snapshot
  2. For age entry questions, use AI to determine the correct response:
  • If asked "Are you 18 or older?", click the "Yes" option
  • If asked to enter age, input 18 or above
  • Look for buttons like "Enter", "I Agree", "Confirm"

Use appropriate agent-browser commands:

agent-browser click      # For buttons
agent-browser fill  "18" # For age entry fields
agent-browser press Enter          # Submit the form
  1. Take another snapshot to verify success:
agent-browser snapshot

If no age verification is present:

Skip to Step 4.

Step 4: Extract First Video Link

After successfully passing age verification (or if no verification was needed):

  1. Take a snapshot of the main page:
agent-browser snapshot
  1. Look for video link elements, typically with:
  • `` tags pointing to video pages
  • Video thumbnails or titles
  • Classes or attributes containing "movie", "video", "item"
  1. Extract the first video link using:
agent-browser get attr href 
  1. Print the first video link to verify successful navigation

Tips

  • Use agent-browser snapshot -i for a compact view of interactive elements only
  • The @ref system in snapshots allows you to reference elements (e.g., @e2 refers to element #2)
  • Use agent-browser get text to read page content if needed for analysis
  • If age verification fails, take a snapshot and analyze what went wrong

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.