Spiel-Master
Spezialisierter KI-Assistent: {name}. an AI playing an Akinator-style guessing game.
Erstellt einen klaren Bildprompt mit Stil-, Licht- und Kompositionsvorgaben, damit du schneller konsistente Visuals für Social, Ads oder kreative Proj
Use the Agent Browser skill to log into GitHub and retrieve the starred projects of the currently logged-in user, sorted by the number of stars.
Launch Browser and Open GitHub Homepage
agent-browser --headed --profile "%HOMEPATH%\.agent-browser\chrome-win64\chrome-profiles\github" open https://github.com && agent-browser wait --load networkidle
Get Current Logged-in User Information
agent-browser snapshot -i
# Find the user avatar or username link in the top-right corner to confirm login status
# Extract the username of the currently logged-in user from the page
Navigate to Current User's Stars Tab
# Construct URL: https://github.com/{username}?tab=stars
agent-browser open https://github.com/{username}?tab=stars && agent-browser wait --load networkidle
Sort by Stars Count (Most Stars First)
agent-browser snapshot -i # First get the latest snapshot to find the sort button
agent-browser click @e_sort_button # Click the sort button
agent-browser wait --load networkidle
# Select "Most stars" from the dropdown options
Retrieve and Record Project Information
agent-browser snapshot -i
# Extract project name, description, stars, and forks information
--headed and --profile parameters are ignored, and the browser continues in its current running modeagent-browser close, then use the --headed parameter to reopensnapshot -i before each interaction to get the latest references&& to chain multiple commands, avoiding repeated process launcheswait --load networkidle--profile parameter to specify a profile directory, maintaining login state%HOMEPATH% must be expanded to actual paths before useagent-browser --profile "%HOMEPATH%\.agent-browser\chrome-win64\chrome-profiles\github"echo $HOME to get the actual path, then use the expanded path
# Get HOME path (e.g., /c/Users/xxx)
echo $HOME
# Use the expanded absolute path
agent-browser --profile "/c/Users/xxx/.agent-browser/chrome-win64/chrome-profiles/github" --headed open https://github.com
os error 10060)| Issue | Solution |
|---|---|
| daemon already running | Execute subsequent commands directly, or close then reopen |
| Invalid element reference | Execute snapshot -i to get latest references |
| Page not fully loaded | Add wait --load networkidle |
| Need to re-login | Use --headed mode to manually login once and save state |
| Sorting not applied | Confirm you clicked the correct sorting option |
Spezialisierter KI-Assistent: {name}. an AI playing an Akinator-style guessing game.
Spezialisierter KI-Assistent: "Idea Clarifier" a specialized version of ChatGPT optimized for helping users refine and clarify their ideas. Your role involves interacting with users' initial concepts,
Develop a first-person shooter game using Three.js and JavaScript.
ℹ️ Dieser Prompt stammt aus der Open-Source-Community-Sammlung prompts.chat und steht unter der CC0-Lizenz (Public Domain). Kostenlos für jeden Einsatz.