helix-pilot CLAUDE.md

helix-pilot CLAUDE.md is an instructions file for coding agents from tsunamayo7/helix-pilot. It costs 471 tokens per session, scanned A, original, MIT.

A project guide for helix-pilot, an MCP server that lets an AI control Windows applications through screenshots and mouse or keyboard actions. It uses a local vision model through Ollama to understand what is on screen.

In plain words
What is it for?
Use it when developing or testing helix-pilot, checking past decisions, saving project memories, or running its Python tests and syntax checks.
Why use it?
It gives contributors the project's development rules, shared-memory instructions, and boundaries against similar tools.

Instructions file

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 instructions/tsunamayo7/helix-pilot/claude-md
Clone the repo
git clone --depth 1 https://github.com/tsunamayo7/helix-pilot

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 helix-pilot CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/tsunamayo7/helix-pilot/claude-md.svg)](https://agentmods.dev/instructions/tsunamayo7/helix-pilot/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/tsunamayo7/helix-pilot/claude-md"><img src="https://agentmods.dev/badge/instructions/tsunamayo7/helix-pilot/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 471 This file is loaded in full into every session.
When invoked 471 The same file — it is already loaded in full.
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.00471 $0.00471
Opus 5 $0.00235 $0.00235
Sonnet 5 $0.00094 $0.00094
Haiku 4.5 $0.00047 $0.00047

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

Security

Grade A, and why

helix-pilot CLAUDE.md 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 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.

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.

CLAUDE.md · 44 lines

What it actually says

CLAUDE.md — helix-pilot

プロジェクト概要

helix-pilot は、ローカル Vision LLM (Ollama) でホスト OS 上のウィンドウを直接操作する GUI 自動操作 MCP サーバーです。GitHub 公開してスター獲得を目指します。

技術スタック

  • Python 3.12 + uv(パッケージ管理)
  • FastMCP(MCP サーバー実装)
  • Ollama Vision LLM(画面解析: mistral-small3.2 等)
  • PyAutoGUI / Windows SendInput(操作実行)

共有記憶(Mem0)

Mem0 MCP サーバーが接続されています。 Qdrant コレクション名は mem0_shared で全ツール統一(詳細は AGENTS.md 参照)。

  • 過去の決定や方針を確認したい時は search_memory で検索すること
  • ユーザーが「覚えておいて」と言ったら add_memory で保存すること

開発ルール

  • 日本語で応答すること
  • コード・コミットメッセージ・README は英語
  • UTF-8 エンコーディング必須
  • テストは pytest で作成
  • uv run pytest でテスト実行
  • uv run python -m py_compile <file> で構文チェック

競合情報

  • UI-TARS Desktop (ByteDance): GUI アプリ。MCP 対応済み。ただし CLI ではない
  • Peekaboo: CLI + MCP + Ollama だが macOS 専用
  • Cua: VM 内操作。ホスト OS 直接操作ではない → Windows + CLI + MCP + Ollama Vision の組み合わせは helix-pilot のみ

ゴール

  1. FastMCP でMCPサーバーとして実装
  2. GitHub に公開(英語 README)
  3. Stars 獲得 → 転職活動に活用
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 · 44 lines · 471 tokens per session scan A f1f847ed28fc

Subscribe to this mod's changes

helix-pilot CLAUDE.md is an instructions file published in the GitHub repository tsunamayo7/helix-pilot (4 stars, last pushed 4mo ago), licensed MIT. It adds 471 tokens to every session, about $0.0024 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-31.

Related

Other instructions, from other repositories