examples/mobile_gui/skills/github-com/SKILL.md
Navigate github.com in mobile Chrome to retrieve repository information (files, README, contributors, languages, releases, packages) and switch to desktop site mode for richer metadata (forks, stars). Use for in-browser research, not git CLI or GitHub API operations.
npx skillsauth add openjiuwen-ai/agent-core github-comInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Apply this workflow when you need to gather public repository information while interacting with GitHub’s mobile website in a phone browser (typically Chrome). This covers finding and reading repo content, locating contributors and language stats, and enabling desktop layout when the mobile UI hides details such as fork and star counts.
Do not treat this skill as instructions for git commands, GitHub CLI, or authenticated API usage unless the user explicitly asks for those.
README.md, scroll to repository metadata at the bottom, and use the file overflow (⋮) menu next to a file name (e.g. download).File list and “View all files”
On the repository home, GitHub shows the latest commit context and a list of files and folders. Use “View all files” (or equivalent entry to the full tree) when you need to see everything in the repository root, not only the few items visible above the fold.
README
The README preview usually appears below the file list. Scroll down to read the full document; long READMEs require continued scrolling.
Contributing and lower sections
Scroll further to find UI affordances such as “Contributing” (or similar links to contribution guidance). The exact label may vary by repo; if the user asks for contributors, you can either scroll the landing page to the bottom or open Contributing and then scroll that page—contributor-related summaries often appear in the lower part of these views.
Bottom-of-page metadata
Near the bottom of the landing or Contributing-style pages, GitHub typically surfaces blocks such as Releases, Packages, Contributors, and Languages. Use this area to answer questions like “who contributes,” “what languages,” or “are there releases/packages,” without assuming every repo has all blocks populated.



Open the file
From the file list, tap a file name (for example README.md). GitHub navigates to the file view: rendered Markdown for .md files, or raw-oriented layout for other types.
Overflow menu (three dots)
On the file screen, find the three-dot (⋮) control aligned with the file name / title bar (the horizontal bar that identifies the current file). Open it to access actions such as Download or other file-level options GitHub exposes on mobile.
Reading and copying content
Scroll vertically through the file body to read or extract the full text. For very long files, continue scrolling until the end of the rendered content.

From the file view, open the ⋮ menu next to the file title and choose Download (or the equivalent action) to save the currently displayed revision of that file. This is for single-file retrieval from the web UI, not for cloning the repository.

Use this when mobile layout omits information the user needs (commonly forks and stars, or a denser repository header).

After desktop mode is active:

Use this as a mental map when answering user questions:
| User question | Where to look | |---------------|----------------| | Root files and folders | Landing → file list → View all files if needed | | README content | Landing → scroll below file list; or open README.md | | Releases / packages | Scroll to bottom of landing or related pages | | Contributors / languages | Bottom sections; desktop mode may duplicate or clarify | | Forks / stars | Prefer desktop site mode + repository header | | Raw / download one file | File view → ⋮ next to file name → Download |
development
Generates a multimodal Skill markdown file from a source URL. Use this Skill when a user wants to turn a web tutorial, product support article, or software guide into a reusable agent Skill with concise steps and embedded screenshots.
tools
Participate in an OpenJiuWen agent team as an external member. Use when this agent has been spawned into a team (the OPENJIUWEN_TEAM_JOIN environment variable is set) and needs to read its inbox, send messages to teammates, and claim / work / complete tasks via the `team-member` CLI.
tools
Complete calendar-and-clock workflows on mobile (find events, read start times, create alarms or reminders relative to meetings). Use when the user asks to schedule, set an alarm before/after a meeting, find appointment times, or coordinate Calendar with Clock.
development
Comprehensive step-by-step workflow for navigating the Booking.com mobile site to search for destinations, select dates/occupancy, browse results, and extract detailed hotel information including pricing and facilities.