← 返回 Skills 市场
assix

Sanfrancisco Today Festivalevents Agent

作者 Anthony Assi · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
95
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install sanfrancisco-today-festivalevents-agent
功能描述
Harvests, indexes, and searches today's festivals and events in San Francisco.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install sanfrancisco-today-festivalevents-agent
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /sanfrancisco-today-festivalevents-agent 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
initial release of the SF event harvester
元数据
Slug sanfrancisco-today-festivalevents-agent
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Sanfrancisco Today Festivalevents Agent 是什么?

Harvests, indexes, and searches today's festivals and events in San Francisco. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 95 次。

如何安装 Sanfrancisco Today Festivalevents Agent?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install sanfrancisco-today-festivalevents-agent」即可一键安装,无需额外配置。

Sanfrancisco Today Festivalevents Agent 是免费的吗?

是的,Sanfrancisco Today Festivalevents Agent 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Sanfrancisco Today Festivalevents Agent 支持哪些平台?

Sanfrancisco Today Festivalevents Agent 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Sanfrancisco Today Festivalevents Agent?

由 Anthony Assi(@assix)开发并维护,当前版本 v1.0.0。

💬 留言讨论