← 返回 Skills 市场
AOI Hackathon Scout (Lite)
作者
edmonddantesj
· GitHub ↗
· v0.1.6
930
总下载
0
收藏
0
当前安装
7
版本数
在 OpenClaw 中安装
/install aoi-hackathon-scout-lite
功能描述
Public-safe hackathon source registry + filtering output (no crawling, no submissions).
使用说明 (SKILL.md)
AOI Hackathon Scout (Lite)
S-DNA: AOI-2026-0215-SDNA-HACK01
Quick Start (copy/paste)
# 1) install
clawhub install aoi-hackathon-scout-lite
# 2) shortlist view / best-effort recommendations
# (reads context/HACKATHON_SHORTLIST.md)
aoi-hackathon recommend --n 5
# 3) browse sources (no API keys)
aoi-hackathon sources
openclaw browser start
openclaw browser open https://devpost.com/c/artificial-intelligence
openclaw browser snapshot --efficient
Scope (public-safe)
- ✅ Outputs curated source list for hackathons / builder programs / grants
- ✅ Provides a filtering view: online-only preference, type tags
- ✅ Provides a paste-ready summary template for the user
- ❌ No crawling, no login, no form-fill, no submission automation
- ❌ No Notion API usage in the public skill (paste template only)
Data source
- Uses the local registry file:
context/HACKATHON_SOURCES_REGISTRY.md
Commands
Show sources
aoi-hackathon sources
Filter (best-effort)
# show only likely-online sources
# (filters Online-only fit = ✅ or ⚠️)
aoi-hackathon sources --online ok
# show only web3 sources
aoi-hackathon sources --type web3
Recommend from shortlist (best-effort)
# reads context/HACKATHON_SHORTLIST.md and prints top N online-eligible items
# (excludes rejected; prioritizes 🔥 markers and 'applying/watching')
aoi-hackathon recommend --n 5
Print Notion paste template (text only)
aoi-hackathon template
Setup (early users)
This skill is public-safe and does not require API keys by default.
Recommended default: Browser/web_fetch (no keys)
- Use OpenClaw Browser to open sources and inspect deadlines/details.
- Quick start:
openclaw browser start openclaw browser open https://devpost.com/c/artificial-intelligence openclaw browser snapshot --efficient
Optional: Brave Search API (fast keyword search)
If you want ultra-fast keyword search, you can enable Brave Search for web_search.
- Get key: https://brave.com/search/api/ (choose Data for Search plan)
- Configure (example):
openclaw config set tools.web.search.provider brave openclaw config set tools.web.search.apiKey "BRAVE_API_KEY_HERE" openclaw config set tools.web.search.enabled true - Disable again:
openclaw config set tools.web.search.enabled false
(Full setup guide in repo SSOT: context/HACKATHON_SEARCH_SETUP_GUIDE_V0_1.md)
Support
- Issues / bugs / requests: https://github.com/edmonddantesj/aoi-skills/issues
- Please include the skill slug:
aoi-hackathon-scout-lite
Provenance / originality
- AOI implementation is original code.
- Registry content is a curated link list.
安全使用建议
This skill is coherent and appears to only read local markdown files in context/ and print filtered JSON. Before installing, (1) inspect your workspace's context/HACKATHON_SOURCES_REGISTRY.md and context/HACKATHON_SHORTLIST.md for any sensitive data (the skill will read those files), (2) avoid setting WORKSPACE to a directory containing secrets because the script uses that env var to find files, and (3) if you want to be extra cautious, review the included skill.js file yourself (it is short and readable). The optional Brave Search instructions in SKILL.md are informational only and do not grant the skill network access unless you configure OpenClaw tools separately.
功能分析
Type: OpenClaw Skill
Name: aoi-hackathon-scout-lite
Version: 0.1.6
The skill is classified as benign. The `SKILL.md` explicitly states a 'public-safe' scope, disclaiming crawling, submissions, or Notion API usage, which the `skill.js` code adheres to. The JavaScript code performs only local file reads within the skill's workspace (`context/HACKATHON_SOURCES_REGISTRY.md`, `context/HACKATHON_SHORTLIST.md`, `context/HACKATHON_NOTION_PASTE_TEMPLATE.md`) and processes this data. There are no network calls, external command executions, or attempts to access sensitive system resources or environment variables beyond `WORKSPACE`. Instructions in `SKILL.md` for the agent to use `openclaw browser` or `openclaw config set` are for legitimate tool usage and optional setup (e.g., setting a placeholder API key), not for malicious prompt injection or unauthorized actions. No evidence of data exfiltration, persistence, or obfuscation was found.
能力评估
Purpose & Capability
Name/description match implementation: the skill reads local markdown registry/shortlist files, filters and ranks entries, and prints JSON; no crawling, form submission, or external credentials are required.
Instruction Scope
SKILL.md and the CLI implementation only instruct the agent to read files under context/ (HACKATHON_SOURCES_REGISTRY.md, HACKATHON_SHORTLIST.md, optional template) and to use the OpenClaw browser for manual inspection. The README's optional Brave Search advice is informational and not required by the code.
Install Mechanism
This is an instruction-only / lightweight node script with no install spec and no dependencies; nothing is downloaded or extracted at install time.
Credentials
No credentials or config paths are declared, which is appropriate. The code reads process.env.WORKSPACE (fallback to cwd) to locate context/ files — WORKSPACE is not documented in SKILL.md as a required env var; this is low-risk but means the skill will read files relative to whichever workspace root is used, so a maliciously-set WORKSPACE could point it at unexpected locations.
Persistence & Privilege
always is false and the skill does not modify other skills or system settings; it only reads local files and prints output.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install aoi-hackathon-scout-lite - 安装完成后,直接呼叫该 Skill 的名称或使用
/aoi-hackathon-scout-lite触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.6
docs: include recommend --n 5 in Quick Start
v0.1.5
docs: add copy/paste quick start
v0.1.4
docs: add early-user setup (OpenClaw Browser + optional Brave Search API)
v0.1.3
Deadline hygiene: parse ISO+TZ when available, exclude expired when parseable, safer regex, improved recommendation sorting.
v0.1.2
Docs: add GitHub Issues support link (aoi-skills).
v0.1.1
Add recommend command (reads shortlist). Expand source registry (lablab.ai, hackathons.dev).
v0.1.0
Initial release: public-safe hackathon source registry + filters + paste template (no crawling, no submissions). MIT.
元数据
常见问题
AOI Hackathon Scout (Lite) 是什么?
Public-safe hackathon source registry + filtering output (no crawling, no submissions). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 930 次。
如何安装 AOI Hackathon Scout (Lite)?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install aoi-hackathon-scout-lite」即可一键安装,无需额外配置。
AOI Hackathon Scout (Lite) 是免费的吗?
是的,AOI Hackathon Scout (Lite) 完全免费(开源免费),可自由下载、安装和使用。
AOI Hackathon Scout (Lite) 支持哪些平台?
AOI Hackathon Scout (Lite) 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 AOI Hackathon Scout (Lite)?
由 edmonddantesj(@edmonddantesj)开发并维护,当前版本 v0.1.6。
推荐 Skills