Install
$ agentstack add skill-buhe-claude-common-skills-javbus ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
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 →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:
- Analyze the page content from the snapshot
- 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
- 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):
- Take a snapshot of the main page:
agent-browser snapshot
- Look for video link elements, typically with:
- `` tags pointing to video pages
- Video thumbnails or titles
- Classes or attributes containing "movie", "video", "item"
- Extract the first video link using:
agent-browser get attr href
- Print the first video link to verify successful navigation
Tips
- Use
agent-browser snapshot -ifor a compact view of interactive elements only - The
@refsystem in snapshots allows you to reference elements (e.g.,@e2refers to element #2) - Use
agent-browser get textto 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.
- Author: buhe
- Source: buhe/claude-common-skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.