generate-input

generate-input is a skill for Claude Code, Codex from CyannSHI/ai-interview-kit. It costs 95 tokens per session (149 once invoked), scanned A, original, MIT.

A guided skill for turning a researcher's natural-language goals into structured inputs for an AI phone-outreach project. It collects details such as target users, required questions, follow-up questions, and minimum coverage.

In plain words
What is it for?
Use it to prepare the input for a new AI calling study. It helps define the audience, confirmations, questions, follow-ups, key information, and required coverage.
Why use it?
It helps when the research objective is unclear or difficult to express in a format an agent can use. The guided steps reduce missing or inconsistent information before an outreach round begins.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/cyannshi/ai-interview-kit/generate-input
Any agent
npx skills add CyannSHI/ai-interview-kit --skill generate-input
Clone the repo
git clone --depth 1 https://github.com/CyannSHI/ai-interview-kit

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 generate-input

README.md
[![agentmods](https://agentmods.dev/badge/skills/cyannshi/ai-interview-kit/generate-input.svg)](https://agentmods.dev/skills/cyannshi/ai-interview-kit/generate-input)
Your own site
<a href="https://agentmods.dev/skills/cyannshi/ai-interview-kit/generate-input"><img src="https://agentmods.dev/badge/skills/cyannshi/ai-interview-kit/generate-input.svg" alt="Measured on agentmods" height="20"></a>
Per session 95 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 149 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00095 $0.00149
Opus 5 $0.00048 $0.00075
Sonnet 5 $0.00019 $0.00030
Haiku 4.5 $0.00010 $0.00015

Measured 4d ago against content hash 960c7979138d, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

generate-input 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 4d 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.

.qoder/skills/generate-input/SKILL.md · 10 lines

What it actually says

请读取并完整遵循 skills/generate-input.md 中的所有指令。该文件包含本技能的完整工作流程。

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. 4d ago First seen · 10 lines · 95 tokens per session scan A 960c7979138d

Subscribe to this mod's changes

generate-input is a skill published in the GitHub repository CyannSHI/ai-interview-kit (11 stars, last pushed 1mo ago), licensed MIT. It adds 95 tokens to every session and 149 once invoked, about $0.0005 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

migrate-spec

Detect GSD, spec-kit, or BMAD spec artifacts and transform them into bigpowers YAML layout (state.yaml, release-plan.yaml, epics/, requirements/, plans/, ADRs). Use when migrating foreign spec docs.

danielvm-git/bigpowers · 49 tokens

extract-design

Extract a Google DESIGN.md file from an HTML prototype (claude.ai/design or any styled page) using Puppeteer, producing machine-readable tokens and AI-generated prose. Use when the user has an HTML prototype and wants a DESIGN.md to anchor their project's visual identity, or when seed-conventions has just scaffolded a…

danielvm-git/bigpowers · 69 tokens

request-review

Dispatch a fresh reviewer agent with a clean context to critique the code after audit-code passes. The reviewer has no shared state with the coding agent and gives a genuine second opinion. Use after audit-code passes, before committing, or when user wants an independent code review.

danielvm-git/bigpowers · 56 tokens

run-benchmark

Run skill quality benchmarks from specs/benchmarks/ definitions — N-run with/without-skill delta grading, train/validation split, pass@k + benchmark.json reports. Use before and after evolve-skill to prove quality changes are improvements, not regressions.

danielvm-git/bigpowers · 57 tokens

wire-observability

Add structured JSON logging, observability commands, and idempotent setup scripts to a project. Use when a project needs production-readiness instrumentation, when user wants structured logging, or as a production-readiness gate at any phase of development.

danielvm-git/bigpowers · 53 tokens

terse-mode

Fallback ultra-compressed communication mode. Cuts token usage 75% by dropping filler, articles, and pleasantries while keeping full technical accuracy. Use ONLY when context is critically long and compressing output is necessary to continue. Not a strategy — token discipline comes from code shape (small functions…

danielvm-git/bigpowers · 105 tokens