Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问许可证需确认审计通过

remote-viewing远程查看

Agent Skill

remote-viewing 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

326

周安装

14

GitHub Stars

12

下载量

114
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:remote-viewing(远程查看)
来源仓库:https://github.com/pjt222/development-guides
仓库路径:skills/remote-viewing
安装命令:
npx skills add https://github.com/pjt222/development-guides --skill remote-viewing
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/pjt222/development-guides --skill remote-viewing

简介

用于查找、检索和筛选相关信息。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中根据关键词快速定位候选结果。
  • 通过 npx skills add 命令从指定仓库安装并使用。
  • 建议确认权限范围和维护状态,避免触发不必要的联网或文件操作。
  • remote-viewing 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Remote View

Approach an unknown codebase, problem, or system using the Coordinate Remote Viewing protocol adapted for AI investigation — gathering raw observations before forming conclusions, managing premature labeling (Analytical Overlay), and building understanding through staged data collection.

When to Use

  • Investigating an unfamiliar codebase where the architecture is unknown
  • Debugging a problem where the root cause is not obvious and premature hypotheses could mislead
  • Exploring a domain or technology you have limited context about
  • When previous investigation attempts have been led astray by assumptions
  • Approaching any problem where "beginner's mind" would be more productive than pattern matching

Inputs

  • Required: A target to investigate (codebase path, problem description, system to understand)
  • Required: Commitment to blind approach — resist forming conclusions until data collection is complete
  • Optional: Specific questions to answer about the target (save for Stage V)
  • Optional: Prior meditation session for assumption-clearing (see meditate)

Procedure

Step 1: Cooldown — Clear Assumptions

Transition from assumption-heavy mode into receptive observation. This step is non-negotiable.

  1. Identify all preconceptions about the target:

- "This is probably a React app" — declare it - "The bug is likely in the database layer" — declare it - "This follows MVC architecture" — declare it

  1. Write each preconception down explicitly (in your reasoning or output)
  2. For each one, note: "This may or may not be true. I will verify, not assume."
  3. Release the need to identify the target quickly — the goal is accurate description, not fast labeling
  4. When you notice the analytical mind reaching for a framework or label, pause and redirect to raw observation

Expected: A list of declared preconceptions and a conscious shift from "I think I know what this is" to "I will observe what this actually is." Alert and receptive, not jumping to conclusions.

On failure: If assumptions keep reasserting ("but it really IS a React app..."), extend the cooldown. Write the assumption on a "parking lot" list and continue. Do not begin data gathering while actively attached to a specific hypothesis — it will color everything you observe.

Step 2: Ideogram — First Contact (Stage I)

Make initial contact with the target through the most minimal observation possible.

  1. Use Glob to see only the top-level structure (e.g., * or path/*) — do not read any files yet
  2. Note your immediate, unfiltered impressions: file count, naming patterns, presence/absence of obvious markers
  3. Record raw observations using simple descriptors:

- "many small files" not "microservice architecture" - "deeply nested directories" not "enterprise Java" - "single large file" not "monolith"

  1. Decode the initial impression into two components:

- A (activity): Is this active or dormant? Growing or stable? Simple or complex? - B (feeling): Does this feel organized or chaotic? Dense or sparse? Familiar or alien?

  1. Write the A and B assessments — these are your first data points

Expected: A handful of raw, low-level observations about the target's surface characteristics. No names, no labels, no architectural patterns — just shapes, sizes, and textures.

On failure: If you immediately categorize the project ("oh, this is a Next.js app"), declare it as AOL (Step 6), extract the raw descriptors underneath the label ("JavaScript files, nested pages directory, package.json present"), and continue with those raw observations.

Step 3: Sensory Impressions — Raw Data (Stage II)

Systematically collect raw data about the target without interpretation.

Stage II Data Channels for Codebase Investigation:
┌──────────────────┬────────────────────────────────────────────────────┐
│ Channel          │ What to Observe                                    │
├──────────────────┼────────────────────────────────────────────────────┤
│ File patterns    │ Extensions, naming conventions, file sizes         │
│                  │ (NOT frameworks — just patterns)                   │
├──────────────────┼────────────────────────────────────────────────────┤
│ Directory shape  │ Depth, breadth, nesting patterns, symmetry         │
├──────────────────┼────────────────────────────────────────────────────┤
│ Configuration    │ What config files exist? How many? What formats?   │
├──────────────────┼────────────────────────────────────────────────────┤
│ Dependencies     │ Lock files present? How large? How many entries?   │
├──────────────────┼────────────────────────────────────────────────────┤
│ Documentation    │ README present? How long? Other docs? Comments?    │
├──────────────────┼────────────────────────────────────────────────────┤
│ Test presence    │ Test directories? Test files? Ratio to source?     │
├──────────────────┼────────────────────────────────────────────────────┤
│ History signals  │ Presence of .git/, CHANGELOG/RELEASE_NOTES,        │
│                  │ lockfile timestamps (via Glob/Read if accessible)  │
├──────────────────┼────────────────────────────────────────────────────┤
│ Energy/activity  │ Which areas changed recently? Which are dormant?   │
└──────────────────┴────────────────────────────────────────────────────┘
  1. Probe each channel using Glob, Grep, and light Read operations
  2. Record one observation per channel — first impression, do not deep-dive
  3. Use descriptive terms, not labels: "73.ts files" not "TypeScript project"
  4. Circle (mark) any observation that feels particularly significant
  5. If a channel produces nothing notable, record "nothing observed" and move on
  6. Aim for 10-20 data points across all channels

Expected: A list of raw observations that feel discovered rather than assumed. Some will be significant, some noise. The data should be low-level descriptions, not high-level categorizations.

On failure: If every observation turns into a categorization, you have slipped into analysis. Stop, return to the ideogram step, and re-contact the target with fresh eyes. If one channel dominates (all file observations, nothing about history), deliberately shift to underused channels.

Step 4: Dimensional Data — Structure (Stage III)

Move from raw observations to spatial and structural understanding.

  1. Begin mapping the target's architecture without labeling it:

- What connects to what? (imports, references, config pointers) - What are the major "areas" and how do they relate? - What is the hierarchy — flat, nested, or mixed?

  1. Read a few key files lightly — entry points, config files, README
  2. Note relationships: "directory A imports from directory B," "config file references paths in C"
  3. Sketch the spatial layout: how does information flow through the system?
  4. Record Aesthetic Impact (AI) — how does this codebase feel? Well-maintained? Rushed? Experimental?

Expected: A rough structural map with relationship annotations. The target's general scope (large/small, simple/complex, monolithic/modular) becomes clearer. The "feeling" of the codebase is captured.

On failure: If the map feels like pure guesswork, simplify: note only the connections you can verify (actual import statements, actual config references). If no structural patterns emerge, return to Stage II and collect more raw data — dimensional understanding requires a foundation of observations.

Step 5: Interrogation — Directed Questions (Stage V)

In classic CRV, Stage IV focuses on deeper analytical structure; for codebase investigation, that work is intentionally merged into the earlier dimensional/structural stages above, so this adapted protocol proceeds to Stage V for directed questioning.

Now, and only now, bring specific questions to the investigation.

  1. State each question explicitly: "What is the entry point?" "Where does data come from?" "What does the test coverage look like?"
  2. For each question, search for the answer using Grep and Read — targeted, not exploratory
  3. Record the first finding for each question
  4. Note confidence level: high (direct evidence), medium (inferred), low (uncertain)
  5. Mark all Stage V data clearly — it carries higher AOL risk because questions prime expectations

Expected: Specific answers to directed questions, grounded in the raw and structural data already collected. Confidence levels are honest.

On failure: If directed questions produce only AOL (you are answering from assumption rather than evidence), return to earlier stages. The CRV protocol is sequential for a reason — skipping the observation stages and jumping to questions produces unreliable answers.

Step 6: Manage Analytical Overlay (AOL)

AOL is the primary source of error in investigation. It occurs when the analytical mind prematurely labels the target. Manage it throughout the entire session.

AOL Types in Codebase Investigation:
┌──────────────────┬─────────────────────────────────────────────────┐
│ Type             │ Description and Response                        │
├──────────────────┼─────────────────────────────────────────────────┤
│ AOL (labeling)   │ "This is a Django app" — Declare: "AOL: Django"│
│                  │ Extract raw descriptors: "Python files, urls.py,│
│                  │ migrations directory, settings module."         │
├──────────────────┼─────────────────────────────────────────────────┤
│ AOL Drive        │ The label becomes insistent: "This HAS to be   │
│                  │ Django." Declare "AOL Drive" and pause. What    │
│                  │ evidence contradicts the label? Look for it.    │
├──────────────────┼─────────────────────────────────────────────────┤
│ AOL Signal       │ The label may contain valid information. After  │
│                  │ declaring, extract: "Django" → "URL routing,    │
│                  │ ORM pattern, middleware chain." These raw        │
│                  │ descriptors are valid data even if "Django" is  │
│                  │ wrong.                                          │
├──────────────────┼─────────────────────────────────────────────────┤
│ AOL Peacocking   │ An elaborate narrative: "This was built by a    │
│                  │ team that was migrating from Java and..." This  │
│                  │ is imagination, not signal. Declare "AOL/P" and │
│                  │ return to raw observation.                      │
└──────────────────┴─────────────────────────────────────────────────┘

The discipline is not avoiding AOL — it is recognizing and declaring it so it does not contaminate the investigation. Every investigation produces AOL. Skill is in how fast you catch it.

Expected: AOL is recognized within moments of arising, declared explicitly, and the investigation continues with raw descriptors rather than labels.

On failure: If AOL has taken over (you realize you have been reasoning from a label for several steps), call an "AOL Break." Return to Stage II and collect new raw observations that test the label. A heavily contaminated investigation should be noted as such in the review.

Step 7: Close and Review

End the investigation formally and synthesize findings.

  1. Review all collected data in order: first impressions, raw observations, structural data, directed answers, AOL declarations
  2. Identify the 5-10 observations with highest confidence
  3. Now — and only now — form a synthesis: what is this system? how does it work? what are its key characteristics?
  4. Note which parts of the synthesis are well-supported by evidence and which are inferred
  5. Compare the synthesis against the preconceptions declared in Step 1 — which were confirmed? which were wrong?
  6. Document the findings for the user or for your own future reference

Expected: A grounded understanding of the target built up from raw observations rather than assumed from pattern matching. The synthesis is more accurate than a quick categorization would have been, and the confidence levels are honest.

On failure: If the synthesis feels thin, the earlier stages may not have collected enough data. But do not dismiss partial findings — a description of "73 TypeScript files, deeply nested component structure, active git history, thin test coverage" is more useful than a wrong label. Accurate description is the goal, not identification.

Validation

  • Preconceptions were declared before data collection began
  • Stage I observations were raw descriptors, not labels
  • Stage II data was collected across multiple channels, not just one
  • All AOL was declared at the moment of recognition
  • Stages progressed sequentially (I → II → III → V), not jumping to conclusions
  • The target was approached blind — no files were read based on assumptions about what they should contain
  • The synthesis distinguishes evidence-supported findings from inferences
  • The investigation record is preserved for future reference

Common Pitfalls

  • Jumping to identification: Searching for "what framework is this?" before collecting raw observations guarantees AOL contamination
  • Suppressing labels: Trying not to form hypotheses creates tension — instead, declare them and extract the raw signal underneath
  • Skipping the cooldown: Starting investigation while attached to a hypothesis biases all subsequent observations
  • Confirmation-only search: Once a hypothesis forms, searching only for confirming evidence while ignoring contradictions
  • Confusing speed with skill: Fast identification feels productive but is often wrong. Thorough staged observation takes longer but produces more accurate understanding
  • Insufficient channel diversity: Investigating only through one lens (only reading code, only checking structure) misses signals visible through other channels

Related Skills

  • remote-viewing-guidance — the human-guidance variant where AI acts as CRV monitor/tasker
  • meditate — the mental stillness and assumption-clearing developed in meditation directly improves investigation quality
  • heal — when investigation reveals the AI's own reasoning biases, self-healing addresses the root cause

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

37.18%
按下载量换算42

Claude

31.74%
按下载量换算36

Cursor

19.26%
按下载量换算22

Gemini CLI

9.57%
按下载量换算11

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills