thinking oracle
Community@thinkingoracle · san francisco
just thinking about things
Agent Skills by thinking oracle
Showing 108 vetted skills indexed across 1 GitHub repositories.
create-luke-skill
Generate and validate proposal bundles for read-only Luke schema-v1 catalog skills.
game-for-the-group
Recommends one cheap co-op game for a friend group using weekly web searches.
what-should-i-wear
Searches the web weekly for current style and grooming trends matching a stated personal style.
reality-tv-catchup
Summarizes reality TV episode recaps and viewer reactions from web search results.
worth-your-money
Searches long-term owner reviews to produce a verdict on a prospective purchase.
pickup-game
Finds one drop-in sports session with time, location, and cost details via web search.
library-card-secrets
Searches public web sources to surface local library lending programs beyond books.
festival-season
Tracks festival lineup announcements and ticket drop dates via weekly web searches.
permit-lottery-calendar
Searches public web sources for wilderness permit lottery dates and walk-up release windows.
what-to-wear
Generates one outfit recommendation from web search results about dress codes and weather.
romance-radar
Searches the web weekly to suggest one date idea with a time and place.
road-trip-shuffle
Recommends one scenic drive route with stops using weekly web searches.
book-club-pick
Recommends one book club pick with discussion points from public web searches.
friend-maintenance
Generates a weekly friend catch-up plan with venue and event suggestions from web search.
make-me-a-meme
Searches trending meme formats daily and writes three personalized captions for the user.
one-more-thing
Finds one nearby late-night spot worth visiting via read-only web search.
deep-dive
Researches a topic beyond introductory material using targeted web searches for archives and expert discussion.
new-artist-radar
Recommends one emerging artist and a starter track based on the user's listening taste.
first-class-free
Finds free run clubs, climbing gym intro nights, and beginner classes via weekly web searches.
gym-plan-today
Generates a daily workout session plan from web search results based on recent training.
group-trip-herder
Plans group trips by searching destinations, group lodging, and cost-splitting guidance.
party-plan
Generates a party plan with venue research, timeline, and shopping list from web searches.
hair-that-works
Searches public web results for haircare products that work for a specified hair type.
party-hard
Finds the best party or club night happening this weekend via web search.
Frequently Asked Questions About thinking oracle
FAQPage SchemaWhat tasks can I accomplish with thinking oracle's skills?▼
You can get curated, web-searched answers for everyday decisions: what to cook, where to go out, which trails are open, when reservations drop, whether a product holds up after six months, and what is happening in your city this week. Each skill returns researched recommendations with sources.
Who are these skills designed for?▼
They target everyday consumers rather than engineers: people planning trips, dinners, dates, workouts, and weekends. The one exception is create-luke-skill, which serves contributors authoring and validating new declarative Luke schema-v1 catalog skills with evaluation fixtures.
How do the skills run in practice?▼
Each skill is a declarative YAML frontmatter bundle with intent keywords, read-only web_search or fetch_url steps, and optional daily or weekly schedules in America/Los_Angeles. They execute through a browser adapter, preferring browserbase with owned_browser as fallback, on macOS.
Do the skills require accounts or modify any data?▼
Nearly all skills are read-only and require no authentication. The single exception is trending-playlists, which reads Spotify charts on open.spotify.com with require_auth set to true, using the owned_browser adapter only. No skill writes, books, or purchases anything.
What are the prerequisites and platform requirements?▼
Skills require the Luke browser-skill runtime on macOS with access to a browserbase or owned browser adapter. Contributors using create-luke-skill additionally need to produce a SKILL.md plus positive-routing, negative-routing, failure, and redaction evaluation fixtures before opening a proposal issue.