resilient-research-workflow

resilient-research-workflow is a skill for Claude Code, Codex from HKUDS/OpenSpace. It costs 33 tokens per session (3,407 once invoked), scanned A, original, MIT.

An end-to-end workflow for collecting information from the web and producing a verified Excel workbook.

In plain words
What is it for?
It helps gather research data, validate it, add it to spreadsheets, and prove the resulting Excel file is complete.
Why use it?
It handles failed searches, checks collected data before spreadsheet work, and verifies that the final workbook meets its requirements.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit It helps gather research data, validate it, add it to spreadsheets, and prove the resulting Excel file is complete.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/hkuds/openspace/spreadsheet-proof-gate-merged
About the project

OpenSpace is a skill-management layer for AI agents that stores, retrieves, evaluates, shares, and improves reusable workflows. It is intended for people using multiple coding agents who want skills to be reused and refined based on task outcomes. The catalogue provides 200 skills for use with OpenSpace and the agents it supports.

HKUDS/OpenSpace · 7,544 stars · on GitHub

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add HKUDS/OpenSpace --skill spreadsheet-proof-gate-merged
Clone the repo
git clone --depth 1 https://github.com/HKUDS/OpenSpace

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for resilient-research-workflow

README.md
[![agentmods](https://agentmods.dev/badge/skills/hkuds/openspace/spreadsheet-proof-gate-merged.svg)](https://agentmods.dev/skills/hkuds/openspace/spreadsheet-proof-gate-merged)
Your own site
<a href="https://agentmods.dev/skills/hkuds/openspace/spreadsheet-proof-gate-merged"><img src="https://agentmods.dev/badge/skills/hkuds/openspace/spreadsheet-proof-gate-merged.svg" alt="Measured on agentmods" height="20"></a>
Per session 33 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,407 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Excessive Agency · line 402
    Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.
    Fix: Add human-in-the-loop confirmation for destructive, irreversible, or high-impact operations. Never auto-execute commands that modify files, send data, or alter system state.
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00033 $0.03407
Opus 5 $0.00016 $0.01703
Sonnet 5 $0.00007 $0.00681
Haiku 4.5 $0.00003 $0.00341

Measured 5d ago against content hash 039c230f97a4, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

resilient-research-workflow scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

- Let shell_agent decide whether to use Python, curl, requests, or other approaches
benchmarks/gdpval/skills/spreadsheet-proof-gate-merged/SKILL.md · 448 lines

How it starts

The opening of the file, as written. The whole thing — 448 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Resilient Research-to-Spreadsheet Workflow

Use this skill when you must gather web-based information AND produce verified Excel workbooks, with particular emphasis on handling tool failures gracefully and proving final outputs against explicit criteria.

This skill combines:

  • Phase A: Resilient web research with automatic failure detection and shell_agent delegation
  • Phase B: Research data validation before spreadsheet integration
  • Phase C: Anchored spreadsheet proof gate for workbook creation/editing
  • Cross-phase gates: Explicit handoff criteria between research and spreadsheet phases

This is an end-to-end workflow skill. It requires:

  • autonomous retry logic for web research (via shell_agent when needed)
  • direct Python verification of research outputs
  • deterministic spreadsheet proof methodology before finalizing

When to use

Use this skill when ANY of the following are true:

Research-phase triggers:

  • You need current web-based data (prices, market info, competitor analysis, etc.)
  • Prior search_web calls have failed or returned inconsistent results
  • The task requires multi-step data collection from multiple sources
  • You need resilient data gathering that can adapt to tool instability

Spreadsheet-phase triggers:

  • You must create or modify an Excel workbook based on research data
  • The user requires exact sheet names, columns, counts, or samples
  • Prior summaries are inconsistent or not trustworthy
  • Exact post-edit workbook state matters
  • You must prove that mandatory criteria were satisfied

Both phases:

  • A delegated agent may perform parts of the work
  • Tool instability has been observed in the task context
  • The task has failed previously due to tool errors

Core rules

Rule 1: Detect and escalate research failures

When search_web returns errors like:

  • "unknown error"
  • Empty or incomplete results
  • Consistent failures across multiple queries (>2 failures)

Immediately delegate to shell_agent rather than retrying the same failing tool.

Read the full file on GitHub · 448 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 448 lines · 33 tokens per session scan A 039c230f97a4

Subscribe to this mod's changes

resilient-research-workflow is a skill published in the GitHub repository HKUDS/OpenSpace (7,544 stars, last pushed 26d ago), licensed MIT. It adds 33 tokens to every session and 3,407 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.