一键导入
openclaw-grants
Operate the 0102 grant workflow through OpenClaw using existing WRE, memory, and browser automation surfaces
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Operate the 0102 grant workflow through OpenClaw using existing WRE, memory, and browser automation surfaces
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Parse natural-language coding requests into structured tasks for FoundUps worker handoff. Use when the user describes code work but intent is unstructured.
Tiny text-only skill to verify AI Edge Gallery loaded a FoundUps worker skill. Say LOAD_OK if the user says ping.
Validate parser, scope, packet, and result JSON objects against FoundUps mobile worker v1 shapes before handoff to 0102. Use when pasting pipeline outputs or a pipeline envelope.
Summarize raw test output, logs, or diffs into a compact worker-friendly report for FoundUps handoff. Use after execution upstream returns artifacts.
Narrow ambiguous coding work to the smallest safe scope for FoundUps worker handoff. Use after foundups-code-task-parser or when scope is broad.
Convert a scoped coding task into a strict machine-readable task packet for upstream FoundUps execution. Use after scope is locked.
| name | openclaw-grants |
| description | Operate the 0102 grant workflow through OpenClaw using existing WRE, memory, and browser automation surfaces |
| user-invocable | true |
| command-dispatch | tool |
| command-tool | bash |
| command-arg-mode | raw |
| category | workflow |
| evals | [] |
Use this skill when 0102/OpenClaw should actively do grant work instead of only producing research notes.
Grant operations are an execution-plane task.
Apply the canonical sequence:
follow wsp := retrieve wsp -> resolve execution plane? -> apply cot -> apply cor -> execute
For grant work that means:
docs/external_research/WEB3_GRANTS_0102_SHORTLIST_2026-03-21.mddocs/external_research/0102_GRANT_PACKET_MASTER_2026-03-22.mdmodules/communication/moltbot_bridge/workspace/reports/web3_grants_0102_target_sheet_20260321.jsonmodules/communication/moltbot_bridge/workspace/reports/web3_grants_0102_wsp97_rescored_20260322.jsonmodules/communication/moltbot_bridge/workspace/reports/web3_grants_0102_watchlist.jsoncd O:/Foundups-Agent && python -c "
import json
from pathlib import Path
path = Path('modules/communication/moltbot_bridge/workspace/reports/web3_grants_0102_wsp97_rescored_20260322.json')
data = json.loads(path.read_text(encoding='utf-8'))
for group_name, items in data['priority_groups'].items():
print(f'\\n[{group_name}]')
for item in items:
print(f\"- {item['name']} :: {item['repo_blockchain_fit']}\")
"
cd O:/Foundups-Agent && python scripts/refresh_grant_watchlist.py
cd O:/Foundups-Agent && python -c "
import asyncio
from modules.communication.moltbot_bridge.src.openclaw_dae import OpenClawDAE
dae = OpenClawDAE()
result = asyncio.run(dae.process(
'follow wsp draft an Ethereum ESP application from the 0102 grant packet and target sheet',
'012',
'openclaw',
))
print(result)
"
cd O:/Foundups-Agent && python -c "
import asyncio
from modules.communication.moltbot_bridge.src.openclaw_dae import OpenClawDAE
dae = OpenClawDAE()
result = asyncio.run(dae.process(
'follow wsp prepare browser prefill steps for the Solana grant application using the master packet',
'012',
'openclaw',
))
print(result)
"
apply_now itemsOpenClaw should do the work up to the edge of irreversible submission.
Keep human approval for:
The skill is successful when 0102/OpenClaw has: