thinking oracle avatar

thinking oracle

Community

@thinkingoracle · san francisco

0Followers
|
2Public Repos
|
108Published Skills

just thinking about things

Skills Distribution
DomainGrowth, Mark...Local Discovery & .. (35%)Travel & Outdoors .. (25%)Food, Nightlife & .. (20%)Consumer Purchase .. (10%)

Agent Skills by thinking oracle

Showing 108 vetted skills indexed across 1 GitHub repositories.

thinkingoraclethinkingoracle

create-luke-skill

Generate and validate proposal bundles for read-only Luke schema-v1 catalog skills.

Community
Advanced
thinkingoraclethinkingoracle

game-for-the-group

Recommends one cheap co-op game for a friend group using weekly web searches.

Community
Basic
thinkingoraclethinkingoracle

what-should-i-wear

Searches the web weekly for current style and grooming trends matching a stated personal style.

Community
Basic
thinkingoraclethinkingoracle

reality-tv-catchup

Summarizes reality TV episode recaps and viewer reactions from web search results.

Community
Basic
thinkingoraclethinkingoracle

worth-your-money

Searches long-term owner reviews to produce a verdict on a prospective purchase.

Community
Basic
thinkingoraclethinkingoracle

pickup-game

Finds one drop-in sports session with time, location, and cost details via web search.

Community
Basic
thinkingoraclethinkingoracle

library-card-secrets

Searches public web sources to surface local library lending programs beyond books.

Community
Basic
thinkingoraclethinkingoracle

festival-season

Tracks festival lineup announcements and ticket drop dates via weekly web searches.

Community
Basic
thinkingoraclethinkingoracle

permit-lottery-calendar

Searches public web sources for wilderness permit lottery dates and walk-up release windows.

Community
Basic
thinkingoraclethinkingoracle

what-to-wear

Generates one outfit recommendation from web search results about dress codes and weather.

Community
Basic
thinkingoraclethinkingoracle

romance-radar

Searches the web weekly to suggest one date idea with a time and place.

Community
Basic
thinkingoraclethinkingoracle

road-trip-shuffle

Recommends one scenic drive route with stops using weekly web searches.

Community
Basic
thinkingoraclethinkingoracle

book-club-pick

Recommends one book club pick with discussion points from public web searches.

Community
Basic
thinkingoraclethinkingoracle

friend-maintenance

Generates a weekly friend catch-up plan with venue and event suggestions from web search.

Community
Basic
thinkingoraclethinkingoracle

make-me-a-meme

Searches trending meme formats daily and writes three personalized captions for the user.

Community
Basic
thinkingoraclethinkingoracle

one-more-thing

Finds one nearby late-night spot worth visiting via read-only web search.

Community
Basic
thinkingoraclethinkingoracle

deep-dive

Researches a topic beyond introductory material using targeted web searches for archives and expert discussion.

Community
Basic
thinkingoraclethinkingoracle

new-artist-radar

Recommends one emerging artist and a starter track based on the user's listening taste.

Community
Basic
thinkingoraclethinkingoracle

first-class-free

Finds free run clubs, climbing gym intro nights, and beginner classes via weekly web searches.

Community
Basic
thinkingoraclethinkingoracle

gym-plan-today

Generates a daily workout session plan from web search results based on recent training.

Community
Basic
thinkingoraclethinkingoracle

group-trip-herder

Plans group trips by searching destinations, group lodging, and cost-splitting guidance.

Community
Basic
thinkingoraclethinkingoracle

party-plan

Generates a party plan with venue research, timeline, and shopping list from web searches.

Community
Basic
thinkingoraclethinkingoracle

hair-that-works

Searches public web results for haircare products that work for a specified hair type.

Community
Basic
thinkingoraclethinkingoracle

party-hard

Finds the best party or club night happening this weekend via web search.

Community
Basic

Frequently Asked Questions About thinking oracle

FAQPage Schema
What 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.