Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计提醒

scrask-bot刮擦机器人

Agent Skill

scrask-bot 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

20,415

周安装

868

GitHub Stars

公开资料未说明

下载量

7,152
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:scrask-bot(刮擦机器人)
来源仓库:https://github.com/devsandip/scrask-bot
安装命令:
openclaw skills install scrask-bot
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install scrask-bot

简介

用于查找、检索和筛选相关信息。

  • 适合在 OpenClaw 中根据关键词、任务场景或来源线索快速定位候选结果时使用。
  • 通过 clawhub 安装,结合来源仓库和 README 可核验具体用法。
  • 安装前建议确认权限范围、维护状态及是否触发联网、命令执行或文件读写。
  • 适用于需要智能解析与多模型回退的信息检索场景。

SKILL.md

name
scrask-bot
version
3.0.0
description
>
author
your-name
metadata
openclaw
emoji
🦞
primaryEnv
GEMINI_API_KEY
requires
env
bins
config
vision_provider
type
string
description
>
default
auto
fallback_threshold
type
number
description
Confidence floor for auto mode. If any item is below this, Claude reruns the parse.
default
0.60
timezone
type
string
description
User's IANA timezone. Used when none is detected in the screenshot.
default
UTC
confidence_threshold
type
number
description
0.0–1.0. Items below this score ask for confirmation. Items above save silently.
default
0.75
reminder_minutes_before
type
integer
description
Popup reminder lead time in minutes for Google Calendar events.
default
30

Scrask Bot

Overview

This skill activates when the user sends a screenshot via Telegram. It uses vision AI to extract actionable information from the image, then:

  • High confidence (≥ 0.75): Saves immediately and replies with a brief confirmation.
  • Low confidence (< 0.75): Shows a structured preview in Telegram and asks for confirmation before saving.

Provider behaviour (auto mode, default):

StepWhat happens
1Gemini 2.0 Flash parses the screenshot (fast, cheap)
2If any item confidence < 0.60, Claude Opus reruns the parse
3Whichever provider scores higher average confidence wins
4Output includes provider, fallback_triggered, and confidence delta

Set vision_provider to "claude" or "gemini" to lock a specific provider.

Output destinations (AI-decided by content type):

Detected typeDestination
Event (has date+time, venue, or invite link)Google Calendar
Reminder (deadline, due date, personal action)Google Tasks (with due date)
Task (no date, pure action item)Google Tasks (no due date)

Trigger Conditions

Activate when:

  1. The user sends a message in Telegram that contains an image attachment
  2. The image appears to be a screenshot — not a photo of a person, place, or physical object
  3. No other skill has already claimed the image

Do not activate for:

  • Photos of people, places, food, scenery
  • Screenshots of code, errors, or UI bugs (leave for other skills)
  • Images the user explicitly asks to edit, describe, or analyze for another purpose

Step-by-Step Instructions

Step 1: Acknowledge Immediately

Reply in Telegram right away so the user knows the skill is working:

"📸 Got it — analyzing your screenshot..."

Do not make the user wait silently.


Step 2: Run the Parser

python3 ~/.openclaw/skills/scrask-bot/scripts/scrask_bot.py \
  --image-path "<path-to-temp-image>" \
  --provider "$CONFIG_VISION_PROVIDER" \
  --timezone "$CONFIG_TIMEZONE" \
  --google-credentials "$GOOGLE_CREDENTIALS"

The script auto-resolves the API key from ANTHROPIC_API_KEY or GEMINI_API_KEY
depending on the provider — no need to pass it explicitly.

The script returns a JSON object with:

  • success — whether parsing worked
  • no_actionable_content — true if nothing found
  • results[] — one entry per detected item, each with confidence, type, destination, needs_confirmation, action_taken
  • telegram_reply — the pre-formatted message to send back to the user

Step 3: Handle the Output

If no_actionable_content is true: Reply: "🤷 I couldn't find any event, reminder, or task info in that screenshot. Could you describe what you'd like to add?"

If success is true: Send the telegram_reply value directly back to the user in Telegram. The script has already:

  • Saved high-confidence items silently
  • Formatted confirmation prompts for low-confidence items

Do not rephrase or reformat the telegram_reply — send it as-is.


Step 4: Handle Confirmation Responses

If the script returned items with needs_confirmation: true, wait for the user's reply.

"yes" or "save" or "add": Re-run the script for that specific item with confirmed=true, or use the calendar_create / tasks_create tools directly with the extracted fields.

"edit": Ask what to change, update the relevant field, then save.

"skip" or "no": Reply: "Got it, skipped ✓"


Step 5: Confirm Saves

For items saved silently (high confidence), the telegram_reply from the script already contains the confirmation message. Examples of what the user will see:

  • 📅 Added to Calendar: **Team Standup** — 2026-03-01 at 09:00
  • 🔔 Added to Tasks: **Pay electricity bill** (due 2026-02-28)
  • ✅ Added to Tasks: **Review PR for Arjun**

Edge Cases

ScenarioBehavior
Screenshot is in Hindi, Tamil, or another languageExtract and translate silently; save title in English
Recurring event ("every Monday")Set RRULE on the calendar event; mention it in the reply
Date has already passedFlag in the reply: "⚠️ This date has already passed (Feb 10). Save anyway?"
Multiple items in one screenshotProcess each independently; confirm per item if needed
Screenshot of someone's calendarDetect already_in_calendar_hint; reply: "Looks like this event is already in your calendar 🗓️"
Google API auth failureReply with the specific error and suggest re-checking GOOGLE_CREDENTIALS
Zoom/Meet link foundAdd to Calendar as both location and description

Configuration

{
  "skills": {
    "entries": {
      "scrask-bot": {
        "enabled": true,
        "env": {
          "GEMINI_API_KEY": "AIza-your-gemini-key",
          "ANTHROPIC_API_KEY": "sk-ant-your-key-here",
          "GOOGLE_CREDENTIALS": "/home/user/.openclaw/google-creds.json"
        },
        "config": {
          "vision_provider": "auto",
          "fallback_threshold": 0.60,
          "timezone": "Asia/Kolkata",
          "confidence_threshold": 0.75,
          "reminder_minutes_before": 30
        }
      }
    }
  }
}

Permissions Required

  • image:read — to access the screenshot from Telegram
  • network:outbound — to call Anthropic API and Google APIs
  • telegram:reply — to send confirmation messages back to the user

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

95.94%
按下载量换算6,862

安全审计

VirusTotal

可疑

ClawScan

通过

Static analysis

未展示

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills