Few-Word

FewWord is a Claude Code plugin that intercepts large shell command outputs and offloads them to files on disk, replacing them in-context with compact pointers (plus small previews for failures). It also provides commands to open, search, and manage offloaded outputs and persists/archives plans via hook events.

Evaluated Mar 30, 2026 (22d ago)
Homepage ↗ Repo ↗ Ai Ml ai-agents claude-code plugins context-engineering token-optimization filesystem-memory debugging
⚙ Agent Friendliness
62
/ 100
Can an agent use this?
🔒 Security
33
/ 100
Is it safe for agents?
⚡ Reliability
36
/ 100
Does it work consistently?

Score Breakdown

⚙ Agent Friendliness

MCP Quality
0
Documentation
75
Error Messages
0
Auth Simplicity
100
Rate Limits
60

🔒 Security

TLS Enforcement
0
Auth Strength
40
Scope Granularity
0
Dep. Hygiene
40
Secret Handling
85

README claims HTTPS/TLS is not applicable (local plugin), but describes several security hardening measures: path traversal prevention, bounded file reads (skipping reads >2MB), secret redaction (AWS keys, GitHub tokens, API keys), and manifest integrity via robust JSON escaping. It also notes that raw command arguments/tokens/secrets may be present in logs or not logged depending on category, and MCP tool calls clamp pagination and avoid logging argument values by logging input parameter keys/counts instead.

⚡ Reliability

Uptime/SLA
0
Version Stability
55
Breaking Changes
30
Error Recovery
60
AF Security Reliability

Best When

You frequently run commands that produce large stdout/stderr and you want the agent to stay within context limits while still being able to retrieve full outputs when needed.

Avoid When

You cannot tolerate local disk writes of command outputs (even with redaction) or you rely heavily on unsupported shell constructs (pipelines/heredocs) that FewWord skips or cannot offload in v1.

Use Cases

  • Reduce token/context bloat from large command outputs (tests, logs, build artifacts)
  • Debugging: quickly retrieve failure context (tail/preview plus full output on demand)
  • Keeping agent plans and step outputs retrievable across context compaction/summarization
  • Organizing session artifacts with retention/cleanup policies (TTL + LRU)

Not For

  • Commands with interactive or full-screen behavior (ssh, vim, less, top, etc.)
  • Commands where output is already redirected or where pipelines/heredocs are used (explicitly limited in v1 per README)
  • Use cases requiring guaranteed end-to-end data portability/security guarantees beyond local filesystem handling

Interface

REST API
No
GraphQL
No
gRPC
No
MCP Server
No
SDK
No
Webhooks
No

Authentication

Methods: None mentioned (plugin installation via Claude plugin marketplace commands)
OAuth: No Scopes: No

README describes environment variables for behavior/escape hatches but no user auth flows for a network API.

Pricing

Free tier: No
Requires CC: No

Pricing not described in provided README content.

Agent Metadata

Pagination
none
Idempotent
False
Retry Guidance
Not documented

Known Gotchas

  • FewWord skips certain command types (interactive commands, heredocs, and pipelines in v1) which may lead to large outputs remaining in-context.
  • Automatic behavior can be disabled via escape hatch files/env vars; agents should account for different plugin modes.
  • Retention/cleanup (TTL + LRU) means previously offloaded outputs might be unavailable after cleanup unless pinned.

Alternatives

Full Evaluation Report

Comprehensive deep-dive: security analysis, reliability audit, agent experience review, cost modeling, competitive positioning, and improvement roadmap for Few-Word.

AI-powered analysis · PDF + markdown · Delivered within 30 minutes

$99

Package Brief

Quick verdict, integration guide, cost projections, gotchas with workarounds, and alternatives comparison.

Delivered within 10 minutes

$3

Score Monitoring

Get alerted when this package's AF, security, or reliability scores change significantly. Stay ahead of regressions.

Continuous monitoring

$3/mo

Scores are editorial opinions as of 2026-03-30.

8642
Packages Evaluated
17761
Need Evaluation
586
Need Re-evaluation
Community Powered