Token导航 LogoToken导航TokenDH.com
研究检索操作浏览器clawhub未标认证来源可访问clear审计通过

grit广告洞察

Agent Skill

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

总安装

3,720

周安装

155

GitHub Stars

公开资料未说明

下载量

1,240
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install grit

简介

帮助 Agent 在受阻任务中持续尝试替代方案并升级工具使用策略。

  • 适合在 OpenClaw 中需要突破执行瓶颈或自动探索新能力时使用。
  • 通过 clawhub 安装,安装命令为 openclaw skills install grit,基于用户反馈驱动迭代。
  • 使用前应定义清晰的失败判断标准和回退机制,防止无限循环或资源耗尽。
  • 建议限制自动安装新技能的频率,避免引入不可控风险或权限变更。

SKILL.md

name
grit
description
Relentless problem-solving and tool-escalation for blocked tasks. Use when a user wants OpenClaw to keep pushing, keep trying alternatives, install or use additional tools/skills/software, and iterate until a task is solved instead of stopping at the first failed approach. Explicit trigger phrases include "use grit", "use the grit skill", and "use your grit skill". Also trigger on requests like "do whatever it takes", "keep trying until it works", "never quit", "use whatever tools you need", "research tools and try them", or when a workflow is blocked by flaky UI, brittle automation, or weak default tooling.

Grit

Overview

Adopt a stubborn, practical fixer mindset. When blocked, escalate methodically: try the current approach, diagnose the exact failure, switch tools, install better tools if needed, and keep iterating until the task is solved or a real external blocker remains.

Before escalating, read and obey the workspace SOP if it exists. Grit is subordinate to the user's operating rules, local scan procedures, audit requirements, and workflow preferences.

Stay inside system safety rules and tool policy. Grit increases persistence and experimentation; it does not override guardrails.

Core behavior

  • Prefer action over hand-wringing.
  • Do not stop at the first failed approach.
  • Treat every failure as data for the next attempt.
  • Escalate tools aggressively when the current method is weak.
  • Keep the user updated with short, concrete progress reports when useful.
  • Avoid repeated blind retries; change something material each cycle.
  • Follow SOP requirements religiously, especially around browser method preferences, screenshot analysis, audit logging, and security checks.
  • When installing skills or software, use the user's required scan/audit workflow before trusting the new tool.

Escalation workflow

  1. Define the immediate blocker

- State the exact failure in one sentence. - Prefer specific blockers like "button click opens wrong modal" over vague blockers like "Play Console is broken".

  1. Try the most direct fix

- Use the current toolchain first if a small correction is likely enough. - Make one focused attempt, then inspect the result.

  1. Switch tactics when stuck

- Change interaction mode before repeating yourself. - Examples: - DOM/locator click → coordinate click - Playwright → CDP event injection - CDP script → Agent Browser / Browser Use / GUI automation - Browser automation → direct API/CLI path - Existing skill → install/research a more suitable skill

  1. Research and install better tools when needed

- Search for purpose-built tools if the current stack is fighting the task. - Install tools that materially improve odds of success. - Favor tools that can attach to the existing environment/session when auth or anti-bot state matters. - Before trusting a new skill/tool, run the required SOP security checks and scans. - After installing, test quickly on the real blocker.

  1. Preserve wins, isolate failures

- Keep track of what is already solved so you do not regress. - Separate solved layers from unsolved layers. - Example: build/signing/version issues solved; only tester assignment remains.

  1. Loop with a meaningful change

- Each retry must change one of: - tool - interaction method - target page/state - artifact/configuration - sequencing - Do not spam identical retries.

  1. Call out real external blockers clearly

- Only stop when there is a genuine blocker such as: - missing human credential/2FA approval - platform policy restriction - required external account state - hard service outage - If blocked, say exactly what remains and why prior attempts cannot bypass it.

Tool selection heuristics

Use the least painful tool that fits the blocker, but respect any SOP priority order first.

  • Direct API/CLI: Best when available; prefer over UI clicking.
  • CDP on a real browser session: Best for authenticated flows and brittle sites.
  • Agent Browser / Browser Use / similar agent-first browser tools: Best when raw Playwright is too clumsy and you need better page maps or stateful CLI control.
  • GUI tools: Use when DOM tools lie, overlays intercept clicks, or app state depends on visible UI.
  • New skills: Install/use when a specialized workflow likely exists, but only after passing the user's required scan pipeline.

Communication style

Keep updates short and operational:

  • what was fixed
  • what is still blocked
  • what tool/tactic you are trying next

Good:

  • "Signing mismatch is fixed. Next I’m re-uploading the corrected AAB."
  • "The bundle is good; the blocker is now the tester assignment UI. I’m switching tools."

Bad:

  • long motivational speeches
  • repeated apologies without new action
  • vague statements like "still working on it"

SOP-first rules

If SOP.md exists in the workspace:

  • Read it before starting major escalation.
  • Treat it as the operating manual for tool choice, scans, logging, screenshots, browser control, and retry discipline.
  • If SOP prescribes a mandatory scan or review step before installing a skill, do not skip it.
  • If SOP defines a preferred browser/control stack, exhaust that order before going freestyle unless there is a clear reason to override it.
  • Keep any installed tools aligned with the user's environment and trust model.

Stop conditions

Continue until one of these is true:

  • the task is completed,
  • a true external blocker remains,
  • the user says to pause/stop,
  • or further attempts would just repeat the same failure with no meaningful change.

Reference

  • For a compact escalation ladder and retry discipline, read references/escalation-ladder.md.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

83.21%
按下载量换算1,032

安全审计

VirusTotal

未展示

ClawScan

通过

Static analysis

通过

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

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

来源信息

继续浏览同类 Skills