alive:feedback

A feedback form for reporting bugs, requesting features, or sharing general comments with the ALIVE team. It can create a GitHub Issue, a task posted in a code project's issue tracker.

In plain words
What is it for?
Use it to describe a bug, explain the expected result, suggest a feature, or share general feedback. Bug reports can include the ALIVE skill you were using and anonymous system details.
Why use it?
It gives you a guided way to send useful feedback without exposing personal data, files, or chat history. You can review what will be sent before the issue is created.

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/alivecontext/alive/feedback
Any agent
npx skills add alivecontext/alive --skill feedback
Clone the repo
git clone --depth 1 https://github.com/alivecontext/alive

Made for: Claude Code, Codex.

Per session 54 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,918 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.00054 $0.01918
Opus 5 $0.00027 $0.00959
Sonnet 5 $0.00011 $0.00384
Haiku 4.5 $0.00005 $0.00192

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

Security

Grade A, and why

alive:feedback 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 2d 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/alive/skills/feedback/SKILL.md · 257 lines

How it starts

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

Feedback

Send feedback to the ALIVE team. Bug reports, feature requests, general thoughts — whatever is on your mind.

Nothing personal leaves your machine. The only content in the issue is what you type plus anonymous system metadata (plugin version, model, OS). No walnut data, no file contents, no conversation history.


Flow

1. Ask Type

╭─ 🐿️ feedback
│
│  ▸ What kind?
│  1. Bug report
│  2. Feature request
│  3. General feedback
╰─

2. Collect Description

Based on type, prompt with guidance that encourages detail:

  • Bug: "What went wrong? What did you expect to happen? Include any error messages you saw — the more detail, the better our chance of fixing it."
  • Feature: "What would you like to see? How would you use it? Help us understand the problem you're solving."
  • General: "What's on your mind? The more context you give, the more useful it is for us."

The human types their message. Free text, no template.

For bugs only, ask one follow-up: "What did you expect to happen instead?"

3. Detect Skill Context

Check if an /alive:* skill was invoked earlier in this session. If so, offer to include it:

╭─ 🐿️ context
│  Looks like you were using alive:save
│
│  ▸ Include that as context?
│  1. Yes
│  2. No
╰─

If no skill was recently invoked, skip this step silently.

4. Optional Attach

Surface available diagnostic context one item at a time. Each requires individual consent.

Error output (any type): If recent tool errors or hook failures occurred in this session, offer regardless of feedback type:

╭─ 🐿️ diagnostics
│  There were errors earlier in this session.
│
│  ▸ Include the error output? (helps us diagnose)
│  1. Yes, include it
│  2. No, skip
╰─

Walnut name (bugs only): If a walnut is loaded and the type is bug, offer:

╭─ 🐿️ diagnostics
│  You're working in a walnut right now.
│
│  ▸ Include the walnut name? (just the name, nothing else)
│  1. Yes
│  2. No
╰─

Read the full file on GitHub · 257 lines

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. 2d ago First seen · 257 lines · 54 tokens per session scan A b11c2cc8d97b

Subscribe to this mod's changes

alive:feedback is a skill published in the GitHub repository alivecontext/alive (127 stars, last pushed 7d ago), licensed MIT. It adds 54 tokens to every session and 1,918 once invoked, about $0.0003 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.