survey-passing

survey-passing is a skill for Claude Code from anton-abyzov/vskill. It costs 141 tokens per session (2,677 once invoked), scanned A, original, MIT.

A workflow for finding and completing paid expert surveys from research and consulting networks such as GLG, Guidepoint, and AlphaSights. These surveys collect professional opinions and may offer an honorarium, or payment for the consultation.

In plain words
What is it for?
Use it to look for survey invitations in Gmail, open the consultation links, and complete the forms on supported expert-network platforms.
Why use it?
It handles the repetitive form-filling steps while using the user's real professional background for the answers.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: built for openclaw.

Part of the productivity plugin — 1 skill shipped together

Good fit Use it to look for survey invitations in Gmail, open the consultation links, and complete the forms on supported expert-network platforms.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/anton-abyzov/vskill/survey-passing
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 anton-abyzov/vskill --skill survey-passing
Clone the repo
git clone --depth 1 https://github.com/anton-abyzov/vskill

Made for: Claude Code.

Or install productivity, the plugin that ships this one along with the rest of its 1 skill.

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 survey-passing

README.md
[![agentmods](https://agentmods.dev/badge/skills/anton-abyzov/vskill/survey-passing/github.svg)](https://agentmods.dev/skills/anton-abyzov/vskill/survey-passing)
Your own site
<a href="https://agentmods.dev/skills/anton-abyzov/vskill/survey-passing"><img src="https://agentmods.dev/badge/skills/anton-abyzov/vskill/survey-passing/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for survey-passing

Your own site · 80×15
<a href="https://agentmods.dev/skills/anton-abyzov/vskill/survey-passing"><img src="https://agentmods.dev/badge/skills/anton-abyzov/vskill/survey-passing.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 141 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,677 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. 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 Rogue Agent · line 95
    Skill establishes unauthorized persistence across sessions via cron jobs, startup scripts, or state files. Session persistence allows an attacker to maintain access beyond the current interaction.
    Fix: Remove any persistence mechanisms (cron jobs, startup scripts, state files). Skills should not maintain state across sessions without explicit user consent.
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.00141 $0.02677
Opus 5 $0.00071 $0.01339
Sonnet 5 $0.00028 $0.00535
Haiku 4.5 $0.00014 $0.00268

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

Security

Grade A, and why

survey-passing scanned grade A with 0 findings 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 10d 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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/productivity/skills/survey-passing/SKILL.md · 282 lines

How it starts

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

Survey Passing

Find and complete paid expert surveys/consultations from expert network platforms. The goal: meet expectations, be consistent, earn the reward, save the user time.

The user is a real domain expert who receives paid survey invitations. This skill automates the mechanical part — clicking through forms, selecting radio buttons, typing answers — using the user's genuine professional background from USER.md and MEMORY.md. The expertise is real; only the form-filling is automated.


Workflow

Step 1: Find the Survey

Option A — Check email for invitations: Search the user's Gmail for survey invitations using an authenticated method:

  • Gmail MCP tools (preferred if available): Use gmail_search_messages with queries below
  • Persistent Chrome profile (fallback): Open Gmail via the user's profile. Refer to TOOLS.md for port config

Search strategies:

  • subject:reward survey
  • subject:$50 OR subject:$65 OR subject:$100
  • from:arbolus OR from:guidepoint OR from:glg
  • subject:canopy
  • subject:honorarium OR subject:compensation

Look for unread emails with dollar amounts. Open the email, find the survey/canopy link, click through.

Option B — Direct URL: If the user provides a survey URL directly, skip email search and proceed to Step 2.

Step 2: Pre-Flight Checks

Before attempting any survey, verify:

  1. No video/audio requirement — check for "microphone", "camera", "record", "video response" keywords. These cannot be completed by the agent. Alert the user instead.
  2. No AI-detection disclaimer — if the survey warns "responses generated using ChatGPT will be rejected" or similar, flag it to the user and let them decide.
  3. Save the survey URL — store it before starting, in case you need to recover from a timeout.
  4. Read the user's profile — load USER.md and MEMORY.md for personal/professional details.
  5. Check survey-log.md — review previous surveys for persona consistency.

Step 3: Complete the Survey

Read the full file on GitHub · 282 lines

Files

What ships with it

7 files 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. 10d ago First seen · 282 lines · 141 tokens per session scan A d2a095ba74e1

Subscribe to this mod's changes

survey-passing is a skill published in the GitHub repository anton-abyzov/vskill (45 stars, last pushed 3d ago), licensed MIT. It adds 141 tokens to every session and 2,677 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

prereview

Review the current diff against this team's conventions and invariants before it ships. Invoke with /prereview before opening a PR, or run as a pre-push gate.

singhharsh1708/kitbash · 0 tokens

optimize-skill-loop

Deterministic outer-loop optimizer for a skill that already carries a frozen eval (produced upstream by an eval source such as create-skill-eval). Runs the frozen eval across user-chosen agents on fresh headless sessions via a pluggable adapter, grades quality/cost/perf, keeps the pareto-best variant, and versions…

astra-sh/qvr · 144 tokens

create-skill-eval

Author a frozen, graded eval harness for ONE inner skill and freeze it inside that skill as a conformant eval/ directory (scenarios + deterministic evaluator + rubric + fixtures + HARNESS.md manifest). The eval content is skill-specific; this skill is the reusable methodology that produces it. Its output is consumed…

astra-sh/qvr · 129 tokens

onboard-skills

Discovers and installs agent skills into a project (or the user-global lane) with the qvr CLI, where qvr.toml declares intent and qvr.lock is the resolved source of truth for what loads. Use when a user wants to find, add, register, or install skills from a skills registry or GitHub repo with qvr — e.g. "register a…

astra-sh/qvr · 149 tokens

reproduce-skill-env

Reproduces an exact agent-skill set across machines, teammates, and CI using qvr's portable manifest and lockfile guarantees. Use when a user wants to share, pin, replicate, or CI-gate their qvr skills — e.g. "export my skills", "import this skill manifest", "pin everything to exact commits", "make skills…

astra-sh/qvr · 123 tokens

fork-and-publish-skill

Customizes an installed agent skill and ships it back upstream or as a versioned fork using qvr's edit/publish authoring loop. Use when a user wants to modify, customize, fork, release, or publish a qvr skill — e.g. "edit this skill", "publish my changes", "fork a skill to my own repo", "cut a v1.0.0 release of a…

astra-sh/qvr · 139 tokens