sf-today-events-harvester
Harvests, indexes, and searches today's festivals and events in San Francisco.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/assix/sanfrancisco-today-festivalevents-agentSan Francisco Today Events Harvester
This skill provides the ability to scrape live event data from SF Funcheap and interact with a local RAG database (ChromaDB) to find specific activities.
Agent Instructions
When the user asks about events in San Francisco today:
- Use the script
SanFrancisco-Today-FestivalEvents-Harvester-Agent.py. - To see live listings, run:
python3 SanFrancisco-Today-FestivalEvents-Harvester-Agent.py --action list --scope top - To search previous harvests, run:
python3 SanFrancisco-Today-FestivalEvents-Harvester-Agent.py --action search --query "<user query>" - To update the local database with full listings, run:
python3 SanFrancisco-Today-FestivalEvents-Harvester-Agent.py --action ingest --scope full
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-assix-sanfrancisco-today-festivalevents-agent": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
earnings-financials-agent
An autonomous agent for monitoring corporate earnings and analyzing financial statements using yfinance.
IdentityMonitoringAgent
An OSINT sentinel that monitors the public web for email exposure, username footprint, and identity leaks without API keys.
HomeNetworkSecurityAgent
Audits local network infrastructure, identifies active hosts, and scans the gateway/public IP for exposed ports and vulnerabilities.