← Back to Skills Marketplace
Sanfrancisco Today Festivalevents Agent
by
Anthony Assi
· GitHub ↗
· v1.0.0
· MIT-0
95
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install sanfrancisco-today-festivalevents-agent
Description
Harvests, indexes, and searches today's festivals and events in San Francisco.
Usage Guidance
This skill appears coherent with its description. Before installing: (1) review and install the Python dependencies in a virtual environment (requests, beautifulsoup4, chromadb); (2) be aware the agent will write a local vector DB at ./rag_db (delete or sandbox that directory if you have privacy concerns); (3) the script performs live HTTP requests to sf.funcheap.com — ensure that scraping that site complies with its terms of service and your network policy; (4) inspect the included script yourself if you want to confirm there are no hidden endpoints or changes; (5) run it in a restricted environment or container if you prefer to limit filesystem/network access. No credentials are requested and nothing in the package appears to exfiltrate data to unexpected remote hosts.
Capability Analysis
Type: OpenClaw Skill
Name: sanfrancisco-today-festivalevents-agent
Version: 1.0.0
The skill is a legitimate event harvester that scrapes public data from SF Funcheap and stores it in a local ChromaDB instance for RAG-based searching. The code in SanFrancisco-Today-FestivalEvents-Harvester-Agent.py is transparent, uses standard libraries (requests, BeautifulSoup, chromadb), and lacks any high-risk functions such as shell execution, environment variable access, or unauthorized network calls. All instructions in SKILL.md are strictly aligned with the script's intended CLI functionality.
Capability Assessment
Purpose & Capability
The name/description claim scraping, indexing, and searching today's SF events. The included Python script targets https://sf.funcheap.com/today/, extracts event metadata, and integrates with a local ChromaDB collection — all consistent with the stated purpose. No unrelated services or credentials are requested.
Instruction Scope
SKILL.md instructs the agent to run the provided script with specific actions (list, ingest, search, json). The script performs HTTP GET requests to a single known site, parses the HTML, prints results, and writes/query a local ChromaDB at ./rag_db. It does not read arbitrary system files, access unrelated env vars, or post data to external endpoints beyond the target scrape site.
Install Mechanism
No automated install spec is included (instruction-only), which lowers risk. README suggests installing Python dependencies (requests, beautifulsoup4, chromadb) via pip — this is proportional. Note: the skill will create persistent data under ./rag_db when using ChromaDB; there is no external binary download or archive extraction in the package.
Credentials
The skill declares no required environment variables or credentials and the code does not attempt to read secrets. All resource access (network to the scrape target and local ./rag_db) is appropriate for a web-harvesting and local-RAG skill.
Persistence & Privilege
The skill does not request always:true and does not modify other skills or system-wide config. It persists harvested data locally in ./rag_db via ChromaDB, which is expected behavior for an indexing agent and is within its stated scope.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install sanfrancisco-today-festivalevents-agent - After installation, invoke the skill by name or use
/sanfrancisco-today-festivalevents-agent - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
initial release of the SF event harvester
Metadata
Frequently Asked Questions
What is Sanfrancisco Today Festivalevents Agent?
Harvests, indexes, and searches today's festivals and events in San Francisco. It is an AI Agent Skill for Claude Code / OpenClaw, with 95 downloads so far.
How do I install Sanfrancisco Today Festivalevents Agent?
Run "/install sanfrancisco-today-festivalevents-agent" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Sanfrancisco Today Festivalevents Agent free?
Yes, Sanfrancisco Today Festivalevents Agent is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Sanfrancisco Today Festivalevents Agent support?
Sanfrancisco Today Festivalevents Agent is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Sanfrancisco Today Festivalevents Agent?
It is built and maintained by Anthony Assi (@assix); the current version is v1.0.0.
More Skills